Job freeze on simple G0 Z5
- Aki
- Offline
- New Member
Less
More
- Posts: 4
- Thank you received: 0
20 Mar 2023 17:17 - 20 Mar 2023 17:24 #267171
by Aki
Job freeze on simple G0 Z5 was created by Aki
Hi everybody,
I just started using a 3 axis CNC (YXZ).
The workflow is Fusion 360 > EMC2 > LinuxCNC
I tried a simple job doing with 3 holes, here is the G-code:
The job freezes on "G0 Z5." witthout failing (no error messages, the machine is idling, the spindle is still turning).
At first I thought the issue came from "G43 Z10. H1" or "T1 M6" since I haven't setup a tool table, but it has no effect on the job.
Deleting "G0 Z5." makes the whole job run smoothly.
The same issue happens on all jobs processed by Fusion.
Here is the beginning of a job created on Estlcam that run without freezing on the same machine:
Why does the first job stop but not the second?
I just started using a 3 axis CNC (YXZ).
The workflow is Fusion 360 > EMC2 > LinuxCNC
I tried a simple job doing with 3 holes, here is the G-code:
%
G90 G94 G17 G91.1
G21
G53 G0 Z0.
T1 M6
M3 S5000
G54
G0 X96.48 Y68.423
G43 Z10. H1
G0 Z5.
G98 G81 X96.48 Y68.423 Z-10. R5. F1000.
X54.325 Y67.189
X23.3 Y66.249
G80
G0 Z10.
M5
G53 G0 Z0.
M30
%
The job freezes on "G0 Z5." witthout failing (no error messages, the machine is idling, the spindle is still turning).
At first I thought the issue came from "G43 Z10. H1" or "T1 M6" since I haven't setup a tool table, but it has no effect on the job.
Deleting "G0 Z5." makes the whole job run smoothly.
The same issue happens on all jobs processed by Fusion.
Here is the beginning of a job created on Estlcam that run without freezing on the same machine:
G90
M03 S22000
G00 Z5.0000
G00 X-0.3102 Y-0.5411
G00 Z0.5000
Why does the first job stop but not the second?
Last edit: 20 Mar 2023 17:24 by Aki. Reason: Format error
Please Log in or Create an account to join the conversation.
- Aciera
- Offline
- Administrator
Less
More
- Posts: 4001
- Thank you received: 1730
20 Mar 2023 19:06 #267180
by Aciera
Replied by Aciera on topic Job freeze on simple G0 Z5
I'm actually surprized that
G43 Z10. H1
does not give an error as the G43 command should only take an 'H' word:
linuxcnc.org/docs/html/gcode/g-code.html#gcode:g43
Have you tried
G43 H1
instead of
G43 Z10. H1
G43 Z10. H1
does not give an error as the G43 command should only take an 'H' word:
linuxcnc.org/docs/html/gcode/g-code.html#gcode:g43
Have you tried
G43 H1
instead of
G43 Z10. H1
Please Log in or Create an account to join the conversation.
- Aki
- Offline
- New Member
Less
More
- Posts: 4
- Thank you received: 0
20 Mar 2023 20:49 #267185
by Aki
Replied by Aki on topic Job freeze on simple G0 Z5
I just tried "G43 H1" without any difference.
Does the commands orders have an impact with G-code?
For exemple is "M3 S5000" different than "S5000 M3"?
Does the commands orders have an impact with G-code?
For exemple is "M3 S5000" different than "S5000 M3"?
Please Log in or Create an account to join the conversation.
- MaHa
- Offline
- Platinum Member
Less
More
- Posts: 405
- Thank you received: 163
20 Mar 2023 21:42 #267187
by MaHa
Replied by MaHa on topic Job freeze on simple G0 Z5
I solved a similar issue, to cancel cycle81 or canned cycles
G0 G80
Please Log in or Create an account to join the conversation.
- Aki
- Offline
- New Member
Less
More
- Posts: 4
- Thank you received: 0
21 Mar 2023 08:54 #267214
by Aki
Replied by Aki on topic Job freeze on simple G0 Z5
Thanks, I'll try that tonight.
It seems my issue is related to my Mesa - LinuxCNC setup involving the Z-probe.
It seems my issue is related to my Mesa - LinuxCNC setup involving the Z-probe.
Please Log in or Create an account to join the conversation.
- Aki
- Offline
- New Member
Less
More
- Posts: 4
- Thank you received: 0
21 Mar 2023 21:13 #267250
by Aki
Replied by Aki on topic Job freeze on simple G0 Z5
Problem solved, the spindle wasn't rated for 5000 RPM ...
The spindle would start at "M3 S5000", but it automatically stopped at "G0 Z5".
The spindle would start at "M3 S5000", but it automatically stopped at "G0 Z5".
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
Less
More
- Posts: 23162
- Thank you received: 4860
27 Mar 2023 11:56 #267594
by andypugh
Replied by andypugh on topic Job freeze on simple G0 Z5
So, this was a spindle-at-speed problem?
I thought that it might be (late to the party) but you seemed to be saying that it was stopping at the G0 move. Was it actually performing the G0 and _then_ stopping?
I have had this problem with Fusion myself. I think that you can tell it what the max spindle speed is:
In the manufacture workspage, under "Manage" you can open the machine library and the spindle speed is set for the "head" in kinematics.
I thought that it might be (late to the party) but you seemed to be saying that it was stopping at the G0 move. Was it actually performing the G0 and _then_ stopping?
I have had this problem with Fusion myself. I think that you can tell it what the max spindle speed is:
In the manufacture workspage, under "Manage" you can open the machine library and the spindle speed is set for the "head" in kinematics.
Please Log in or Create an account to join the conversation.
Time to create page: 0.057 seconds