IRIS
Intelligent Roadway Information System
Alarms
An alarm is a device which has a boolean state indicating whether or not it is
triggered. The description of the alarm might indicate an equipment
failure, high temperature, low voltage, etc.
Setup
Select View ➔ Maintenance ➔ Alarms menu item
An alarm must be associated with a controller on an appropriate comm link. Several protocols are supported:
| Protocol | IO Pins | Notes |
|---|---|---|
| CBW | 1-16 | Uses input state (not relay) |
| MnDOT-170 | 70-79 | |
| Natch | 70-79 | |
| NTCIP | 11-?? |
10 + auxIOv2PortNumber (digital) |
API Resources 🕵️
iris/api/alarm(primary)iris/api/alarm/{name}
| Access | Primary | Secondary |
|---|---|---|
| 👁️ View | name, state | trigger_time |
| 💡 Manage | description | |
| 🔧 Configure | controller | pin |
Events
The state field is set to true when triggered. When it changes, a
time-stamped event record can be stored in the alarm_event table.