kukelyk
Industrial
- Mar 21, 2005
- 315
Hi.
I post all my programs selecting "NC_PROGRAM" group.
The problem is the header. Only the first prg. contains G54; if the previous prg. use the same tool (in the end) as the current prg, there will no T M6 in the program start, etc.:
The first prg:
%
O9999
G0 G80 G49 G90 G40 G98
T02 M6
( DIAM20R0 )
G54 X0.0 Y0.0 S10000 M3
G43 Z150. H02 D2
M8
G0 X-53. Y-5.745 A0.0
Z77.
G1 Z75. F1000.
...
The 2nd prg:
%
O9999
G0 G80 G49 G90 G40 G98
<-- no tool call
<--no G54
<--G43 should be here
G0 A0.0
G0 X50. Y39.994 A-179.964 S0 M3
G43 Z50.031 <-- no H01D01
Z10.031
G1 Y40.095 Z8.608 F250. M8
Y40.399 Z7.214
...
How can I reset these parameters without outputting?
----
kukelyk
I post all my programs selecting "NC_PROGRAM" group.
The problem is the header. Only the first prg. contains G54; if the previous prg. use the same tool (in the end) as the current prg, there will no T M6 in the program start, etc.:
The first prg:
%
O9999
G0 G80 G49 G90 G40 G98
T02 M6
( DIAM20R0 )
G54 X0.0 Y0.0 S10000 M3
G43 Z150. H02 D2
M8
G0 X-53. Y-5.745 A0.0
Z77.
G1 Z75. F1000.
...
The 2nd prg:
%
O9999
G0 G80 G49 G90 G40 G98
<-- no tool call
<--no G54
<--G43 should be here
G0 A0.0
G0 X50. Y39.994 A-179.964 S0 M3
G43 Z50.031 <-- no H01D01
Z10.031
G1 Y40.095 Z8.608 F250. M8
Y40.399 Z7.214
...
How can I reset these parameters without outputting?
----
kukelyk