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:

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, device_request †
💡 Manage notes preset
🔧 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.

Status JSON

Sign status data is stored as JSON in status.

Key Value
faults Current fault conditions, separated by semicolons
photocells Array of objects: description, error, reading
light_output Integer light output percentage
power_supplies Array of objects: description, supply_type, error, detail, voltage
cabinet_temps Array of integer temps (C)
ambient_temps Array of integer temps (C)
housing_temps Array of integer temps (C)

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)
Fault One or more faults detected in sign
Offline Communication to sign offline
Purpose Dedicated purpose sign
All All signs

Composing Messages

When a DMS is selected, the message pattern selector is populated:

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:

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.