Hello Guest it is March 28, 2024, 01:21:19 PM

Author Topic: MACH 3 X+_ issue  (Read 1268 times)

0 Members and 1 Guest are viewing this topic.

MACH 3 X+_ issue
« on: September 15, 2019, 05:50:12 AM »
Hi
My cnc router is x coardinate motor is moving in only one direction on both x+ and x- using arrow keys.
I am using Windows xp parallel port.
Re: MACH 3 X+_ issue
« Reply #1 on: September 15, 2019, 02:43:50 PM »
Hi,
will the X axis move in both directions if you use MDI?
For example:
G1 X10 F50
G1 X0

Craig
'I enjoy sex at 73.....I live at 71 so its not too far to walk.'
Re: MACH 3 X+_ issue
« Reply #2 on: September 15, 2019, 11:07:27 PM »
It moves in only one direction
Re: MACH 3 X+_ issue
« Reply #3 on: September 15, 2019, 11:44:02 PM »
Hi,
please confirm that it moves in only one direction when you use MDI comands to move in either direction.

If so you need to use a multimeter and measure the Direction output of your breakout board, it should be logic high
in one direction and logic low in the other direction. If that checks out then you need to look to your stepper driver.

Can you substitute the Y or Z stepper driver for the potentially faulty X axis stepper driver? It would either rule in OR
rule out the driver.

Craig
'I enjoy sex at 73.....I live at 71 so its not too far to walk.'
Re: MACH 3 X+_ issue
« Reply #4 on: September 16, 2019, 11:15:48 PM »
I don't understand MDI? I use the keyboard arrow keys to move the stepper motors on x+ and x-
Re: MACH 3 X+_ issue
« Reply #5 on: September 17, 2019, 12:28:17 AM »
Hi,
MDI is manual data input. Have a look in the Mach operation manual.

You need to program one line at a time:
g0 x100
g0 x0
g0 x100
g0 x0

This should cause the X axis to go back and forth 100mm. It is a much more reliable and accurate method to cause an axis to move,
certainly very much more reliable than the arrow keys.

Craig
'I enjoy sex at 73.....I live at 71 so its not too far to walk.'
Re: MACH 3 X+_ issue
« Reply #6 on: September 17, 2019, 12:30:58 AM »
Thanks i will check