L3Harris NARDA AMS-8061 User Manual page 208

Area monitor selective
Table of Contents

Advertisement

5.7.4 GPS Information
The 16 bit figure named Latitude int is shown as follows:
D15 D14 D13 D12 D11 D10 D9
Byte
17/18
The figure named Latitude int is made of 4 fields and represents the integer part of the GPS Latitude.
Degree is a 8 bit unsigned integer which indicates the degree of latitude.
N/S (D7) is a flag which indicates whether the latitude is North or South. When referred to North
N/S=0 while if N/S=1 the latitude is South.
V (D6) is a flag which indicates whether data is valid or not. When coordinates are valid V=0.
When V=1 the GPS was not able to correctly get the position.
Minute is a 6 bit unsigned integer which indicates the minute integer part of latitude.
The 16 bit figure named Latitude int is shown as follows:
D15 D14 D13 D12 D11 D10 D9
Byte
19/20
The figure named Latitude Fract is a little-endian unsigned 16 bit integer and indicates the fractionary
part of the GPS Latitude and it is expressed in Ten-thousandths of a minute.
Merging the previous data Latitude int and this figure the full latitude can be obtained.
If, for example, Latitude int=0x2c04 and Latitude Fract=0x12a9 then the GPS latitude would be:
44 degree, 04.4777 minute North.
Indeed, 0x2c=44, 0x04=04 and 0x12a9=4777. N/S is 0 then the latitude is North.
The 16 bit figure named Longitude int is shown as follows:
D15 D14 D13 D12 D11 D10 D9
Byte
21/22
The figure named Longitude int is made of 4 fields and represents the integer part of the GPS
Longitude.
Degree is a 8 bit unsigned integer which indicates the degree of latitude.
E/W (D7) is a flag which indicates whether the Longitude is East or West. When referred to East
E/W=0 while if E/W=1 the Longitude is West.
D6 is reserved and have to be masked out.
Minute is a 6 bit unsigned integer which indicates the minute integer part of Longitude.
5-40
SMS Messages and Commands
Degree
Ten thousandths of a minute
Degree
D8
D7
D6
D5
N/S
V
D8 D7
D6
D5
D8
D7
D6
D5
E/W res
D4
D3
D2
D1
Minute
D4
D3
D2
D1
D4
D3
D2
D1
Minute
D0
D0
D0

Advertisement

Table of Contents
loading

Table of Contents