Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ InTouch HMI

​.AlarmLoInhibitor dotfield

  • Last UpdatedJun 19, 2024
  • 1 minute read

Returns the name of the inhibitor tag assigned to a Low alarm.

Category

Alarms

Usage

TagName.AlarmLoInhibitor

Parameter

TagName

Any integer, real, indirect analog tag, or alarm group tag.

Remarks

Configured in WindowMaker. Cannot be changed during run time.

Data Types

Message (read-only)

Examples

The .AlarmLoInhibitor dotfield is used by setting .Name to an Indirect tag that is equal to the value of the .AlarmLoInhibitor tag then manipulating the value of the Indirect tag.

The following statement returns the name of the alarm inhibitor tag for a Low alarm limit (assuming SomeIndirectTag is an analog indirect tag):

SomeIndirectTag.Name = AlarmedTag.AlarmLoInhibitor;

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
Low alarms are disabled for AlarmedTag

SomeIndirectTag = 0;

Turns off inhibition
Low alarms can be generated for AlarmedTag

See Also

.AlarmHiInhibitor, .AlarmHiHiInhibitor, .AlarmLoLoInhibitor

TitleResults for “How to create a CRG?”Also Available in