Homing Sequence(ZYXAC)

MSM Mill mode support
Post Reply
Megamoog
Posts: 5
Joined: Wed Jul 04, 2018 6:47 pm

Homing Sequence(ZYXAC)

Post by Megamoog »

Hi,
I am setting up my 5 axis mill with the MSM screenset. I would like to have the Z first then Y, X, A, & C.
Running latest MSM 6-axis screen
Mach3 .066
XP sp3

I did look at the vb code but did not see as to how I can change it. I can press ref all button & the z then y then x then a but no c movement. I have all those axis enabled and set on homing n limits pages.
I can do all axis (ZYXAC) individually no problem also. I know the homing is set up n functional but just not when REF ALL BUTTON is used?

Thanks
User avatar
DaveCVI
Site Admin
Posts: 798
Joined: Mon Feb 04, 2013 3:15 pm
Contact:

Re: Homing Sequence(ZYXAC)

Post by DaveCVI »

Hi,
Find the All-RefAllHome.m1s script and look for these lines:

Const UseMach1024RefCode = true and change it to Const UseMach1024RefCode = false

When true, this constant tells the script to use the original 1024 screen set home logic (which does not handle all axes).

If you then need to debug things further, look for
Const debug = false and change it to Const debug = true

That constant will cause the script to put out a debug message at each step of the homing sequence. It's a handle built in way to trace what order the actions are being done.

Dave
Productivity Software for Personal CNC Machinists
http://www.CalypsoVentures.com
Megamoog
Posts: 5
Joined: Wed Jul 04, 2018 6:47 pm

Re: Homing Sequence(ZYXAC)

Post by Megamoog »

That did the trick!!!
ThanX a bunch...

I'm really starting to enjoy the MSM screen, the work flow is simple but direct...
Now to get my touch plate & probe set up... gots some reading to do but should be pretty much Mach3 standard settings n such.

ThanX for the quick reply Dave...!!!

Larry :)
Post Reply