IRIS
Intelligent Roadway Information System
ClearGuide
ClearGuide is a mobility intelligence system that provides real-time route and
workzone delay, travel time and other data. The ClearGuide device driver comm
link URL specifies the HTTPS address of a ClearGuide server. The controller
associated with the comm link requires the password field to contain both the
user name and password in the form username:password. The system attribute
clearguide_key
should also be specified to indicate the ClearGuide agency
name.
ClearGuide Action Tag
Real-time ClearGuide data can be embedded in DMS messages using
device actions. A [cg
… ]
action tag in the message pattern will
be replaced by the appropriate value. The action tag has the following
format:
[cg
dms,wid,min,mode,idx ]
Parameters
dms
: Name of DMS associated with the workzone defined in ClearGuidewid
: The workzone ID defined in ClearGuidemin
: The minimum acceptable value for the statistic read from ClearGuidemode
: An identifier for the desired ClearGuide statistic:tt
: workzone travel time calculated as max(tta, ttsl)ttsl
: workzone travel time at the speed limittta
: actual travel time, may be > ttsldelay
: workzone delaysp
: workzone speed
idx
: The zero-based index of the workzone associated with the DMS. This only applies for DMS with more than 1 associated workzone. It is optional and defaults to zero.