assign alarms to other elements

Hi Jeroen, It’s not possible to reroute alarms from a table to appear on other elements. (aside from DVEs/virtual functions exposed by the same element) I believe the only way …

Historyset trend graph is empty on Cube

After some investigation, we noticed that the problem was linked with the fact the trending was requested with a key in lower case while it was stored in DB with …

Automation – Perform set without checking the read

Starting from 10.1/10.0.8, the flag can be toggled at runtime by calling engine.SetFlag(RunTimeFlag.NoCheckingSets) or engine.UnSetFlag(RunTimeFlag.NoCheckingSets). (see Help) You could unset the flag, then do the parameter set and then set …

Correlation – Behavior of active alarm tree

As Michael mentioned, the cell in the table will keep showing Critical as there is still a correlated alarm active on there, even after the original real alarm has cleared. …

Correlation – Behavior of active alarm tree

Hi Bing, When you trigger the correlation rule for the first time, it will create a new alarm on the same element and parameter as the parameter which triggered the …

Correlation filter based upon an alarm table

Hi Bing, You can create a negated list, by changing the “equal to”, into “not equal to”. e.g. To prevent other alarms to match the correlation filter, you can add …

Property variables in an Element Shape data

The [Property:] placeholder will retrieve the property value from the current object to which the shape is linked. Since your shape is not linked to any element, the placeholder will …