SURVEYPOSITION
Saves or deletes a surveyed position
Platform: |
OEM719, OEM729, OEM7500, OEM7600, OEM7700, OEM7720, PwrPak7, CPT7, CPT7700, SMART7 |
Use this command to add or delete a surveyed position saved in the receiver NVM.
The surveyed positions added or deleted with this command are used in conjunction with the AUTOSURVEY command.
The maximum number of surveys that can be saved to memory is 32. If this number is exceeded, the new position entry will overwrite the last entry reported by the SAVEDSURVEYPOSITIONS log.
Message ID: 1952
Abbreviated ASCII Syntax:
SURVEYPOSITION option id [latitude] [longitude] [height] [tolerance]
ASCII Examples:
SURVEYPOSITION save auto 51.116 -114.038 1065.0 10.0
SURVEYPOSITION delete cal2
Field |
Field Type |
ASCII Value |
Binary Value |
Description |
Format |
Binary Bytes |
Binary Offset |
1 |
Command header |
- |
- |
SURVEYPOSITION header This field contains the command name for abbreviated ASCII or the message header for ASCII or Binary. |
- |
H |
0 |
2 |
option |
SAVE |
1 |
Save the surveyed position in the receiver NVM |
Enum |
4 |
H |
DELETE |
2 |
Delete the surveyed position from the receiver NVM |
|||||
3 |
id |
|
ID for the saved position When saving a position, "AUTO" can be entered and the receiver will automatically generate a unique ID for the position. To determine the ID for a saved position, use the SAVEDSURVEYPOSITIONS log. |
String[5] |
4 or 81 |
H+4 |
|
4 |
latitude |
-90 to 90 |
Latitude of the position in degrees A "-" sign denotes south and a "+" sign denotes north |
Double |
8 |
H+8 or |
|
5 |
longitude |
-360 to 360 |
Longitude of the position in degrees A "-" sign denotes west and a "+" sign denotes east |
Double |
8 |
H+16 or |
|
6 |
height |
‑1000 to 20000000 |
Mean Sea Level height of the position in metres |
Double |
8 |
H+24 or |
|
7 |
tolerance |
3 - 100 |
Position tolerance in metres The maximum distance between the position calculated during an self-survey and the saved position. During the self-survey, if the distance between the calculated position and the previously surveyed position is less than this value, the previous position is used. |
Double |
8 |
H+32 or |