Program on lathe stops on random gcode
- Anonymous
- Offline
- New Member
Less
More
- Posts: 15
- Thank you received: 0
30 Oct 2020 19:46 #187822
by Anonymous
Program on lathe stops on random gcode was created by Anonymous
Hey
I just recently converted my old lathe to a CNC
i decided to use LinuxCNC and now when i run a Program it randomly stops at N23.
If i remove that line it runs till it gets to N29, then N35... and so on.
What am I doing wrong
I just recently converted my old lathe to a CNC
i decided to use LinuxCNC and now when i run a Program it randomly stops at N23.
If i remove that line it runs till it gets to N29, then N35... and so on.
What am I doing wrong
Please Log in or Create an account to join the conversation.
- Clive S
- Offline
- Platinum Member
Less
More
- Posts: 2240
- Thank you received: 474
30 Oct 2020 21:03 #187835
by Clive S
Are you missing the feed rate ?
Replied by Clive S on topic Program on lathe stops on random gcode
Hey
I just recently converted my old lathe to a CNC
i decided to use LinuxCNC and now when i run a Program it randomly stops at N23.
If i remove that line it runs till it gets to N29, then N35... and so on.
What am I doing wrong
Are you missing the feed rate ?
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19499
- Thank you received: 6538
30 Oct 2020 21:55 #187841
by tommylight
Replied by tommylight on topic Program on lathe stops on random gcode
Clive is right, there is no feed rate set anywhere in that gcode so it will stop at any G1 it encounters, but it will spit an error saying exactly that it is missing a feed rate value.
The following user(s) said Thank You: Clive S
Please Log in or Create an account to join the conversation.
- Anonymous
- Offline
- New Member
Less
More
- Posts: 15
- Thank you received: 0
31 Oct 2020 11:25 #187889
by Anonymous
Replied by Anonymous on topic Program on lathe stops on random gcode
Even if i ad a F100 for example at the end of (N21 G0 Z1.164) to make it (N21 G0 Z1.164 F100) it still stops the program at that line.
Please Log in or Create an account to join the conversation.
- Aciera
- Offline
- Administrator
Less
More
- Posts: 4026
- Thank you received: 1738
31 Oct 2020 12:29 - 31 Oct 2020 12:32 #187894
by Aciera
Replied by Aciera on topic Program on lathe stops on random gcode
Do you have feed override down at zero?
Does it happen with just this program?
Can you jog ok?
Does the machine home ok?
Does this MDI command work? G01 X100 F100
Does it happen with just this program?
Can you jog ok?
Does the machine home ok?
Does this MDI command work? G01 X100 F100
Last edit: 31 Oct 2020 12:32 by Aciera.
Please Log in or Create an account to join the conversation.
- Clive S
- Offline
- Platinum Member
Less
More
- Posts: 2240
- Thank you received: 474
31 Oct 2020 12:34 - 31 Oct 2020 12:36 #187895
by Clive S
Have you tried G1 X40. F100
Edit : Aciera has said the same
Replied by Clive S on topic Program on lathe stops on random gcode
Even if i ad a F100 for example at the end of (N21 G0 Z1.164) to make it (N21 G0 Z1.164 F100) it still stops the program at that line.
Have you tried G1 X40. F100
Edit : Aciera has said the same
Last edit: 31 Oct 2020 12:36 by Clive S.
Please Log in or Create an account to join the conversation.
- MaHa
- Offline
- Platinum Member
Less
More
- Posts: 405
- Thank you received: 163
31 Oct 2020 12:44 #187896
by MaHa
Replied by MaHa on topic Program on lathe stops on random gcode
I think with G96, constant surface speed, feed must be f/per rev. F100 or F200 could end as rapid move or is just too fast to be done.
Please Log in or Create an account to join the conversation.
- Anonymous
- Offline
- New Member
Less
More
- Posts: 15
- Thank you received: 0
31 Oct 2020 12:50 - 31 Oct 2020 12:53 #187899
by Anonymous
Replied by Anonymous on topic Program on lathe stops on random gcode
Yes i've also tried G1 X40. F100
Last edit: 31 Oct 2020 12:53 by Anonymous.
Please Log in or Create an account to join the conversation.
- Anonymous
- Offline
- New Member
Less
More
- Posts: 15
- Thank you received: 0
31 Oct 2020 13:15 #187902
by Anonymous
Replied by Anonymous on topic Program on lathe stops on random gcode
What would you suggest i do then? My machine does not measure spindle speed
Please Log in or Create an account to join the conversation.
- Aciera
- Offline
- Administrator
Less
More
- Posts: 4026
- Thank you received: 1738
31 Oct 2020 13:27 #187903
by Aciera
Replied by Aciera on topic Program on lathe stops on random gcode
Can you please post your INI and HAL files?
Please Log in or Create an account to join the conversation.
Time to create page: 0.073 seconds