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:13] 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 67: Line 67:
 }; };
 </file> </file>
-=== Procedure description ===+=== M71/M03 Procedure description ===
  
   * We assign the variable "relay_PLAZMA_ON" a value of 2. This variable determines the number of the output responsible for the inclusion of the plasma cutting source in the work.   * We assign the variable "relay_PLAZMA_ON" a value of 2. This variable determines the number of the output responsible for the inclusion of the plasma cutting source in the work.
Line 113: Line 113:
 </file> </file>
  
-=== Example M74/M05 procedure ===+=== M74/M05 example  procedure ===
  
    
Line 129: Line 129:
 }; };
 </file> </file>
-=== Procedure description ===+=== M74/M05 Procedure description ===
  
   * We assign the variable "relay_PLAZMA_ON" a value of 2. This variable determines the number of the output responsible for the inclusion of the plasma cutting source in the work.   * We assign the variable "relay_PLAZMA_ON" a value of 2. This variable determines the number of the output responsible for the inclusion of the plasma cutting source in the work.
mycnc/triggers.txt · Last modified: 2022/03/07 16:09 by ivan

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki