Hi all,
Expert Machinist (WF3 - Date code M190):
When I specify "Deep" for a drill in the Drilling Strategy window, the Peck Depth shows up under "Cycle Options" in the Drilling Properties window, but does not code correctly - I only get "Q0" in the g-code. Also I need to force a "G90" in the XY positioning move that is prior to the G43 line, because there is a G91 used prior to the tool change.
How can Ifix these two issues? I attached my FIL file for reference.
Sample code:
N245 (3/8 JOBBERS DRILL)
N250 T2
N255 M6
N260 T3
N265 S713 M3
N270 G0 X23.5 Y-1. <---*** NEED G90 ***
N275 G43 Z1. H2
N280 G83 G98 Z-1.1127 R.1 Q0 F5.256 <---*** NO Q VALUE ***
N285 X12.5
N290 G80
N295 G00 M09
N300 G91 G28 Z0. M05
N305 M01
Thanks in advance for any help with this.
Regards,
Chris
Isolved the "Peck" problem by going into the MCD file and editing the formats to the correct settings.
I stillhelp with forcing the "G90" on my approach moves as per the original post. Can anyone suggest some FIL code to do this?
Regards,
Chris
In Reply to Chris Kocourek:
Hi all,
Expert Machinist (WF3 - Date code M190):
When I specify "Deep" for a drill in the Drilling Strategy window, the Peck Depth shows up under "Cycle Options" in the Drilling Properties window, but does not code correctly - I only get "Q0" in the g-code. Also I need to force a "G90" in the XY positioning move that is prior to the G43 line, because there is a G91 used prior to the tool change.
How can Ifix these two issues? I attached my FIL file for reference.
Sample code:
N245 (3/8 JOBBERS DRILL)
N250 T2
N255 M6
N260 T3
N265 S713 M3
N270 G0 X23.5 Y-1. <---*** NEED G90 ***
N275 G43 Z1. H2
N280 G83 G98 Z-1.1127 R.1 Q0 F5.256 <---*** NO Q VALUE ***
N285 X12.5
N290 G80
N295 G00 M09
N300 G91 G28 Z0. M05
N305 M01Thanks in advance for any help with this.
Regards,
Chris
Chris,
Try adding these two lines to the end of the LOADTL section:
REPEAT/OFF
REPEAT/24,25,26,7,90,ALL $$ Output G90 on the next X, Y or Z
Fred