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...") |
|||
| (3 intermediate revisions by one other user not shown) | |||
| 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> | ||
| − | + | [[it:Ritarda l'esecuzione]] | |
| + | [[zh-cn:延迟执行]] | ||
| + | [[pt:Atrasar a execução]] | ||
| + | [[de:Verzögern Sie die Ausführung]] | ||
| + | [[es:Retrasar la ejecución]] | ||
| + | [[en:Delay the Execution]] | ||
| + | |||
| + | [[Category:Dmis_Tutorial]] | ||
Latest revision as of 12:47, 6 June 2018
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