:drowning:
Hi to all
Can someone please help me.
I am running 14 pallets with same dia cutter which is replace after each third
pallet.I have macro set for checking broken tool which I like it the problem is that machine do not knows how long to use that cutter.
I know that one cutter I can use for 75 minutes which is for 3 pallets.When broken tool is detected say after second pallet it will put next #2 cutter(sister tool) but after third pallet it will take #3 cutter so cutter #2 was used only 1/3 tool life.
But my goal is how I can set tool life .

Here is a part of sub PGM which calls up pallets:
%
O00088 (14 PALLETS Broken Tool Check ON)
#101= 1
M69
#600=1
M98 P888
#101= 2
M69
M98 P888
#101= 3
M69
M98 P888
#101= 4
M69
#600=#600+1

here is a part of main PGM
( TOOL NAME: 040 FLAT )
N20 T#600 M6
N30 M83
N40 G0 X-4.7494 Y4.1491 S12000 M3
N50 G43 Z.5 H#600
N60 Z.1018

N43970 M84
N21 G65P9863H.005M1.Z5.
N22 IF[#198EQ0]GOTO24
N23 #600=#600+1
N24 IF[#600LE10]GOTO26
N25 #3000=95(TOOL NUMBERS EXPIRED)
N26
N43980 M5