Difference between revisions of "Delay the Execution"

From ArcoWiki
Jump to: navigation, search
 
(2 intermediate revisions by one other user not shown)
Line 4: Line 4:
 
<code><span style="color: green; text-decoration: none;">$$ stop the execution of the part program for 2 seconds</span><br /></code>
 
<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>
 
::<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