Start/Stop Axis (Mov) - Siemens SINUMERIK 840D sl Programming Manual

Job planning
Hide thumbs Also See for SINUMERIK 840D sl:
Table of Contents

Advertisement

Motion synchronous actions
10.4 Actions in synchronized actions
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
Axis
Value
Value >0 (usually +1)
Value <0 (usually -1)
Value ==0
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
10-46
Start command axis motion
Name of the axis to be started
Start command for traverse/stop motion.
The sign determines the direction of motion.
The data type for the value is INTEGER.
Positive direction
Negative direction
Stop axis motion
;Axis U is stopped
Programming Manual, 03/2006 Edition, 6FC5398-2BP10-1BA0
Job planning

Advertisement

Table of Contents
loading

Table of Contents