Ladies and Gentlemen (do we have any ladies here?)
I wonder if someone could enlighten me on the following.
Here's a piece of an example code. The part I'm asking about is at the very end (red). Anyway, as you can see, there's number of tools used for this OP and my goal is to automatically pre-select the first tool at the end as well as output the next tool (T35) so it sits in the toolchanger arm, waiting its turn.
Basically it is Copy/Paste of the two blue lines. The reason is to save few second p/cycle.
%
O01
G90 G94 G17 G54 G40 G49
G28 G91 Z0.
G90 A0.
(** TOOL CHANGE # 1 = TOOL NUMBER T 1)
(** TOOL CHANGE # 2 = TOOL NUMBER T 35)
(** TOOL CHANGE # 3 = TOOL NUMBER T 36)
(** TOOL CHANGE # 4 = TOOL NUMBER T 27)
(** TOOL CHANGE # 5 = TOOL NUMBER T 32)
(** TOOL CHANGE # 6 = TOOL NUMBER T 41)
(** TOOL CHANGE # 7 = TOOL NUMBER T 34)
(** TOOL CHANGE # 8 = TOOL NUMBER T 1)
(05/23/06-08:42:06)
(4" SANDVIK FACEMILL)
N0010 T1 M06<br style="color: rgb(0, 0, 255);">N0020 T35
S2500 M03
G0 G94 X-4.385 Y.257 M08
G43 Z8.11 H01
Z7.84
.
.
.
.
.
X1.406 Y.508
Z8.11 F200.
N0150 T1 M06<br style="color: rgb(255, 0, 0);">N0160 T35<br style="color: rgb(255, 0, 0);">M30
%
Thanks for looking,


I wonder if someone could enlighten me on the following.
Here's a piece of an example code. The part I'm asking about is at the very end (red). Anyway, as you can see, there's number of tools used for this OP and my goal is to automatically pre-select the first tool at the end as well as output the next tool (T35) so it sits in the toolchanger arm, waiting its turn.
Basically it is Copy/Paste of the two blue lines. The reason is to save few second p/cycle.
%
O01
G90 G94 G17 G54 G40 G49
G28 G91 Z0.
G90 A0.
(** TOOL CHANGE # 1 = TOOL NUMBER T 1)
(** TOOL CHANGE # 2 = TOOL NUMBER T 35)
(** TOOL CHANGE # 3 = TOOL NUMBER T 36)
(** TOOL CHANGE # 4 = TOOL NUMBER T 27)
(** TOOL CHANGE # 5 = TOOL NUMBER T 32)
(** TOOL CHANGE # 6 = TOOL NUMBER T 41)
(** TOOL CHANGE # 7 = TOOL NUMBER T 34)
(** TOOL CHANGE # 8 = TOOL NUMBER T 1)
(05/23/06-08:42:06)
(4" SANDVIK FACEMILL)
N0010 T1 M06<br style="color: rgb(0, 0, 255);">N0020 T35
S2500 M03
G0 G94 X-4.385 Y.257 M08
G43 Z8.11 H01
Z7.84
.
.
.
.
.
X1.406 Y.508
Z8.11 F200.
N0150 T1 M06<br style="color: rgb(255, 0, 0);">N0160 T35<br style="color: rgb(255, 0, 0);">M30
%
Thanks for looking,