Programmatically Access Alarm Information - Allen-Bradley Logix5000 Reference Manual

1756 controllogix, 1768 compactlogix, 1769 compactlogix, 1789 softlogix, 1794 flexlogix, powerflex 700s with drivelogix
Hide thumbs Also See for Logix5000:
Table of Contents

Advertisement

Programmatically Access
Alarm Information
Access
User program
Custom HMI
Standard HMI object
FactoryTalk Alarms and Events Logix-based Instructions (ALMD, ALMA)
Each alarm instruction has an alarm structure that stores alarm configuration and
execution information. The alarm structure includes both Program and Operator
control elements and operator elements. The alarm instructions do not use mode
settings to determine whether program access or operator access is active, so these
elements are always active.
There are three ways to perform actions on an alarm instruction.
Alarm Structure Elements
· ProgAck
· ProgReset
· ProgSuppress
· ProgDisable
· ProgEnable
· OperAck
· OperReset
· OperSuppress
· OperDisable
· OperEnable
Not accessible
Rockwell Automation Publication 1756-RM003N-EN-P - October 2011
Considerations
Use controller logic to programmatically access elements of the alarming
system. For example, the control program can determine whether to disable
a series of alarms that are related to a single root cause. For example, the
control program could disable an alarm instruction, MyDigitalAlarm of data
type ALARM_DIGITAL, by accessing the tag member
MyDigitalAlarm.ProgDisable.
Create a custom HMI faceplate to access elements of the alarming system.
For example, if the operator needs to remove a tool, rather than manually
disable or suppress alarms individually from the alarming screens, the
operator can press a disable key that accesses a tag
MyDigitalAlarm.OperDisable.
Operator parameters work with any Rockwell Automation or third-party
operator interface to allow control of alarm states.
When an operator parameter is set, the instruction evaluates whether it
can respond to the request, then always resets the parameter.
Normal operator interaction is through the alarm summary, alarm banner,
and alarm status explorer objects in the FactoryTalk View application. This
interaction is similar to the custom HMI option described above, but there
is no programmatic visibility or interaction.
Chapter 1
79

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents