Test tool path limits before the actual cutting
- harindugamlath
- Offline
- Senior Member
Less
More
- Posts: 62
- Thank you received: 18
05 Jun 2021 12:25 #211207
by harindugamlath
Test tool path limits before the actual cutting was created by harindugamlath
I have a old okuma vertical mill retrofitted with linuxcnc and having a bit of a problem with travel limits.
My issue is when i post a tool path that will extend beyond the trave limits of the machine there is no way to find out if its exceeding the travel limits until program gets to that particular line(movement).
For example in my router which still run mach 3 when i load a program it goes through the code and gives warning about travel limits. But with my mill i'm missing that. This gets really frustrating when there are large parts to mill that extend right to the boundary.
Am i missing something here?
I know we can do some alternatives but do we have a simple functionality like in mach 3 to test the program limits?
Had to move a large set up plate due to this. That wasn't fun.
Any help is appreciated.
My issue is when i post a tool path that will extend beyond the trave limits of the machine there is no way to find out if its exceeding the travel limits until program gets to that particular line(movement).
For example in my router which still run mach 3 when i load a program it goes through the code and gives warning about travel limits. But with my mill i'm missing that. This gets really frustrating when there are large parts to mill that extend right to the boundary.
Am i missing something here?
I know we can do some alternatives but do we have a simple functionality like in mach 3 to test the program limits?
Had to move a large set up plate due to this. That wasn't fun.
Any help is appreciated.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19485
- Thank you received: 6533
05 Jun 2021 13:00 #211209
by tommylight
That can be done by editing the .ini file.
Also if using offsets, use the G54 to G59 work offsets, never use a G53 machine offset.
Replied by tommylight on topic Test tool path limits before the actual cutting
Yes, the limits are not set properly.Am i missing something here?
That can be done by editing the .ini file.
Also if using offsets, use the G54 to G59 work offsets, never use a G53 machine offset.
Please Log in or Create an account to join the conversation.
- harindugamlath
- Offline
- Senior Member
Less
More
- Posts: 62
- Thank you received: 18
05 Jun 2021 14:37 - 05 Jun 2021 14:39 #211216
by harindugamlath
Replied by harindugamlath on topic Test tool path limits before the actual cutting
Actually limits are set properly. I've been using the machine for some time.
i think my question might be a bit confusing so you didn't clearly understood what i asked . imagine this.
I have a really long tool and a really tall fixture. retract height of a tool path with that tool is more than the z travel height.
but there are other tool paths before that retract move which are within the travel limit.
my machine will run all the other gcode upto that particular retract move and only then it will alarm out about exceeding the travel limit.
in mach 3 it alarms out right when you press cycle start. Or if we have moved our our work offset we can regenerate the tool path so it will check for the limits.
that's what i'm missing. I'm not a fan of mach3 actually I'm planning to get rid of mach3 system out of my router. But this is a simple thing that I really miss.
i think my question might be a bit confusing so you didn't clearly understood what i asked . imagine this.
I have a really long tool and a really tall fixture. retract height of a tool path with that tool is more than the z travel height.
but there are other tool paths before that retract move which are within the travel limit.
my machine will run all the other gcode upto that particular retract move and only then it will alarm out about exceeding the travel limit.
in mach 3 it alarms out right when you press cycle start. Or if we have moved our our work offset we can regenerate the tool path so it will check for the limits.
that's what i'm missing. I'm not a fan of mach3 actually I'm planning to get rid of mach3 system out of my router. But this is a simple thing that I really miss.
Last edit: 05 Jun 2021 14:39 by harindugamlath.
Please Log in or Create an account to join the conversation.
- harindugamlath
- Offline
- Senior Member
Less
More
- Posts: 62
- Thank you received: 18
05 Jun 2021 18:37 #211238
by harindugamlath
Replied by harindugamlath on topic Test tool path limits before the actual cutting
anyone?
Please Log in or Create an account to join the conversation.
- MaHa
- Offline
- Platinum Member
Less
More
- Posts: 405
- Thank you received: 163
05 Jun 2021 18:53 #211240
by MaHa
Replied by MaHa on topic Test tool path limits before the actual cutting
I can only guess, if toollength is probed within the program, the error will occur as described. To avoid that, enter the expected toollength in tooltable, or probe the tools first. Then on reload file, or start it will complain about z-limit exceeded, but doesn't point to where this happens
Please Log in or Create an account to join the conversation.
- harindugamlath
- Offline
- Senior Member
Less
More
- Posts: 62
- Thank you received: 18
06 Jun 2021 04:08 #211275
by harindugamlath
Replied by harindugamlath on topic Test tool path limits before the actual cutting
thanks for the reply. my issue is it's not complaining when i load the program or when i hit cycle start. tool lengths are in the table. it just runs the program until that line which exceed the travel limits. no warning before that. is this normal?
Please Log in or Create an account to join the conversation.
- harindugamlath
- Offline
- Senior Member
Less
More
- Posts: 62
- Thank you received: 18
06 Jun 2021 04:29 #211276
by harindugamlath
Replied by harindugamlath on topic Test tool path limits before the actual cutting
and tool length is not probed within the program. This behavior is a bit confusing.
Please Log in or Create an account to join the conversation.
- Aciera
- Offline
- Administrator
Less
More
- Posts: 4025
- Thank you received: 1734
06 Jun 2021 06:59 #211278
by Aciera
Replied by Aciera on topic Test tool path limits before the actual cutting
Could you post your hal and ini files and an example gcode program where the described issue happens?
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
Less
More
- Posts: 23170
- Thank you received: 4860
08 Jun 2021 22:14 #211553
by andypugh
Which GUI are you using? Axis runs a check that the file fits in the limits. I believe that most others do too, but it is possible that some don't. (Touchy might not, thinking about it)
Replied by andypugh on topic Test tool path limits before the actual cutting
My issue is when i post a tool path that will extend beyond the trave limits of the machine there is no way to find out if its exceeding the travel limits until program gets to that particular line(movement).
Which GUI are you using? Axis runs a check that the file fits in the limits. I believe that most others do too, but it is possible that some don't. (Touchy might not, thinking about it)
The following user(s) said Thank You: harindugamlath
Please Log in or Create an account to join the conversation.
- harindugamlath
- Offline
- Senior Member
Less
More
- Posts: 62
- Thank you received: 18
09 Jun 2021 04:32 #211585
by harindugamlath
Replied by harindugamlath on topic Test tool path limits before the actual cutting
Thanks andy. Wow missed that. I'm using probe basic.
I'm beginning to think that might be the cause.
I'll test with axis and reply back with my hal and ini files
I'm beginning to think that might be the cause.
I'll test with axis and reply back with my hal and ini files
Please Log in or Create an account to join the conversation.
Time to create page: 0.137 seconds