Hello all, I'm going to try my best to explain this.
I have an OPC tag with an alarm. On this alarm under associated data I have a custom property that links to another OPC tag. I use this property to display some information on an alarm screen (this one specifically says which panel fired the action).
Now what I want with all this is for an alarm to happen and THEN grab extra OPC tag I have as a property to it.
This doesn't seem to be happening in this order, I'm guessing this has to do with OPC and that their is no guarantee on order of updated tags.
So I come here looking for some advice on this. I currently have 100's of alarms that have this, am I going to have to put a script somewhere to watch these tags and update the alarm database after an event has fired? Is their any easy trick here? Could active delay (assuming I don't care about seeing something for x amount of time) be a hacky solution? Also I'm curious the order of things happening when an alarm is fired, and how a property with another OPC tag would be read.
Any guidance or things to read into would be appreciated!