.AlarmDscEnabled dotfield
- Last UpdatedJun 19, 2024
- 1 minute read
Indicates indicates whether or not the tag can generate discrete alarms.
Category
Alarms
Usage
TagName.AlarmDscEnabled
Parameter
TagName
Any discrete or indirect discrete tag or alarm group.
Remarks
When .AlarmDscEnabled is set to 0, all discrete condition alarms and events are ignored. They are not stored in alarm memory, nor are they written to a disk. It is very important to re-enable events/alarms, whenever possible, to avoid data loss.
This is the opposite of the .AlarmDscDisabled dotfield.
Data Type
Discrete (read/write)
Valid Values
0 = Disable alarms
1= Enable alarms (default)
Example
The following example disables the discrete alarms of the Tag1 tag:
Tag1.AlarmDscEnabled=0;
See Also
.AlarmDscDisabled