IRIS
Intelligent Roadway Information System
Dynamic Message Signs (DMS)
Select View ➔ Message Signs ➔ DMS
menu item
A dynamic message sign (DMS) is a sign which is capable of changing the message displayed to motorists.
The following features are supported:
- Querying currently displayed sign message
- Sending and displaying sign messages
- Querying sign configuration
- Querying diagnostic information
- Querying or sending fonts
- Sending graphic images to be displayed
- Travel time estimation
- Road weather information system (RWIS) messages
- Slow traffic warnings
- Tolling messages for congestion pricing
- Free-form text entry with banned word checks
API Resources 🕵️
iris/dms_message
iris/dms_pub
iris/api/dms
(primary)iris/api/dms/{name}
Access | Primary | Secondary |
---|---|---|
👁️ View | name, location, msg_current, has_faults | sign_config, sign_detail, geo_loc, msg_sched, expire_time, status, pix_failures |
👉 Operate | msg_user | |
💡 Manage | notes | preset, device_request † |
🔧 Configure | controller | pin, static_graphic, beacon |
† Write only
Checks of free-form text are also affected by the access level.
Setup
The DMS properties form has setup information.
Field | Description |
---|---|
Notes | administrator notes, possibly including hashtags |
Remote beacon | beacon activated automatically when sign deployed |
Static graphic | image of static sign in which DMS is inset |
Internal beacons are controlled through the DMS controller using the NTCIP protocol. Remote beacons are controlled using a separate comm link.
Styles
Each DMS can have a number of styles, depending on its current state. Styles are ordered by precedence, determining which color a map marker is drawn.
Style | Description |
---|---|
Available | Sign is blank and ready to use |
Deployed | Displaying an operator-defined message |
Schedule | Displaying a scheduled message |
External | Displaying a message from an external system (not IRIS) |
Maint. | Sign requires maintenance, but might still be functional |
Failed | Communication failure to sign |
Purpose | Dedicated purpose sign |
All | All signs |
Composing Messages
When a DMS is selected, the message pattern selector is populated:
- only patterns whose compose hashtag matches the sign
- only patterns containing NO action tags
When an operator chooses a pattern, a series of selectors is populated with message lines, depending on the fillable text rectangles. Any lines which are too wide to fit the sign are abbreviated as necessary.
The selectors may also allow free-form text entry, depending on the DMS permision access level:
- 👉 Operate: No free-form text permitted
- 💡 Manage: Free-form text checked for banned words
- 🔧 Configure: Any free-form text permitted (no check)
The message preview is updated as the user composes the message. When the Send button is pressed, a sign message is created and set as the operator message. The server then performs a validation check ensuring the user has permissions for any free-form text.