Hi All,
I’m looking for new strategies for alarm management. Thanks in advance to those who will answer
The following is the way I currently use:
One string ( coming from the PLC ) for every alarm, then as alarming properties I have:
As label ( which is the property the user visualize inside the Alarm Table ) the tag itself, this allows the PLC guy to build the alarm string dynamically from the PLC.
As mode on condition
As condition if ({[.]String_0} != '', 1, 0)
where String_0 is the tag itself.
I made a script that creates the tags and their alarm properties, so this method will take me 5 minutes to create any amount of tags.
My concern is that in this way, the net traffic load will slow down communication.