Difference between revisions of "Delay the Execution"
From ArcoWiki
(Created page with "In order to Delay the execution of a program it is necessary to issue the command DELAY/. The parameter represents the number of second of pause. $$ stop the execution of the...") |
|||
Line 1: | Line 1: | ||
− | In order to Delay the execution of a program it is necessary to issue the command DELAY/. | + | In order to [[Delay the Execution|Delay the execution]] of a program it is necessary to issue the command DELAY/.<br/> |
− | The parameter represents the number of second of pause. | + | The parameter represents the number of second of pause.<br/> |
− | $$ stop the execution of the part program for 2 seconds | + | <code><span style="color: green; text-decoration: none;">$$ stop the execution of the part program for 2 seconds</span><br /></code> |
− | + | ::<code>DMESW/DELAY,2</code> | |
− | DMESW/DELAY,2 |
Revision as of 14:54, 4 August 2016
In order to Delay the execution of a program it is necessary to issue the command DELAY/.
The parameter represents the number of second of pause.
$$ stop the execution of the part program for 2 seconds
DMESW/DELAY,2