| Name | Description |
|---|
 | AddNewAlarming(String, String, AlarmPriority, AlarmState, BaseNode, Double, BaseNode, BaseNode, BaseNode, BaseNode) |
Adds a new Alarming step and applies the specified settings to the Alarm. This method uses channel values to specify the upper and lower limits of the alarm.
|
 | AddNewAlarming(String, String, AlarmPriority, AlarmState, BaseNode, Double, BaseNode, BaseNode, BaseNode, Double) |
Adds a new Alarming step and applies the specified settings to the Alarm. This method uses a channel value to specify the upper limit of the alarm and a constant value to specify the lower limit.
|
 | AddNewAlarming(String, String, AlarmPriority, AlarmState, BaseNode, Double, BaseNode, BaseNode, Double, BaseNode) |
Adds a new Alarming step and applies the specified settings to the Alarm. This method uses a constant value to specify the upper limit of the alarm and a channel value to specify the lower limit.
|
 | AddNewAlarming(String, String, AlarmPriority, AlarmState, BaseNode, Double, BaseNode, BaseNode, Double, Double) |
Adds a new Alarming step and applies the specified settings to the Alarm. This method uses constant values to specify the upper and lower limits of the alarm.
|
 | AddNewAlarming(String, String, AlarmingStepFunction, BaseNode) |
Adds a new Alarming step to a procedure. This step performs the specified Function on the specified Alarm when the step executes.
|