Description

The LocalAck component is used to acknowledge alarms at the points in which the alarms are created. It is thus possible to create acknowledgments in the views displaying this point or to create acknowledgment logic with physical points for example.


Implementation

  • Copy / paste the component at the same level as the alarm extension used to define the alarm
  • Link the "ToOffnormal" topic of the alarm extension to the "Receive" action slot of the LocalAck component
  • The "Ack" action of the LocalAck component can be used in web pages or linked to a physical point, for example


Properties

  • LastUuid: Stores the "uuid" property (unique identifier of the alarm) of the last received alarm


Actions

  • Ack: Acknowledges all alarms from the source in which the LocalAck component is located
  • Receive: It is necessary to link the outputs of the alarm extensions (Alarm topic) to this action.


Training

You can follow this e-learning course to practice