Hello all,
I'm getting the air-operated collet closer working on my lathe. I have written the following macro, and it is working:
M101 (open collet) DeActivateSignal(Output5)
ActivateSignal(Output4)
M102 (close collet) DeActivateSignal(Output4)
ActivateSignal(Output5)
I would like to add something to the open macro to prevent the collet opening when M3/M4 are active. Just as a safety precaution I guess.
How do I do this?
Thanks,
Kevin