IAxisPlcOpenMcParameterTarget
- Namespace
- ZEquipment
Target parameters are only set when a desired command value for an axis is set for example during a movement to a position or a MoveVelocity movement. The axis saves the commanded values in this Target object in order to be able as developer to retrieve those values later on or in a diferent context.
INTERFACE IAxisPlcOpenMcParameterTarget
Properties
Distance
Returns the last target distance which was set during the last Move Relative movement. Depending on the parametrized axis-kinematic settings, it will return mm/s or deg/s
PROPERTY Distance : LREAL
Property Value
- LREAL
Position
Returns the last target position value which was set during the last Move Absolute movement. Depending on the parametrized axis-kinematic settings, it will return mm/s or deg/s
PROPERTY Position : LREAL
Property Value
- LREAL
Speed
Returns the last target speed value which was set during the last Move Absolute movement. Depending on the parametrized axis-kinematic settings, it will return mm/s or deg/s
PROPERTY Speed : LREAL
Property Value
- LREAL
Velocity
Returns the last target velocity value which was set during the last Move Velocity movement. Depending on the parametrized axis-kinematic settings, it will return mm/s or deg/s
PROPERTY Velocity : LREAL
Property Value
- LREAL
VelocityFeedrate
Returns the last set velocity feedrate which was commanded by using VelocityFeedrate property. If a feedrate <> 1.0 is set, the target Speed and Velocity property need to be adjusted manually by multiplying with this VelocityFeedrate property.
PROPERTY VelocityFeedrate : LREAL
Property Value
- LREAL