IAI America XSEL-KE User Manual
Page 178
![background image](/manuals/350328/178/background.png)
163
Part 4 Commands
z STOP (Stop movement)
Command, declaration
Extension condition
(LD, A, O, AB, OB)
Input condition
(I/O, flag)
Command,
declaration
Operand 1
Operand 2
Output
(Output, flag)
Optional Optional
STOP
Axis
pattern
Prohibited CP
[Function] Decelerate and stop the axes specified by the axis pattern in operand 1.
(Note 1)
A STOP command can be used with all active servo commands other than a SVOF
command.
(Note 2)
A STOP command only issues a deceleration-stop command (operation stop) to a specified
axis pattern and does not wait for stopping to complete. Issuing other servo commands to a
decelerating axis will either become invalid or
JHQHUDWHDQ³D[LVGXSOLFDWLRQHUURU´HWF
Set a timer, etc., in the program so that the next servo command will be issued after a
sufficient deceleration-stop processing time elapses.
Even when a STOP command is to be issued to an axis currently stopped, provide a
minimum interval of 0.1 second before the next servo command is issued.
[Example 1]
STOP
1100
Decelerate and stop axes 3 and 4.
[Example 2]
The axis pattern can be specified indirectly using a variable.
When the command in [Example 1] is rephrased based on indirect specification using
a variable:
1100 (binary)
o 12 (decimal)
LET
1
12
Assign 12 to variable 1.
STOP *1