QuercusVL Programming Manual
●
Focus: calculated digital focus coefficient; -1 if not calculated.
●
NumDetectors: number of configured detectors.
●
DetectorsStatus (Dstatus): status of loops for each configured detector.
Described with 40 consecutive integers, only used the first
NumDetectors.
Detector's
location will follow configuration order, and each position will detail
loop status bitwise. The least significant bit corresponds to the first loop.
Possible values: 1 presence, 0 free.
●
NumRedLights: number of configured traffic lights.
●
RedLights: status of each configured traffic light. Described with 3 bytes, only
the first
NumRedLights
will be used. They will follow the same configuration
order. Possible values: 0 “red state”, other value “any other state”.
●
Inputs: status of the 2 digital inputs. Each one of the first 2 bits corresponds to
the status of an input, being the least significant bit for the input zero. Possible
values: 1 enabled, 0 disabled.
●
Outputs: status of the 8 digital outputs. Each one of the first 8 bits corresponds
to the status of an output, being the least significant bit for the output zero.
Possible values: 1 enabled, 0 disabled.
●
ImageSize: total size of the captured image; in bytes.
●
Length: size of the transferred packet of the image; in bytes.
●
Buffer: data packet. Only valid the first
Length
bytes.
4.7.7. UnitTasksQuery
Query to receive the status of the tasks a unit must perform.
Query
●
Type: 38
●
Message Data: no message data.
Answer
●
Type: 70
●
Message Data:
●
SendInputChanges (SInp): if true, notifications to central system about changes
Quercus Technologies
149
1
SInp