What triggers the tool change LED (OEM 806). I expected an M6 to trigger that LED, but it's not. Do I need to do something in the M6 macro to trigger that LED? This is what I have for my manual tool change code, which works great.
N8990 G53 Z0
N9000 G43 T2 H2 M6
N9010 M01
N9020 (INSERT TOOL #2)
N9030 (0.125 INCHES DIA. SLOT DRILL)
I'd just like to light the tool change led when the M6 is called. Is there something I need to add to the M6Start macro? I suppose I could add a user LED and light it in M6Start and shut it off in M6End, but I'd rather use what's already built in if I can.
Thanks