AlarmState Enumeration
- Updated2023-02-21
- 2 minute(s) read
The state of an alarm running on the target.
Namespace:
NationalInstruments.VeriStand.ClientAPIAssembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Syntax
Visual Basic (Declaration) |
---|
Public Enumeration AlarmState |
C# |
---|
public enum AlarmState |
Visual C++ |
---|
public enum class AlarmState |
Members
Member name | Description |
---|---|
DelayedTripped | The WatchChannel value is outside the limits, but the alarm has not tripped because the DelayDuration time has not elapsed. If the DelayDuration elapses and WatchChannel remains outside the limits, the alarm state changes to Tripped or Indicate, depending on the AlarmMode. |
Disabled | The alarm is inactive. The alarm does not trip even if the WatchChannel value is outside the limits. |
Enabled | The alarm is active. The alarm trips if the WatchChannel value is outside the limits. |
Indicate | The WatchChannel value is outside the limits, but the alarm was not tripped because AlarmMode is IndicateOnly. |
Tripped | The alarm tripped and the procedure associated with the alarm was initiated. |