Motion synchronous actions
10.4 Actions in synchronized actions
Job planning
10-46 Programming Manual, 03/2006 Edition, 6FC5398-2BP10-1BA0
10.4.14 Start/stop axis (MOV)
Function
With MOV[axis]=value it is possible to start a command axis without specifying an end
position. The axis is moved in the programmed direction until another movement is set by
another motion or positioning command or until the axis is stopped with a stop command.
Programming
MOV[axis] = value
Parameters
DO MOV Start command axis motion
Axis Name of the axis to be started
Value Start command for traverse/stop motion.
The sign determines the direction of motion.
The data type for the value is INTEGER.
Value >0 (usually +1) Positive direction
Value <0 (usually -1) Negative direction
Value ==0 Stop axis motion
Note
If an indexing axis is stopped with MOV[Axis]=0, the axis is halted at the next indexing
position.
Example
... DO MOV[U]=0
;Axis U is stopped