VeriStand .NET API Reference

Alarms.AddNewAlarm Method

NameDescription
AddNewAlarm(String, String, Channel, BaseNode, BaseNode, Procedure, AlarmMode, AlarmState, AlarmPriority, Double, String) Adds a new Alarm with the specified name, description, and configuration to the Alarms section. This method uses channels to specify the UpperLimit and LowerLimit values within which AlarmSource must stay to avoid triggering the alarm.
AddNewAlarm(String, String, Channel, BaseNode, Double, Procedure, AlarmMode, AlarmState, AlarmPriority, Double, String) Adds a new Alarm with the specified name, description, and configuration to the Alarms section. This method uses a channel to specify the UpperLimit and a constant to specify the LowerLimit within which AlarmSource must stay to avoid triggering the alarm.
AddNewAlarm(String, String, Channel, Double, BaseNode, Procedure, AlarmMode, AlarmState, AlarmPriority, Double, String) Adds a new Alarm with the specified name, description, and configuration to the Alarms section. This method uses a constant to specify the UpperLimit and a channel to specify the LowerLimit within which AlarmSource must stay to avoid triggering the alarm.
AddNewAlarm(String, String, Channel, Double, Double, Procedure, AlarmMode, AlarmState, AlarmPriority, Double, String) Adds a new Alarm with the specified name, description, and configuration to the Alarms section. This method uses constants to specify the UpperLimit and LowerLimit values within which AlarmSource must stay to avoid triggering the alarm.
AddNewAlarm(String, String, Channel, ValueSource, ValueSource, Procedure, AlarmMode, AlarmState, UInt32, UInt32, Double, String) Adds a new Alarm with the specified name, description, and configuration to the Alarms section. This method uses channels OR constants to specify the UpperLimit and LowerLimit values within which AlarmSource must stay to avoid triggering the alarm. This constructor also specifies the GroupNumber to which the alarm belongs.

See Also

Log in to get a better experience