IRIS
Intelligent Roadway Information System
Slow Traffic Warning
Warning messages for slow traffic can be displayed on DMS using
device actions. A [slow
… ]
action tag in the message pattern
will be replaced with the appropriate value. Additionally, the entire message
will be displayed only in the presence of slow traffic. This tag has the
following format:
[slow
speed,distance,mode ]
Parameters
speed
: Highest speed to activate the warning, in mph.distance
: (tenths of mile) to search for slow traffic, relative to the DMS location.mode
: Tag replacement mode (none
if omitted)none
: a blank stringdist
: distance rounded to nearest milespeed
: speed rounded to nearest 5 mph
Examples
Display message if traffic slower than 35 mph within 1 mile:
[slow35,10]SLOW[nl]TRAFFIC[nl]AHEAD
Display message if traffic slower than 40 mph within 6 miles:
SLOW TRAFFIC[nl][slow40,60,dist] MILES[nl]USE CAUTION
Display message if traffic slower than 45 mph within 0.5 miles:
[slow45,5,speed] MPH[nl]1/2 MILE[nl]AHEAD