almSuppressPriority() Function
- Last UpdatedFeb 21, 2017
- 1 minute read
Suppresses the showing of current and future occurrences of any alarm of the specified priority range having the same provider name and Group name.
Syntax
[Result=]almSuppressPriority(ObjectName, ApplicationName, GroupName, FromPri, ToPri);
Arguments
ObjectName
The name of the alarm object. For example, AlmObj_1.
ApplicationName
The name of the application. For example, \\node1\InTouch
GroupName
The name of the Group. For example, $System
FromPri
Starting priority of alarms. For example, 100 or Integer tag.
ToPri
Ending priority of alarms. For example, 900 or Integer tag.
Example
almSuppressPriority("AlmObj_1","\\node1\Intouch", "Turbines",10,100);
See Also
almSuppressAll(), almSuppressGroup(), almSuppressTag(), almSuppressDisplay(), almSuppressRetain(), almSuppressSelected(), almSuppressSelectedGroup(), almSuppressSelectedPriority(), almSuppressSelectedTag(), almUnSuppressAll()