User Tools

Site Tools


plc:predefined_procedures

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
plc:predefined_procedures [2017/09/27 09:01] skirillovplc:predefined_procedures [2021/08/26 15:18] (current) ivan
Line 10: Line 10:
 | SPN | **Spindle Speed** Control - Procedure executed if on-screen Spindle button pressed (Spindle speed +, -, set) or single "S" code executed when g-code program running | | SPN | **Spindle Speed** Control - Procedure executed if on-screen Spindle button pressed (Spindle speed +, -, set) or single "S" code executed when g-code program running |
 | TRIG01 - TRIG08 | Trigger #1-#8 Activated Handler procedures. Procedure executed when if corresponding trigger activated. Trigger is General purpose input defined in [[mycnc:mycnc_configuration_dialogs#triggers|Triggers configuration dialog]] and activated in PLC procedure. | | TRIG01 - TRIG08 | Trigger #1-#8 Activated Handler procedures. Procedure executed when if corresponding trigger activated. Trigger is General purpose input defined in [[mycnc:mycnc_configuration_dialogs#triggers|Triggers configuration dialog]] and activated in PLC procedure. |
 +
 +Additionally, different M-codes are typically reserved for certain procedures. It's recommended to use codes M101-M999 for custom procedures. 
 +
 +^ Name ^ M-code number ^
 +| G_M_USER_BEGIN_1 | 75 |
 +| G_M_USER_END_1 | 88 |
 +| G_M98_SUB_RUN | 98 |
 +| G_M99_SUB_END | 99 | 
 +| G_M_USER_BEGIN | 101 |
 +| G_M_USER_END | 199 | 
 +| G_M_MYUSER_BEGIN | 200 | 
 +| G_M_MYUSER_END | 999 | 
plc/predefined_procedures.1506517260.txt.gz · Last modified: 2017/09/27 09:01 by skirillov

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki