- GCode and Part Programs
- O Codes (subroutines) and NGCGUI
- Metric Lathe subroutines - G71, G72, etc etc
Metric Lathe subroutines - G71, G72, etc etc
18 May 2013 23:33 #34335
by ArcEye
Replied by ArcEye on topic Metric Lathe subroutines - G71, G72, etc etc
Hi
You can use 'run from line' in code that contains subroutines, but not from within one, especially not a re-entrant subroutine.
You need to run from a line which contains a linear move.
If you think you will need to stop do something and re-start, the best thing to do is to program a retraction move, a M0 pause and then a move back to the workpiece.
At the M0 pause you can stop the program and do whatever
Then having restarted the spindle etc you can select the line with the M0 pause to 'run from' and it will wait for the Pause button to be clicked before moving.
That's what I do anyway
regards
You can use 'run from line' in code that contains subroutines, but not from within one, especially not a re-entrant subroutine.
You need to run from a line which contains a linear move.
If you think you will need to stop do something and re-start, the best thing to do is to program a retraction move, a M0 pause and then a move back to the workpiece.
At the M0 pause you can stop the program and do whatever
Then having restarted the spindle etc you can select the line with the M0 pause to 'run from' and it will wait for the Pause button to be clicked before moving.
That's what I do anyway
regards
Please Log in or Create an account to join the conversation.
13 Mar 2015 12:58 - 13 Mar 2015 14:56 #56777
by Diederik
Replied by Diederik on topic Metric Lathe subroutines - G71, G72, etc etc
all files is in Zip... I found them.
Last edit: 13 Mar 2015 14:56 by Diederik.
Please Log in or Create an account to join the conversation.
13 Mar 2015 14:08 #56778
by ArcEye
Replied by ArcEye on topic Metric Lathe subroutines - G71, G72, etc etc
Have you downloaded the zip on page 2?
It is all in there including examples, o<toolchange> is simply how toolchange.ngc is called, and so forth.
regards
It is all in there including examples, o<toolchange> is simply how toolchange.ngc is called, and so forth.
regards
Please Log in or Create an account to join the conversation.
13 Mar 2015 14:26 - 13 Mar 2015 14:36 #56780
by Diederik
Replied by Diederik on topic Metric Lathe subroutines - G71, G72, etc etc
please ignore my previous post. I found them... thanks. I'm going to try them now.
Last edit: 13 Mar 2015 14:36 by Diederik.
Please Log in or Create an account to join the conversation.
- GCode and Part Programs
- O Codes (subroutines) and NGCGUI
- Metric Lathe subroutines - G71, G72, etc etc
Time to create page: 0.093 seconds