Using Z zero plate with pendant

All things related to the Centroid Acorn CNC Controller

Moderator: cnckeith

Post Reply
Tlempicke
Posts: 169
Joined: Wed Jul 04, 2018 1:32 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: No
CNC11: Yes
CPU10 or CPU7: No

Using Z zero plate with pendant

Post by Tlempicke »

I see where the Z Zero macro is now a part of the VCP. How do I program one of the aux keys on my pendant to start the Z Zero routine?
cnckeith
Posts: 7334
Joined: Wed Mar 03, 2010 4:23 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: Yes
Oak CNC controller: Yes
CNC Control System Serial Number: none
DC3IOB: Yes
CNC11: Yes
CPU10 or CPU7: Yes
Contact:

Re: Using Z zero plate with pendant

Post by cnckeith »

edit the mpgmacro1,2,3,4 button file to be the same, easy peasy, copy paste.
Need support? READ THIS POST first. http://centroidcncforum.com/viewtopic.php?f=60&t=1043
All Acorn Documentation is located here: viewtopic.php?f=60&t=3397
Answers to common questions: viewforum.php?f=63
and here viewforum.php?f=61
Gear we use but don't sell. https://www.centroidcnc.com/centroid_di ... _gear.html
ShawnM
Posts: 2234
Joined: Fri May 24, 2019 8:34 am
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 7804734C6498-0401191832
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Clearwater, FL

Re: Using Z zero plate with pendant

Post by ShawnM »

Yup, as Keith said, very easy to do. Copy over the Auto Z0 macro to any of the mpgmarco files located in the cncm\system folder. I use one for the auto Z0, one for my cross hair laser and a third to set XYZ0 for my workpiece.
Sword
Posts: 667
Joined: Fri Nov 30, 2018 1:04 pm
Acorn CNC Controller: Yes
Plasma CNC Controller: No
AcornSix CNC Controller: No
Allin1DC CNC Controller: No
Hickory CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Thorp WI

Re: Using Z zero plate with pendant

Post by Sword »

To make sure it always uses the same file with both the button and pendant (in case of updates or edits), use...

Code: Select all

N100                             ;Insert your code between N100 and N1000  

G65 "C:\cncm\mfunc44.mac"

N1000 ; end 
And don't forget to comment out the M225 line as shown in the MPGmacro#.mac
Scott
Tlempicke
Posts: 169
Joined: Wed Jul 04, 2018 1:32 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: No
CNC11: Yes
CPU10 or CPU7: No

Re: Using Z zero plate with pendant

Post by Tlempicke »

Thanks for the help
ShawnM
Posts: 2234
Joined: Fri May 24, 2019 8:34 am
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 7804734C6498-0401191832
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Clearwater, FL

Re: Using Z zero plate with pendant

Post by ShawnM »

Sword wrote: Mon May 01, 2023 4:12 pm To make sure it always uses the same file with both the button and pendant (in case of updates or edits), use...

Code: Select all

N100                             ;Insert your code between N100 and N1000  

G65 "C:\cncm\mfunc44.mac"

N1000 ; end 
And don't forget to comment out the M225 line as shown in the MPGmacro#.mac
This is actually the way I do it also Scott and it is less confusing when you decide to tweak the macro for one reason or another, which I find myself doing now and again. It is a better way as you do only edit one file.
Post Reply