(wip)
Alarm Routine
This tutorial will show how to create a simple HighTemp high temperature Alarm on a VAV.
Prerequisites: A project with VAV equipments.
The tutorial is built on the Demo project.
Steps:
1.Navigate to City Center VAV-01
2.Go to Logic Builder
...
Then add the following block - RoomTemp
Leave the ProgramOn Tags
5. Click Save Program
...
11. From the Block Library, add to the program a compare->greater than or equal to (cmpGtEq
and an alarm block.
12.In the Alarm block, add some alarmText and set the priority to 200 (optional) and select the highTemp variable. Optionally a priority and a cost can be set.
...
14. Link the conditions and values as well as the flow order as shown below:
The program can be read as thus:
"If the roomTemp is higher than 85 degrees for more than 5 seconds the highTemp will be set to True and trigger the alarm"
15. Save the program.
Should the conditions be met, the alarm will show in the Alarms app, under the End User Apps.
Read more about alarms here