How to "Home" to the center of the table

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

Moderator: cnckeith

Post Reply
CarrowMac
Posts: 10
Joined: Thu Nov 17, 2022 11:51 am
Acorn CNC Controller: No
Allin1DC CNC Controller: Yes
Oak CNC controller: No
CNC Control System Serial Number: 0008DC111213-0815222803
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No

How to "Home" to the center of the table

Post by CarrowMac »

Ok, technically I don't want to home to the center of the table. I want the machine to automatically move to WCS #1 (G54) immediately after homing. Basically, I want the mill to run the homing sequence directly to G54 so the Z-axis is set up near the center of the table.

I'm running a Bridgeport V2XT with an Allin1DC and MPU12.

Thanks!
'CM
Attachments
report_0008DC111213-0815222803_2023-01-23_15-44-06.zip
(1.27 MiB) Downloaded 2 times
tblough
Posts: 3072
Joined: Tue Mar 22, 2016 10:03 am
Acorn CNC Controller: Yes
Allin1DC CNC Controller: Yes
Oak CNC controller: Yes
CNC Control System Serial Number: 100505
100327
102696
103432
7804732B977B-0624192192
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Boston, MA
Contact:

Re: How to "Home" to the center of the table

Post by tblough »

At the end of your home file add G28.
Cheers,

Tom
Confidence is the feeling you have before you fully understand the situation.
I have CDO. It's like OCD, but the letters are where they should be.
cncsnw
Posts: 3765
Joined: Wed Mar 24, 2010 5:48 pm

Re: How to "Home" to the center of the table

Post by cncsnw »

Your home file is the one named "cncm.hom", located in the c:\cncm directory.

You can do as Tom suggests and add "G28". Then all three axes will move to whatever location (in machine coordinates) you set in the G28 return point (under F1/Setup -> F1/Part -> F9/WCS -> F1/Return). That position will not change even if you set your G54 zero point in different locations for every job.

If you really do want it to move X and Y to the last G54 part zero location you happen to have set, then you would instead add a line at the end of your home file, which reads:

Code: Select all

G54 G0 X0 Y0
Post Reply