3DM-GX5-45
™
GNSS-Aided Inertial Navigation System
DCP Manual
4.2.3
Poll Estimation Filter Data (0x0C, 0x03)
Description
Poll the device for an Estimation Filter message with the specified format
This function polls for an Estimation Filter message using the provided format. The
resulting message will maintain the order of descriptors sent in the command and any
unrecognized descriptors are ignored. If the format is not provided, the device will attempt
to use the stored format (set with the
Set Estimation Filter Message Format
command.) If
no format is provided and there is no stored format, the device will respond with a NACK.
The reply packet contains an ACK/NACK field. The polled data packet is sent separately
as an Estimation Filter Data packet.
Possible Option Selector Values:
0x00 – Normal ACK/NACK Reply.
0x01 – Suppress the ACK/NACK reply.
Field Format
Field Length
Field
Descriptor
Field Data
Command
4 + 3*N
0x03
U8 – Option Selector
U8 – Number of Descriptors (N)
N*(U8 – Descriptor, U16 Reserved)
Reply:
ACK/ NACK
0x04
0xF1
U8 - echo the command byte
U8 - error code (0: ACK, non-zero: NACK)
Example
MIP Packet Header
Command/Reply Fields
Checksum
Sync1
Sync2
Desc.
Set
Payload
Length
Field
Length
Field
Desc.
Field Data
MSB
LSB
Command:
Poll IMU data
(use stored
format)
0x75
0x65
0x0C
0x04
0x04
0x03
Option: 0x00
Desc count: 0x00
0xF1
0xE0
Command:
Poll IMU data
(use specified
format)
0x75
0x65
0x0C
0x0A
0x0A
0x03
Option: 0x00
Desc count: 0x02
1st Descriptor: 0x01
Reserved: 0x0000
2nd Descriptor: 0x02
Reserved: 0x0000
0x02
0x1E
Reply:
ACK/NACK
(Data packet is
sent separately
if ACK)
0x75
0x65
0x0C
0x04
0x04
0xF1
Command echo: 0x03
Error code: 0x00
0xE2
0xB0
Copy-Paste versions of the commands:
Stored format: “7565 0C04 0403 0000 F1E0”
Specified format: “7565 0C0A 0A03 0002 0100 0002 0000 021E”
47