Usage Example of Axis Functions
MLAxisMoveVel(Speed) starts to run the axis. Then MLAxisGenIsRdy returns TRUE when the Speed is reached.
MLAxisMoveVel(0.0) reduces the speed down to 0. Then MLAxisGenIsRdy returns TRUE once the axis is ready.
Figure 7-81: Axis Functions Usage