Changeset 2341 in ntrip for trunk/BNC/bnchelp.html
- Timestamp:
- Feb 27, 2010, 9:47:33 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnchelp.html
r2326 r2341 988 988 <p><a name="pppmount"><h4>3.11.1 Mountpoint - optional</h4></p> 989 989 <p> 990 Specify a mountpoint if you want BNC to derive coordinates for the affected rover position through a PPP solution. 990 Specify a mountpoint if you want BNC to derive coordinates for the affected rover position through a Point Positioning solution. 991 </p> 992 <p> 993 Furthermore, specify the Point Positioning method you want to apply. Options are 994 <ul> 995 <li> Precise Point Positioning (PPP, default), and </li> 996 <li> Single Point Positioning (SPP).</li> 997 </ul> 998 Note that a plain SPP solution does not require to pull a stream carrying Broadcast Ephemeris Corrections. It only needs Broadcast Ephemeris. 991 999 </p> 992 1000 993 1001 <p><a name="pppopt"><h4>3.11.2 Options</h4></p> 994 BNC allows to use different P PPprocessing options depending on the capability of the involved receiver and the application in mind.1002 BNC allows to use different Point Positioning processing options depending on the capability of the involved receiver and the application in mind. 995 1003 </p> 996 1004 … … 1002 1010 <p><a name="pppphase"><h4>3.11.2.2 Use Phase Obs - optional</h4></p> 1003 1011 <p> 1004 By default BNC applies a P PPsolution using an ionosphere free P3 linear combination of code observations. Tick 'Use phase obs' for an ionosphere free L3 linear combination of phase observations.1012 By default BNC applies a Point Positioning solution using an ionosphere free P3 linear combination of code observations. Tick 'Use phase obs' for an ionosphere free L3 linear combination of phase observations. 1005 1013 </p> 1006 1014 … … 1019 1027 <p><a name="pppglo"><h4>3.11.2.4 Use GLONASS - optional</h4></p> 1020 1028 <p> 1021 By default BNC does not process GLONASS observations in PPP mode. Tick 'Use GLONASS' to use GPS and GLONASS observations for estimating coordinates in PrecisePoint Positioning mode.1029 By default BNC does not process GLONASS observations when in Point Positioning mode. Tick 'Use GLONASS' to use GPS and GLONASS observations for estimating coordinates in Point Positioning mode. 1022 1030 </p> 1023 1031 1024 1032 <p><a name="pppnmearef"><h4>3.11.3 Plot Origin - optional</h4></p> 1025 1033 <p> 1026 Select an origin for North/East/Up time series plots in the 'PPP Plot' tab. Note that this makes only sense for a stationary receiver. Available options are1034 Select an origin for North/East/Up time series plots of derived coordinates in the 'PPP Plot' tab. Note that this makes only sense for a stationary receiver. Available options are 1027 1035 <ul> 1028 1036 <li>'Start position', meaning that BNC will refer time series plots to the first estimated position. … … 1036 1044 <p><a name="pppnmeaout"><h4>3.11.4 NMEA</h4></p> 1037 1045 <p> 1038 BNC allows to output results from P recise Point Positioning in NMEA format. The NMEA messages generated are1046 BNC allows to output results from Point Positioning in NMEA format. The NMEA messages generated are 1039 1047 <ul> 1040 1048 <li> one leading GPRMC message which carries only date and time information, plus</li> … … 1045 1053 <p><a name="pppnmeafile"><h4>3.11.4.1 File - optional</h4></p> 1046 1054 <p> 1047 Specify the full path to a file where P recise Point Positioning results are saved as NMEA messages. The generated NMEA file begins with a single GPRMC message which carries only date and time information. The default value for 'File (full path)' is an empty option field, meaning that BNC will not saved NMEA messages into a file.1055 Specify the full path to a file where Point Positioning results are saved as NMEA messages. The generated NMEA file begins with a single GPRMC message which carries only date and time information. The default value for 'File (full path)' is an empty option field, meaning that BNC will not saved NMEA messages into a file. 1048 1056 </p> 1049 1057 1050 1058 <p><a name="pppnmeaport"><h4>3.11.4.2 Port - optional</h4></p> 1051 1059 <p> 1052 Specify the IP port number of a local port where P recise Point Positioning results become available as NMEA messages. The default value for 'Port' is an empty option field, meaning that BNC does not provide NMEA messsages vi IP port. Note that the NMEA file output and the NMEA IP port output are the same.1060 Specify the IP port number of a local port where Point Positioning results become available as NMEA messages. The default value for 'Port' is an empty option field, meaning that BNC does not provide NMEA messsages vi IP port. Note that the NMEA file output and the NMEA IP port output are the same. 1053 1061 </p> 1054 1062 … … 1697 1705 <tr><td>waitTime=5</td><td>Feed Engine: Wait for full epoch</td></tr> 1698 1706 <tr><td>pppMount=</td><td>PPP Client: Mountpoint</td></tr> 1707 <tr><td>pppSPP=</td><td>PPP Client: PPP/SPP</td></tr> 1699 1708 <tr><td>pppStatic=0</td><td>PPP Client: Static mode</td></tr> 1700 1709 <tr><td>pppUsePhase=0</td><td>PPP Client: Use phase data </td></tr>
Note:
See TracChangeset
for help on using the changeset viewer.