- LinuxCNC
- General LinuxCNC Questions
- Partway through a loop, the program stopped because it exceeded a soft limit
Partway through a loop, the program stopped because it exceeded a soft limit
- JetForMe
- Topic Author
- Offline
- Elite Member
Less
More
- Posts: 305
- Thank you received: 16
03 Sep 2024 00:36 #309242
by JetForMe
Partway through a loop, the program stopped because it exceeded a soft limit was created by JetForMe
I've been working on this subroutine to surface my router table spoilboard (attached). It's a loop that starts at the current origin and works its way up and down Y, stepping over along X by a fraction of the tool width.
The Y moves are relative. The X moves are absolute and controlled by the loop variable. It worked once without issue. I ran it again, and it stopped after a few passes saying the move would exceed (or exceeded?) the machine's negative Y soft limit. How is this possible?
The Y moves are relative. The X moves are absolute and controlled by the loop variable. It worked once without issue. I ran it again, and it stopped after a few passes saying the move would exceed (or exceeded?) the machine's negative Y soft limit. How is this possible?
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
Less
More
- Posts: 23558
- Thank you received: 4858
03 Sep 2024 13:11 #309288
by andypugh
Replied by andypugh on topic Partway through a loop, the program stopped because it exceeded a soft limit
No help, but I am equally puzzled.
Which version of LinuxCNC are you running?
There was a problem with G53 and rounding errors at one point, but your G53 isn't in the loop.
Which version of LinuxCNC are you running?
There was a problem with G53 and rounding errors at one point, but your G53 isn't in the loop.
Please Log in or Create an account to join the conversation.
- JT
- Away
- Administrator
Less
More
- Posts: 823
- Thank you received: 444
04 Sep 2024 11:28 #309347
by JT
Replied by JT on topic Partway through a loop, the program stopped because it exceeded a soft limit
My guess is there is an offset on the Y axis from a previous program or the program that called the subroutine.
Please Log in or Create an account to join the conversation.
- LinuxCNC
- General LinuxCNC Questions
- Partway through a loop, the program stopped because it exceeded a soft limit
Time to create page: 0.055 seconds