Command Reference
Example
Explanation
Only when input 2 is set ON does the first movement commence.
The second WAIT command pauses the next movement for 10000
ms (10 seconds) or until the input is set OFF.
See Also
INPUT_CASE, IF_INPUT
WAIT_STOP
Table explanation
Group
Wait
Syntax
WAIT_STOP <n>
Op. Code
148
Modes
Program, Sequential
Description
Halts program execution until the theoretical motion is over or
until the time limit is exceeded, before proceeding to the next
command.
Syntax
Arguments
n
The time period to wait.
[ms]
Setting this value to –1 delays the program for an infinite
period of time, i.e., until the motion ends.
Serial
4 V
Example
LABEL 1
MOVE 4096 –800
SET_OUTPUT 1 ON
WAIT_STOP -1
SET_OUTPUT 1 OFF
END
Example
Explanation
Motor moves 4096 uu in the positive direction. Immediately after
the motion begins, output 1 is set to ON. The WAIT_STOP
command delays execution of the next command until the
theoretical motion is over (800 ms). Then output 1 is set to OFF.
Note
The MOVE command followed by WAIT_STOP performs the same
operation as the MOVE_D command, but enables the execution of
commands while the motion is in progress.
See Also
MOVE
168
XtraWare User Manual
Summary of Contents for XTRAWARE - V3.0
Page 2: ......
Page 4: ......
Page 12: ......
Page 79: ...Operating the XtraDrive Using XtraWare Table 14 Sample ECAM Table XtraWare User Manual 69 ...
Page 202: ......
Page 220: ......
Page 258: ...List of Operation Codes 248 XtraWare User Manual versions use STOP_EX ...