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

Hide thumbs Also See for SINUMERIK 828D:
Table of Contents

Advertisement

Function value
Current setpoint depending on position details in specified coordinates system
Function value: TRUE
Function value: FALSE
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.
Syntax
MOV[axis] = value
Significance
DO MOV
Axis
Value
Value >0 (usually +1)
Value <0 (usually -1)
Value ==0
Note
If an indexing axis is stopped with
position.
Example
Program code
... DO MOV[U]=0
Job planning
Programming Manual, 07/2010, 6FC5398-2BP40-0BA0
if Refpos(Coord)
- abs(Winlimit)
≤ Actpos(Coord)
≤ Refpos(Coord) + abs(Winlimit)
otherwise
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
, the axis is halted at the next indexing
MOV[Axis]=0
Motion synchronous actions
10.4 Actions in synchronized actions
Comments
;
Axis U is stopped
597

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents