Machsupport Forum
Mach Discussion => General Mach Discussion => Topic started by: djrobilliard on June 10, 2019, 04:21:39 AM
-
Hi guys,
I'm having a problem homing my slaved Y and A axis. Both axis are homing in the negative direction and they move together to the home position. The problem is the A axis sensor activates and the A axis backs off but, the Y axis continues moving in a negative direction once the Y sensor activates and at this point, I have to stop the machine to stop it racking further. If I check the slave homing box in the general logic config it homes properly using the Y sensor but obviously won't square the gantry.
Any help would be greatly appreciated! :)
-
Are you using a chinese motion controller?
-
Yes, I am. The breakout board is the '5 Axis CNC Breakout Board For Stepper Driver Controller Mach3', running through the parallel port.
-
That's just a breakout board, not a motion controller.
What version of Mach3?
What's in your Homing macro?
-
My Mach3 version is R2.63, running on Windows XP. The RefAllHome macro is:
Ref Combination (3)
DoButton (24)
DoButton (23)
DoButton (22)
DoButton (25)
Is this different from the overall homing macro?
-
Change the macro to this:
DoButton (24)
Ref Combination (10)
DoButton (22)
-
Thanks, I've changed the Refallhome macro but now the Y axis homes negative to the left and the X axis tries to home negative to the front of the machine. The A axis remains stationary and I have to stop the machine. I was wrong in my previous message the X and A axis are slaved not the Y and A. I've attached a simple diagram of what the machines doing; the red arrows indicate the movement when the Refallhome button is pressed.
-
The macro doesn't change homing direction.
You can change direction with Config>Homing/Limits, and changing the Home Neg setting.
Try this one.
DoButton (24)
DoButton (23)
Ref Combination (9)
-
Thanks Gerry, now the Y axis homes and the X and A move together to the home location. However when the X limit activates it backs off almost an inch and the A remains stationary regardless whether the A limit has been activated or not.
-
Have you checked the diagnostics page and made sure the switches are working correctly?
What version of Mach3 are you using?
-
Yes, the proximity sensors seem to be functioning as they should in the diagnostics tab and I'm running version R2.63
-
Any reason for running a 10 year old version?
Try the latest version, 3.043.062.
-
I've just installed the latest version but it's still running the same.
-
Try removing the license file and running in demo mode, and see if it works.
-
Thanks, I've just tried that, and it's still having the same issue.