- LinuxCNC
- General LinuxCNC Questions
- Radius to End differ from Radius to Start Error During Stop/Run from line.
Radius to End differ from Radius to Start Error During Stop/Run from line.
- mjtooba
- Topic Author
- Offline
- New Member
Less
More
- Posts: 3
- Thank you received: 0
13 Jan 2017 15:32 #85695
by mjtooba
Radius to End differ from Radius to Start Error During Stop/Run from line. was created by mjtooba
Hi guys
with normal axis gui and simulated environment i see start/end Radius error if i press STOP on arc and then Run From selected line. is there any solution that solve this problem and we could stop during g2,g3 and move by keep current line ?
with normal axis gui and simulated environment i see start/end Radius error if i press STOP on arc and then Run From selected line. is there any solution that solve this problem and we could stop during g2,g3 and move by keep current line ?
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
Less
More
- Posts: 23178
- Thank you received: 4866
14 Jan 2017 23:49 - 14 Jan 2017 23:49 #85791
by andypugh
Replied by andypugh on topic Radius to End differ from Radius to Start Error During Stop/Run from line.
Unfortunately not. You need to find a line before the arc mode that moves to a well-defined position.
I typically look for a G0 move.
An arc move without a well-defined start can't be made.
I typically look for a G0 move.
An arc move without a well-defined start can't be made.
Last edit: 14 Jan 2017 23:49 by andypugh.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19549
- Thank you received: 6563
15 Jan 2017 01:16 #85799
by tommylight
Replied by tommylight on topic Radius to End differ from Radius to Start Error During Stop/Run from line.
G1 also works, used it a lot.
Please Log in or Create an account to join the conversation.
- mjtooba
- Topic Author
- Offline
- New Member
Less
More
- Posts: 3
- Thank you received: 0
15 Jan 2017 03:07 #85804
by mjtooba
Replied by mjtooba on topic Radius to End differ from Radius to Start Error During Stop/Run from line.
after some digging in source code , i found a solution by modifying code , now it is possible to stop and continue on G2 G3 without any Error.
i am not yet very familiar with git push and ... , so i just explain what i did for others
for reference :
disable update interp position in interp.synch() in beginning during run from line fixed problem.
by disabling update position , the parser get start of arc position from previous line not from current position.
this solved problem but not sure about side-effects.
i am not yet very familiar with git push and ... , so i just explain what i did for others
for reference :
disable update interp position in interp.synch() in beginning during run from line fixed problem.
by disabling update position , the parser get start of arc position from previous line not from current position.
this solved problem but not sure about side-effects.
Please Log in or Create an account to join the conversation.
- Skidloaders1
- Offline
- Senior Member
Less
More
- Posts: 43
- Thank you received: 2
19 Apr 2018 15:39 #109300
by Skidloaders1
Replied by Skidloaders1 on topic Radius to End differ from Radius to Start Error During Stop/Run from line.
Good day MJtooba
could you explain this a little more please rgds Wilfried
could you explain this a little more please rgds Wilfried
Please Log in or Create an account to join the conversation.
- LinuxCNC
- General LinuxCNC Questions
- Radius to End differ from Radius to Start Error During Stop/Run from line.
Time to create page: 0.117 seconds