...
The tutorial is built on the Demo project.
...
Please also check this video tutorial here.
Steps
1.Navigate to City Center > Floor1 > VAV-01.
2.Go Click the Menu button and go to Logic Builder
3.Click on New Program
...
10. From the Block Library, add to the program a compare->greater than or equal to (cmpGtEq
and an alarm block.
1211.In the Alarm block, add some alarmText and set the priority to 200 (optional) and select select the highTemp variable. Optionally a priority and a cost can be set.
1312.In the cmpGtEq block, set the b value to 85
...
-Optionally a CondDelay block can be added. With Usin it the user can set a condition to enter in effect after a period of time. For example, the alarm will be triggered if the RoomTemp roomTemp value will be greater higher than 85 degrees for more than 5 seconds
...
Should the conditions be met, the alarm will show in the Alarms app, under the End User Apps. More about Alarms here
Read more about alarms here.