User Tools

Site Tools


mycnc:triggers

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
mycnc:triggers [2018/10/15 08:13] pupalaisermycnc:triggers [2018/10/15 08:20] pupalaiser
Line 148: Line 148:
 </file> </file>
   * We swith off the program trigger (message=PLCCMD_TRIGGER1_OFF). Now the program will not automatically follow the change in the state of the "arc sensor" input. (timer=3;do{timer--;}while(timer>0);) - program pause 3ms.   * We swith off the program trigger (message=PLCCMD_TRIGGER1_OFF). Now the program will not automatically follow the change in the state of the "arc sensor" input. (timer=3;do{timer--;}while(timer>0);) - program pause 3ms.
 +<file>
 +    message=PLCCMD_TRIGGER1_OFF;
 +    timer=3;do{timer--;}while(timer>0);
 +</file>
  
 ==== Example "Probing operations" ==== ==== Example "Probing operations" ====
mycnc/triggers.txt · Last modified: 2022/03/07 16:09 by ivan

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki