Difference between revisions of "Delay the Execution"

From ArcoWiki
Jump to: navigation, search
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>
 +
 +
[[Category:Dmis_Tutorial]]

Revision as of 15:15, 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