PDA

View Full Version : Homing



Mikes Planes
29-02-2024, 06:47 PM
Hi All
I have my limit switches working but when i hit home on any axis nothing moves what have I missed

Mike

m_c
29-02-2024, 09:58 PM
If you're using the same switches for limit and homing, you need to disable the limit function while homing.

How you do that will depend on what controller/software you're using.

JohnHaine
01-03-2024, 10:15 AM
What controller are you using? Mach3?

Mikes Planes
01-03-2024, 11:05 AM
What controller are you using? Mach3?

Hi I am using a Mach3 USB Interface Board and Mach 3 Sheen set 2010 to run it. I dont seem to have any power to any axis when press home. what have I missed?

Mike

JohnHaine
01-03-2024, 11:19 AM
I assume that you can jog so movement is working? The first thing is to check there is homing code behind each button. Which button are you clicking? On my "reference" copy of M3 (on laptop not connected to machine) this is the code behind "REF ALL HOME" on the run screen:

DoButton( 24 )
DoButton( 23 )
DoButton( 22 )
DoButton( 25 )

DoOEMButton(133)
DoOEMButton(134)
DoOEMButton(135)

I think those buttons are not linked to any code that causes the machine to move they just zero DROs. To see the code select "edit button script" from the operator menu - buttons with linked scripts will flash - click the one you want to look at.

Mikes Planes
01-03-2024, 12:00 PM
32190
Hi is a screen shot of top tool bar. I dont get anything if I click on "edit button script"
Mike

Mikes Planes
01-03-2024, 12:01 PM
Sorry yes all axis are working
Mike