IAlarmManager Members
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
The IAlarmManager type exposes the following members.
| Name | Description | |
|---|---|---|
| GetAlarmList | 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 |
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 |
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. |