Exercise: Checking the Alarm Contents with Alarm Summary
Alarm Configuration
Create an INT16 tag named STORAGE. Click Tools > Alarms to bring up the Alarms window. Add two alarms. Configure an alarm for the tag STORAGE with the condition of “Greater Than 200.0” and configure another alarm with the condition of “Greater Than 300”. Enter the Alarm Name as “Exceeded 200 L” and “Exceeded 300 L”.
Click Insert > Alarm Summary and click the page to add the alarm summary object.
To configure the object, change the parameters within the Basic Properties pane.
Since the operation will be checked by manually changing the tag value, an object will have to be added to the page with a command. Two objects were added to the page with assigned commands. Find the Create New Commands selection within the Actions pane, as shown below:
Back to Top of Alarm Exercise
Checking the Operation
Download the project to the user’s Xpanel or execute the simulator to check the operation. Click the object that writes 201 to the tag “STORAGE”. An alarm will occur, and you can check the contents of the alarm.
Click the object that writes 301 to the tag “STORAGE”. An alarm will occur, and you can check the contents of the alarm.
Click the object that writes 201 to the tag “STORAGE” again. The “Exceeded 300 L” alarm will clear, and the “Exceeded 200 L” alarm will remain active.
Add Comment