almSuppressDisplay() Function
- Last UpdatedFeb 21, 2017
- 1 minute read
Suppresses the showing of current and future occurrences of alarms visible in the Distributed Alarm Display object in summary mode.
Syntax
[Result=]almSuppressDisplay(ObjectName);
Argument
ObjectName
The name of the alarm object. For example, AlmObj_1.
Remarks
This function works like the corresponding almAckDisplay() function, identifying which alarms to suppress by identifying all alarms that are currently shown.
Example
almSuppressDisplay("AlmObj_1");