.AlarmDscInhibitor dotfield
- Last UpdatedJun 19, 2024
- 1 minute read
Returns the name of the inhibitor tag assigned to a discrete alarm.
Category
Alarms
Usage
TagName.AlarmDscInhibitor
Parameter
TagName
Any discrete tag or alarm group.
Remarks
Configured in WindowMaker. Cannot be changed during run time.
Data Types
Message (read-only)
Examples
The .AlarmDSCInhibitor dotfield is used by setting .Name to an Indirect tag that is equal to the value of the .AlarmDscInhibitor tag then manipulating the value of the Indirect tag.
The following statement returns the name of the alarm inhibitor tag for a discrete alarm (assuming SomeIndirectTag is an analog indirect tag):
SomeIndirectTag.Name = AlarmedTag.AlarmDscInhibitor;
The inhibition state of the alarmed tag can be controlled by setting the value of the indirect tag as follows:
SomeIndirectTag = 1;
Turns on inhibition. Discrete alarms are disabled for AlarmedTag
SomeIndirectTag = 0;
Turns off inhibition
Discrete alarms can be generated for AlarmedTag