Hello,
We have a Gateway script running that we are using to try and open a pop up for downtime tracking. It seems to be working for most of the IPs, but that pop up is not appearing on the 10.44.41.68 machine. That IP was an active client at the time. Was looking for some recommendations for troubleshooting this.
Ignition Gateway Pop Up Tag Change Script.txt (1.4 KB)
Ignition Session Message Handler (Line1_Downtime_Alert).txt (180 Bytes)
I wouldn't bother. That's a generally broken approach. Don't push information to your UI, pull it instead. That is, add a view custom property to your navigation docked view that uses a tag binding to subscribe to the trigger tag. Use a property change script on that custom property to open your popup.
ahh, that makes sense. Thank you, I'll look at that appoach!