AxisComSubscribe
- Namespace
- ZApplication
This struct includes all neccessary variables to control the axis from another application or plc. It mainly offers an interface to command and control all supported actions like homing, move velocity, move absolute.
Members
Absolute
AxisComAbsoluteSubscribeExecutes commands of IAxisAbsolute
Base
AxisComBaseSubscribeExecutes commands of IAxisBase
Halt
AxisComHaltSubscribeExecutes a halt command if requested provided by IAxisHalt
VelocityFeedrate
AxisComVelocityFeedrateSubscribeEnables one to adjust the speed of an axis between 0.0 (0%) and 1.0 (100%) by utilizing IAxisVelocityFeedrate
Brake
AxisComBrakeSubscribeExecutes commands of IAxisBrake
Homing
AxisComHomingSubscribeCommand a homing procedure of the axis
Current
AxisComCurrentSubscribeCommand a current controlled movement of the axis if available (for servo or universal motors)
Velocity
AxisComVelocitySubscribeCommand a velocity controlled movement of an axis if available or allowed
Position
AxisComPositionSubscribeCommand a position controlled movement of an axis if available of possible