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 revision
Previous revision
Next revisionBoth sides next revision
mycnc:triggers [2018/10/15 08:12] pupalaisermycnc:triggers [2018/10/15 08:20] pupalaiser
Line 33: Line 33:
   * Next, you need to use this trigger in the plz procedure of cutting on (M71 or M03) and in the cutting off procedure (M74 and M05).{{ :mycnc:plc_02.png?nolink |}}   * Next, you need to use this trigger in the plz procedure of cutting on (M71 or M03) and in the cutting off procedure (M74 and M05).{{ :mycnc:plc_02.png?nolink |}}
      
-=== Example M71/M03 procedure ===+=== M71/M03 example  procedure ===
  
    
Line 113: Line 113:
 </file> </file>
  
-=== Example M74/M05 procedure ===+=== M74/M05 example  procedure ===
  
    
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