Dear Anton,
I am trying to understand some events but not sure if I understand correctly.
As per Meitrack protocol
http://www.meitrack.com/cd-download/Protocols/MEITRACK_T622_GPRS_Protocol.pdf (page no. 8)
If there is any Mobileye Event it is represented by 93, which is absolutely working fine on http://demo.traccar.org/ but the corresponding value is not making sense, could you please help me understand it.
Here what the protocol means:
Mobileye alert (Event 93)
Hexadecimal
4 bytes
0: No alert is generated.
1: An alert is generated.
Bit 0: forward collision warning
Bit 1: urban forward collision warning
Bit 2: pedestrian collision warning
Bit 3: left lane departure warning
Bit 4: right lane departure warning
Bit 5: headway monitoring & warning
Bit 6: speed limit indicator
The output of the parsed data.
Attributes
event=93 eventData=00000010
event=93 eventData=00000008
event=93 eventData=00000040
event=93 eventData=00000040
event=93 eventData=00000008
event=93 eventData=00000040
event=93 eventData=00000010
event=93 eventData=00000008
event=93 eventData=00000008
event=93 eventData=00000010
event=93 eventData=00000008
event=93 eventData=00000008
Your help is highly appreciated.
Dear Anton,
I am trying to understand some events but not sure if I understand correctly.
As per Meitrack protocol
http://www.meitrack.com/cd-download/Protocols/MEITRACK_T622_GPRS_Protocol.pdf (page no. 8)
If there is any Mobileye Event it is represented by 93, which is absolutely working fine on http://demo.traccar.org/ but the corresponding value is not making sense, could you please help me understand it.
Here what the protocol means:
Mobileye alert (Event 93)
Hexadecimal
4 bytes
0: No alert is generated.
1: An alert is generated.
Bit 0: forward collision warning
Bit 1: urban forward collision warning
Bit 2: pedestrian collision warning
Bit 3: left lane departure warning
Bit 4: right lane departure warning
Bit 5: headway monitoring & warning
Bit 6: speed limit indicator
The output of the parsed data.
Attributes
Your help is highly appreciated.