.AlarmValDeadband dotfield
- Last UpdatedJun 19, 2024
- 1 minute read
Changes a tag’s deadband value while an InTouch application is running.
Category
Alarms
Usage
TagName.AlarmValDeadband
Parameter
TagName
Any integer, real, or indirect analog tag.
Remarks
If you want to continue to use the run-time value of this dotfield after an intentional or accidental shutdown of WindowViewer, select the Retentive Parameters option in the Tagname Dictionary.
Data Type
Analog (read/write)
Valid Values
Must be in value range specified for the tag.
Example
The following statement changes the deadband for Tag1 tag to a value of 25:
Tag1.AlarmValDeadband=25;
See Also
.AlarmDevDeadband