Add an alarm to a library object
In a Logix system, digital alarms are configured using tags that are either on or off. The alarm configuration defines a trigger condition by comparing the value of the tag to the configured alarm state. An alarm can be triggered if the digital alarm is in one of these two states:
- The input tag is equal to zero.
- The input tag is not equal to zero.
Prerequisites
To add a digital alarm to a library object
- Right-click theDigital Alarmssubfolder and selectAdd. TheTag Browserdialog box opens.
- InSelect the Alarm Trigger Tag, type the tag name or part of the tag name to filter the tags listed. To choose a tag that is a member of an array, expand the tag group name to see all of the members of the array.
- Scroll in the list box and double-click the tag name that will trigger the digital alarm.The tagData Typemust be Boolean (BOOL).
- ClickOK. The tag is added as an object in theDigital Alarmsfolder.
- Configure the properties as needed.
Provide Feedback