EasyManua.ls Logo

YASKAWA XTRAWARE - V3.0 - Wait_Stop

YASKAWA XTRAWARE - V3.0
263 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
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

Table of Contents