5.7.4. Alarm Scripting

IntegraXor will automatically generate two system tags based on entered alarm name. First is the enabling control tag which will be in the form of app.alarm[Group.Name].enable and then the second is the status of alarm that construct in the form of app.alarm[Group.Name].status.

4

Active & unacknowledged

2

Active & acknowledged

1

Inactive & unacknowledged

0

Idle

The individual status will be combined using OR bitwise operation into group status app.alarm[Group].status. This status tag can be used to in Trigger column of Script task for further action when particular alarm occurs.