Mori MVJR Build Log
- PCW
-
- Away
- Moderator
-
- Posts: 18560
- Thank you received: 5099
Please Log in or Create an account to join the conversation.
- schmidtmotorworks
- Offline
- Elite Member
-
- Posts: 278
- Thank you received: 6
MINFERROR = 0.005
FERROR = 0.02
So now I am trying to do some experiments with a program that feeds but it stops on the first G1 and just sits there.
I tried this:
G20 G40 G90 G17
S400 M3
M8
F3.0
G0 X8.0 Y-1.4
G0 Z-0.175
G1 Y-0.890
And this:
G20 G40 G90 G17
S400 M3
M8
G0 X8.0 Y-1.4
G0 Z-0.175
G1 Y-0.890 F3.0
Another strange thing, when I use the touch-off button set to 0.0 after pressing OK the DRO does not say 0.0, in the Z axis it goes to -0.0024
The X axis does the same but to smaller amount like 0.0004
Any ideas what I might be doing wrong?
Please Log in or Create an account to join the conversation.
- robh
- Offline
- Elite Member
-
- Posts: 162
- Thank you received: 24
M30
or
%s
to show end of program, if running from a file..
should show the error on screen if axis interface.
G20 G40 G90 G17
S400 M3
M8
F3.0
G0 X8.0 Y-1.4
G0 Z-0.175
G1 Y-0.890
M30
program loads and runs here with above
Please Log in or Create an account to join the conversation.
- BigJohnT
-
- Offline
- Administrator
-
- Posts: 7000
- Thank you received: 1175
Please Log in or Create an account to join the conversation.
- schmidtmotorworks
- Offline
- Elite Member
-
- Posts: 278
- Thank you received: 6
I'll keep searching for a reason for this.
Please Log in or Create an account to join the conversation.
- BigJohnT
-
- Offline
- Administrator
-
- Posts: 7000
- Thank you received: 1175
Do you have Feed Hold off?
John
Please Log in or Create an account to join the conversation.
- robh
- Offline
- Elite Member
-
- Posts: 162
- Thank you received: 24
turn on the DTG (distance to go) on axis its in menus option, and check to see if on the G01 line it shows a distance to travel or not also does it sho a velocity value on g01 line?
one realy wird shot in dark, try a G94 in your program.. if its in G95 it ould be in feed per rev mode and waiting for spindle feedback.. but i cant see why it would be, u never know, odd for axis/emc to stop and not show why in some way or form.
rob
Please Log in or Create an account to join the conversation.
- robh
- Offline
- Elite Member
-
- Posts: 162
- Thank you received: 24
if so, in the hal, emc will wait for spindle to be at speed before a feed command
rob
Please Log in or Create an account to join the conversation.
- schmidtmotorworks
- Offline
- Elite Member
-
- Posts: 278
- Thank you received: 6
one other thing is, do u have spindle at speed linked?
if so, in the hal, emc will wait for spindle to be at speed before a feed command
rob
That was it!!!!!!!!!!!!!! Way to go, I was at my wits end.
I took the M3 command out and it moves fine.
No I just need to find out where this link is and disable it or connect speed agreement.
Please Log in or Create an account to join the conversation.
- clkeck1
- Offline
- Premium Member
-
- Posts: 108
- Thank you received: 2
If its a wiring issue let me know I have mine hooked up and working.
Cory
Please Log in or Create an account to join the conversation.