22
M2303-00-P00-805
March 2003
Response Type
Bits 4,5 and 6
Radio Status / ACK Parameters
Bits 0,1,2 and 3
AVL Report
000
Bits 0 and 1 are used to send error handling information, where
00 : AVL report sent with new data OK
01 : AVL report sent with old data
10 : GPS receiver down, no data sent, no AVL report to be sent
11 : Data format error, no AVL report to be sent
Bit 2 is used it send Emergency mode status, where
0 : Emergency Mode OFF
1 : Emergency Mode ON
Bit 3 is used to send the AUX (CTS) signal status, where
0 : AUX (CTS) signal OFF
1 : AUX (CTS) signal ON
Examples:
[RESPONSE] = 08 [AVL_REPORT]h
88h = 1000 1000
Interpretation: AVL report will follow with new data, Emergency mode is OFF and
the AUX signal is ON. Refer to the
AVL Report
section for details of the AVL
Report.
Read Database ACK
001
0000 : sends the software version
0001 : sends the Group Delay Time
The returned data comes immediately after the ACK Parameters.
Examples:
If a Read Database command is sent to read the software version, the response
is:
[RESPONSE] = 90,32,33,30,33,41,35,32,30h
90h = 1001 0000 followed by the software version 2303A520 as 8 bytes of ASCII
If a Read Database command is sent to read the Group Delay Time, the response
is:
[RESPONSE] = 91,00,00h
91h = 1001 0001 followed by the Group Delay Time of 00ms
Program Database
ACK
010
0001 : the Group Delay Time has been
programmed into the database
Examples:
[RESPONSE] = A1h = 1010 0001 is sent to acknowledge that the Group Delay
Time has been programmed
Control AUX ACK
011
0000 : the AUX (CTS) signal to has been set to
ON
0001 : the AUX (CTS) signal has been set to
OFF
Examples:
[RESPONSE] = B0h = 1011 0000 is sent to acknowledge AUX ON
[RESPONSE] = B1h = 1011 0001 is sent to acknowledge AUX OFF