Beckhoff-USA-Community / SPT-Libraries

MIT License
70 stars 16 forks source link

FB_Component_BasicAxis: JogFastVelocity/JogSlowVelocity never used #20

Closed vanoo1983 closed 11 months ago

vanoo1983 commented 11 months ago

Hello

The ST_AxisBase_Config parameters JogFastVelocity/JogSlowVelocity are never used. So when I jog an axis, these parameters have no effect. Why do these parameters exist? Is this a bug or what is the idea behind it?

nshiggins commented 11 months ago

This is a TODO that slipped through. Will add to next release. Original intent was to use NC parameters for jog speeds but currently uses Velocity property.

Changing this behavior might be a breaking change so it will likely require a library parameter to switch future behavior back to legacy.

MarkLewis-Beckhoff commented 11 months ago

remove the unused variables from the structure now set jog velocities in the NC Parameters tab

MarkLewis-Beckhoff commented 11 months ago

closing issue