QuercusVL Programming Manual
●
DetectorId: identifier of the detector that generated the real time event.
●
DetectorType (Type): type of detector that generated the real time event:
○
1: speed detector.
○
2: queue detector.
○
3: presence detector.
○
4: red light detector.
○
5: stopped car detector.
●
Timestamp: timestamp when the real time event was generated, using a
QuercusTimestamp
structure.
●
Speed: approximated speed of the detected vehicle; in km/h.
●
Length: approximated length of the detected vehicle; in millimetres.
●
WrongWay (WW): true if the direction of the detected vehicle is incorrect, and
false if the direction is correct.
●
Occupation: occupancy percentage of the detector.
●
IsOccupied (IsOc): true if the detector reports vehicle presence, and false if free.
Field operational only in a presence detector.
4.7.3. StatusQuery
Query to receive the system status of the unit.
Query
●
Type: 34
●
Message Data: no message data
Answer
●
Type: 66
●
Message Data:
Quercus Technologies
145
4
StartupTime
4
DetectorId
4
Speed
8
Timestamp
1
Type
4
Length
1
WW
4
Occupation
1
IsOc