Hello Guest it is May 23, 2025, 03:57:09 PM

Author Topic: Is there a list of signal descriptions somewhere? (for mapping to pins)  (Read 3271 times)

0 Members and 1 Guest are viewing this topic.

I'm trying to make sense of some of the tool change signals: What is "TLM Tool Change" and how is it different from "Tool Change"

I'm looking for one that is triggered when a tool needs to be changed (for getting the attention of an operator).  I think if one of these works while a tool change is in process that would also be OK

I thought I saw a list of these signals with what they were triggered by somewhere.  Does anyone know?
Re: Is there a list of signal descriptions somewhere? (for mapping to pins)
« Reply #1 on: November 12, 2024, 08:52:13 AM »
The output that just says "Tool Change" will turn an output on when the tool change M6 macro is called.
I assume the TLM is Tool Life Management, but you know what they say about assuming.
I have used this Tool Change output in the past to turn on a yellow light during a tool change.
I now also just use an output number to turn on a light and make a buzzer sound to get an operators attention when a tool needs to be changed.
I just put that code inside the m6 macro to turn on the buzzer.
Chad Byrd
Re: Is there a list of signal descriptions somewhere? (for mapping to pins)
« Reply #2 on: November 12, 2024, 10:21:19 AM »
Perfect. So the output is on the entire time that the M6 is running and turns off when it concludes?

If so, that is exactly what i wanted it to be.
Re: Is there a list of signal descriptions somewhere? (for mapping to pins)
« Reply #3 on: November 12, 2024, 11:16:35 AM »
As far as I know. That’s how it has worked for me in the past.  I don’t use it much anymore.
Chad Byrd