Hey,
We are currently trying to accumulate the Highest Alarm State of a couple of Parameters.
The problem is we need to search for some parameters with a Parameter subscription filter and others can be identified right away. Is there a way to accumulate all alarms and display the highest severity?
This is what I have tried to do so far:
ParameterSubscriptionFilter
fullFilter=(4102 == [var:BSS2]) OR (3211 == [var:BACKUPUNITROWKEY])
ParametersSummary
Max|[var:LUXBTZ028]:4108|[var:LUXBTZ028]:4107|[var:LUXBTZ028]:3007:[varBSS2]|[var:LUXBTZ028]:3008:[varBSS2]|[var:LUXBTZ028]:4109|[var:LUXBTZ028]:4110|[var:LUXBTZ028]:4111|[var:LUXBTZ028]:3208|ALARM
The Filter is using two different Tables to retrieve Data from. The Parameters with 4000 use the first part of the filter and the Parameter 3208 is using the other part and therefore another Table. The Parameters 3008 and 3007 are being retrieved by a specific Key.
I also tried including the Key of the Parameters 3008 and 3007 in the Filter, but it also did not work.
fullFilter=(([var:LUXBTZ028]:4102 == [var:BSS2]) OR ([var:LUXBTZ028]:3211 == [var:BACKUPUNITROWKEY]) OR (3011 == [var:BSS2]))
Thank you
Hi Adrian,
This is something that will be available in the 10.2.1 release and will allow you to configure filters for each different part in your ParametersSummary configuration. Once released, search for release note 31609.