Adding Commands to the Intercon Post

All things related to Centroid Oak, Allin1DC, MPU11 and Legacy products

Moderator: cnckeith

Post Reply
cncot
Posts: 57
Joined: Wed Jan 06, 2021 1:05 pm
Acorn CNC Controller: No
Allin1DC CNC Controller: Yes
Oak CNC controller: No
CNC Control System Serial Number: console 104030 SysId 0008DC111213-1202202505
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Mims Florida

Adding Commands to the Intercon Post

Post by cncot »

Gentelmen:
I would like to find the place to add a G or M code to the set of commands placed by Intercon in front of my code during POST Also at the end? Thanks,
Mike
cncsnw
Posts: 3829
Joined: Wed Mar 24, 2010 5:48 pm

Re: Adding Commands to the Intercon Post

Post by cncsnw »

There is no provision for modifying the standard codes in the Header and End of Program operations.

You can insert any codes you want after the header, or before the End of Program, using Insert -> Other -> M&G Code; but you have to do so in each of your programs.

Since the standard End of Program codes include an M30, you can create a custom M30 macro (c:\cncm\mfunc30.mac) that contains anything you want to have happen at the end of every program.
Post Reply