This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| standards:gps_device_preferences [2012/08/15 16:35] mjallison [TopconCell] | standards:gps_device_preferences [2016/01/20 00:07] (current) mjallison [Example Format] | ||
|---|---|---|---|
| Line 55: | Line 55: | ||
| <!-- 5. cmd|echo|rtcm|rtcm3|cmr|jps|omni|dtp|term|none --> | <!-- 5. cmd|echo|rtcm|rtcm3|cmr|jps|omni|dtp|term|none --> | ||
| - | <RX_INPUT_MODE>cmr</RX_INPUT_MODE> | + | <!-- NB: This parameter is also applied to base stations for sending. --> | 
| + | <correction> | ||
| + | <mode>cmr<mode> | ||
| + | </correction> | ||
| </TOPCON> | </TOPCON> | ||
| </CONFIG_INFO> | </CONFIG_INFO> | ||
| Line 64: | Line 67: | ||
| Valid provider names are: | Valid provider names are: | ||
| - | * Altus | + | * AltusAPS3 | 
| - | * AltusCell | + | * AltusAPS3Cell | 
| * Leica | * Leica | ||
| * LeicaCell | * LeicaCell | ||
| Line 88: | Line 91: | ||
| Each of the following exception lists the device parameters, if any. | Each of the following exception lists the device parameters, if any. | ||
| - | ==== Altus ==== | + | ==== AltusAPS3 ==== | 
| - | TBD | + | * RADIO | 
| - | ==== AltusCell ==== | + | * <CONFIG> - Boolean, if true configure the UHF radio, otherwise do not configure the radio | 
| - | TBD | + | * <CHANNEL> - The radio channel to use (if the radio is configured) | 
| + | * USE | ||
| + | * <GLONASS> - Boolean, if true use GLONASS satellites for solutions, otherwise only use GPS | ||
| + | ==== AltusAPS3Cell ==== | ||
| + | * GPRS - PPP/Internet connection parameters | ||
| + | * <USER> - User id to establish connection | ||
| + | * <PASSWORD> - User password to establish connection | ||
| + | * <APN> - E.g. isp.congular | ||
| + | * NTRIP Caster parameters | ||
| + | * <ADDRESS> - IP Address of NTRIP server, e.g. 12.107.178.211, or [[FQDN]] | ||
| + | * <PORT> - TCP port, e.g. 8008 | ||
| + | * <USER> - NTRIP user ID for authentication | ||
| + | * <PASSWORD> - NTRIP password for authentication | ||
| + | * <MOUNTPOINT> - NTRIP defined mount point | ||
| + | * <MOUNTLIST> - List of mount points. Each MP is a pair of "display string"/"mount name" | ||
| + | * E.G: RTCM3_MAX/RTCM3_MAX,RTCM3_IMAX/RTCM3_IMAX,RTCM3_NEAR/RTCM3_NEAR,RTCM3_ViRS/RTCM3_ViRS | ||
| ==== Topcon ==== | ==== Topcon ==== | ||
| Reference "GRIL Reference Manual", December 2009, Topcon | Reference "GRIL Reference Manual", December 2009, Topcon | ||
| Line 101: | Line 120: | ||
| * <ELEVATION_MASK> - Numeric value | * <ELEVATION_MASK> - Numeric value | ||
| + | * <RX_INPUT_MODE> - e.g. cmr | ||
| * GPRS - PPP/Internet connection parameters | * GPRS - PPP/Internet connection parameters | ||
| * <DIAL> - Phone number to dial | * <DIAL> - Phone number to dial | ||
| Line 110: | Line 130: | ||
| * NTRIP Caster parameters | * NTRIP Caster parameters | ||
| * <DATA_PORT> - Dataport to use, e.g. dev/tcp/a | * <DATA_PORT> - Dataport to use, e.g. dev/tcp/a | ||
| - | * <ADDRESS> - IP Address of NTRIP server, e.g. 12.107.178.211 | + | * <ADDRESS> - IP Address of NTRIP server, e.g. 12.107.178.211, or [[FQDN]] | 
| * <PORT> - TCP port, e.g. 8008 | * <PORT> - TCP port, e.g. 8008 | ||
| * <USER> - NTRIP user ID for authentication | * <USER> - NTRIP user ID for authentication | ||
| * <PASSWORD> - NTRIP password for authentication | * <PASSWORD> - NTRIP password for authentication | ||
| * <MOUNTPOINT> - NTRIP defined mount point | * <MOUNTPOINT> - NTRIP defined mount point | ||
| - | * NB: May add to this for a list of NTRIP mount points. | + | * <MOUNTLIST> - List of mount points. Each MP is a pair of "display string"/"mount name" | 
| + | * E.G: RTCM3_MAX/RTCM3_MAX,RTCM3_IMAX/RTCM3_IMAX,RTCM3_NEAR/RTCM3_NEAR,RTCM3_ViRS/RTCM3_ViRS | ||
| * <NMEA_PERIOD> - Integer period of NTRIP NMEA updates | * <NMEA_PERIOD> - Integer period of NTRIP NMEA updates | ||
| - | * <RX_INPUT_MODE> - e.g. cmr | ||
| Line 169: | Line 189: | ||
| ===== Changes from pre-existing version ===== | ===== Changes from pre-existing version ===== | ||
| - | Changes between George's XML format and this spec: | + | Changes between the previous XML examples and this spec: | 
| * TOPCON_GPS is named TOPCON | * TOPCON_GPS is named TOPCON | ||
| * LEICA_GPS is named LEICA | * LEICA_GPS is named LEICA | ||
| Line 175: | Line 195: | ||
| * There may be more than one instance of any type of device in the file, but they must be unique by "id" value | * There may be more than one instance of any type of device in the file, but they must be unique by "id" value | ||
| * Some parameter names are changed to be consistent between types, e.g. NTRIP parameters. More work needed here. | * Some parameter names are changed to be consistent between types, e.g. NTRIP parameters. More work needed here. | ||
| + | * Parameter groups for things like GPRS and NTRIP are now set aside in their own tag groups instead of partitioning based on individual parameter names. For instance: | ||
| + | * <GPRS_USER> becomes\\ | ||
| + | <code> | ||
| + | <GPRS> | ||
| + | <USER>blagh</USER> | ||
| + | </GPRS> | ||
| + | </code> | ||
| + | Other GPRS parameters are also in the GPRS block. Similar for NTRIP. | ||