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/12/12 00:36] mjallison [Device Types] | 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 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 111: | 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 | ||