PPPDYNAMICSEED
Seed the PPP filter in any platform motion state
Platform: |
OEM719, OEM729, OEM7500, OEM7600, OEM7700, OEM7720, PwrPak7, CPT7, CPT7700, SMART7, SMART2 |
This command enables seeding of the PPP engine regardless of the receiver motion state. Accurate seeds can be used to improve initial PPP convergence and re-convergence following signal outages.
The seed position given by the PPPDYNAMICSEED command must be in a datum consistent with the PPP corrections that are in use. For TerraStar corrections, the datum is ITRF2014. The dynamic seed’s time must refer to receiver time and cannot be more than 15 seconds in the past. A valid PPP solution (the PPPPOS log solution status is SOL_COMPUTED) must have been computed for the same epoch as the seed in order for the seed to be used.
See the PPPSEED command for stationary-only seeding and for other control over seeding.
Message ID: 2071
Abbreviated ASCII Syntax:
PPPDYNAMICSEED week seconds latitude longitude height northing_std_dev easting_std_dev height_std_dev [northing_easting_covariance] [northing_height_covariance] [easting_height_covariance]
Example :
PPPDYNAMICSEED 1817 247603 51.2086442297 -113.9810263055 1071.859 0.02 0.02 0.04
Field |
Field Type |
ASCII Value |
Binary Value |
Description |
Format |
Binary Bytes |
Binary Offset |
---|---|---|---|---|---|---|---|
1 |
Command header |
- |
- |
PPPDYNAMICSEED header This field contains the command name for abbreviated ASCII or the message header for ASCII or Binary. |
|
H |
0 |
2 |
week |
0-9999 |
GPS Week number |
Ulong |
4 |
H |
|
3 |
seconds |
0-604800 |
Number of seconds into GPS week |
Ulong |
4 |
H+4 |
|
4 |
latitude |
±90 |
Latitude (degrees) |
Double |
8 |
H+8 |
|
5 |
longitude |
±180 |
Longitude (degrees) |
Double |
8 |
H+16 |
|
6 |
height |
> -2000.0 |
Ellipsoidal height (metres) |
Double |
8 |
H+24 |
|
7 |
northing_std_dev |
|
Northing standard deviation (metres) |
Float |
4 |
H+32 |
|
8 |
easting_std_dev |
|
Easting standard deviation (metres) |
Float |
4 |
H+36 |
|
9 |
height_std_dev |
|
Ellipsoidal height standard deviation (metres) |
Float |
4 |
H+40 |
|
10 |
northing_easting_covariance |
|
Covariance between northing and easting components (metres) |
Float |
4 |
H+44 |
|
11 |
northing_height_covariance |
|
Covariance between northing and height components (metres) |
Float |
4 |
H+48 |
|
12 |
easting_height_covariance |
|
Covariance between easting and height components (metres) |
Float |
4 |
H+52 |