IAlarmManager2 Members
- Updated2023-02-21
- 3 minute(s) read
The IAlarmManager2 type exposes the following members.
Name | Description | |
---|---|---|
![]() | GetAlarmList | Overloaded.
This method from the IAlarmManager interface gets a list of all the alarms running on the first target. However, National Instruments recommends that you use the GetAlarmList method of the IAlarmManager2 interface instead of this deprecated method.
|
![]() | GetAlarmsStatus | Overloaded.
This method is obsolete in NI VeriStand 2011 and later. Use the GetMultipleAlarmsData method of the IAlarmManager2 interface instead, which allows you to get specific information about an alarm, such as its status.
Strict priorities of low, medium, and high are no longer supported. Valid priorities now range from 0 - 31. This method only tests alarms in group 0. |
![]() | GetMultipleAlarmsData | Overloaded.
This method from the IAlarmManager interface gets a list of all the alarms running on the first target. However, National Instruments recommends that you use the GetMultipleAlarmsData method of the IAlarmManager2 interface instead of this deprecated method.
You must use the GetMultipleAlarmsData method of the IAlarmManager2 interface if you want to specify one of multiple targets. |
Events
Name | Description | |
---|---|---|
![]() | OnAlarmTrigger |
This event is deprecated in NI VeriStand 2010 and later. Use the OnAlarmTrigger2 event instead.
Callback invoked when an alarm is triggered. The DOnAlarmTrigger delegate defines the handler for this event. |
![]() | OnAlarmTrigger2 | Callback invoked when an alarm is triggered. |