Axes go dead when program starts
- Nenad
- Offline
- New Member
Less
More
- Posts: 15
- Thank you received: 0
11 Jan 2019 14:08 #123973
by Nenad
Axes go dead when program starts was created by Nenad
The weirdest thing happened...
My previous controller was dead so I replaced it. I made a new config file for the new controller. Jog works fine, but when I start the program axes go dead (soft). Controller problem?? Something wrong with peogram? I used the same program as before. Strange...
Any help is appreciated
My previous controller was dead so I replaced it. I made a new config file for the new controller. Jog works fine, but when I start the program axes go dead (soft). Controller problem?? Something wrong with peogram? I used the same program as before. Strange...
Any help is appreciated
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19533
- Thank you received: 6556
11 Jan 2019 14:27 #123974
by tommylight
Replied by tommylight on topic Axes go dead when program starts
Weak power supply.
Please Log in or Create an account to join the conversation.
- Nenad
- Offline
- New Member
Less
More
- Posts: 15
- Thank you received: 0
11 Jan 2019 16:08 #123977
by Nenad
Replied by Nenad on topic Axes go dead when program starts
The splash screen code works just fine. All three axes move nicely. I compiled the code in fanuc3. What is the splash g-gode format called?
I don't realy understand the difference between the fanuc Om,11,3 and others.
Is the spash code written in some other format that my new controller responds to?
When I open my code and compare it to the splash screen code I see differences other than coordinates.
Thanks!
I don't realy understand the difference between the fanuc Om,11,3 and others.
Is the spash code written in some other format that my new controller responds to?
When I open my code and compare it to the splash screen code I see differences other than coordinates.
Thanks!
Please Log in or Create an account to join the conversation.
- pl7i92
- Offline
- Platinum Member
Less
More
- Posts: 1875
- Thank you received: 355
11 Jan 2019 18:12 #123981
by pl7i92
Replied by pl7i92 on topic Axes go dead when program starts
The differences are only the Subroutines
CAN You post Your gcode
First 10 lines
Please
CAN You post Your gcode
First 10 lines
Please
Please Log in or Create an account to join the conversation.
- Leon82
- Offline
- Platinum Member
Less
More
- Posts: 592
- Thank you received: 77
12 Jan 2019 02:34 #124011
by Leon82
Replied by Leon82 on topic Axes go dead when program starts
Are you accidentally switching it to inch or metric causing an extreme slow feed rate?
Please Log in or Create an account to join the conversation.
- Nenad
- Offline
- New Member
Less
More
- Posts: 15
- Thank you received: 0
12 Jan 2019 12:02 - 12 Jan 2019 12:04 #124026
by Nenad
Replied by Nenad on topic Axes go dead when program starts
The machine works now! I made multiple versions of G-code and tested one by one until the machine started moving.
Here is the G-code that does NOT work:
N1G1G90X0.Y0.S4000T3M6F19.7
N2Z0.6176A0.F19.7
N3Z0.4365A0.
N4Y0.0413Z0.4388A0.F11.8
N5Y0.0827Z0.4398A0.
N6Y0.4754Z0.4393A0.
N7Y0.4825Z0.4365A0.
N8Y0.5118A0.
N9Z0.4366A-2.9
N10Y0.4815Z0.437A-2.9
and here is the G-code that WORKS:
N1G1G90X0.Y0.S4000T3M6F19.7
N2Z0.6176A0.F19.7
N3Z0.4365A0.
N4Y0.0413Z0.4388A0.F11.8
N5Y0.0827Z0.4398A0.
N6Y0.4754Z0.4393A0.
N7Y0.4825Z0.4365A0.
N8Y0.5118A0.
N9Z0.4366A-2.9
N10Y0.4815Z0.437A-2.9
It would be nice to understand why the fist one did not work and the second one worked. These lines look the same. The first one was Fanuc3, the second BridgePortBoss4. Maybe the difference is somewhere else in the code?
Thanks for looking into this!
Here is the G-code that does NOT work:
N1G1G90X0.Y0.S4000T3M6F19.7
N2Z0.6176A0.F19.7
N3Z0.4365A0.
N4Y0.0413Z0.4388A0.F11.8
N5Y0.0827Z0.4398A0.
N6Y0.4754Z0.4393A0.
N7Y0.4825Z0.4365A0.
N8Y0.5118A0.
N9Z0.4366A-2.9
N10Y0.4815Z0.437A-2.9
and here is the G-code that WORKS:
N1G1G90X0.Y0.S4000T3M6F19.7
N2Z0.6176A0.F19.7
N3Z0.4365A0.
N4Y0.0413Z0.4388A0.F11.8
N5Y0.0827Z0.4398A0.
N6Y0.4754Z0.4393A0.
N7Y0.4825Z0.4365A0.
N8Y0.5118A0.
N9Z0.4366A-2.9
N10Y0.4815Z0.437A-2.9
It would be nice to understand why the fist one did not work and the second one worked. These lines look the same. The first one was Fanuc3, the second BridgePortBoss4. Maybe the difference is somewhere else in the code?
Thanks for looking into this!
Last edit: 12 Jan 2019 12:04 by Nenad.
Please Log in or Create an account to join the conversation.
- Leon82
- Offline
- Platinum Member
Less
More
- Posts: 592
- Thank you received: 77
12 Jan 2019 12:26 #124027
by Leon82
Replied by Leon82 on topic Axes go dead when program starts
They look the same.
What are the codes before that. It looks like it doesn't like one of the codes issued before that
What are the codes before that. It looks like it doesn't like one of the codes issued before that
Please Log in or Create an account to join the conversation.
Time to create page: 0.059 seconds