Hi all...

I have a little problem when I try load a tool that is has been blocked, because it is broken after do the toolpath. I have a Renishaw measurement system that could block the tool...

Normally I do:

T1
M6

If the T1 tool is blocked because it was broken (I have no duplo tool) the alarm 22067 is displayed and the program is finished.

How I could check the status of the tool and program a solution?

example:

T1
IF T1 IS NOT OK
GOTO ...
ENDIF
M6

Thanks very much...