Remote stack light triggering off tag values in kepware

We currently have a system where machines in need to be monitored by personnel in different locations. When the machine in question alarms, they cannot hear the alarm or see the stack light. The alarms do translate into Ignition already, but it just displays on a monitor.

Is there a stack light that can be triggered by tags using kepware and ignition?

There's a few different ways to handle something like that.

If the monitor is Vision based, you could have a PC-based indicator light like a busylight or something similar and use Vision to control that by running code on the local PC.

You could also have some remote I/O controlled over the network by a PLC or by Ignition directly if the protocol is supported.
Banner has a wireless version of the above (DXM gateway and TL70 stack lights), others probably do as well.

There quite a few I/O-Link master field devices that support OPC-UA for direct connection to Ignition, and many I/O-Link stack lights you can use with those. Very flexible.

2 Likes

Tip: just a note on terminology. A trigger is usually a brief action to turn something on or off. e.g., Turning a car's ignition key to the Start position starts the engine running but releasing it doesn't turn it off. You probably mean to control the stack lights directly. If the relevant tag is True then light is on, etc. Getting terminology right can avoid miscommunication and is worth doing.

1 Like