Hi,
Is there an easy / builtin way to query the plant modal and return all the alert handling information from the data points below a given node? I just want a count of all the active alarms in any given area and the maximum priority of those alerts.
Cheers
Eric
Plant Model Alert Summary
- Gertjan van Schijndel
- Posts:634
- Joined: Mon Aug 02, 2010 10:37 am
Re: Plant Model Alert Summary
It sounds you would like the panel topology (Documentation -> Special functions -> Panel topology/Group alerts) functionality on a plant model view. From a sumalert (for example as created by the panel topology) you can get the number of active alerts (attribute: _summed_alerts_count) and the highest priority (attribute: _act_state_prior).
If using the panel topology is not an option, then creating own sumalerts could provide the wanted information.
If using the panel topology is not an option, then creating own sumalerts could provide the wanted information.