Changeset 2191 in ntrip


Ignore:
Timestamp:
Jan 5, 2010, 12:46:26 PM (14 years ago)
Author:
weber
Message:

* empty log message *

Location:
trunk/BNC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnchelp.html

    r2188 r2191  
    146146&nbsp; &nbsp; &nbsp; 3.11.2.3 <a href=#ppptropo>Estimate Tropo</a><br>
    147147&nbsp; &nbsp; &nbsp; 3.11.2.4 <a href=#pppglo>Use GLONASS</a><br>
    148 &nbsp; &nbsp; &nbsp; 3.11.3 <a href=#pppnmea>NMEA file</a><br>
    149 &nbsp; &nbsp; &nbsp; 3.11.4 <a href=#pppnmeaport>NMEA port</a><br>
     148&nbsp; &nbsp; &nbsp; 3.11.3 <a href=#pppnmearef>Ref. Coordinates</a><br>
     149&nbsp; &nbsp; &nbsp; 3.11.4 <a href=#pppnmeaout>NMEA Output</a><br>
     150&nbsp; &nbsp; &nbsp; 3.11.4.1 <a href=#pppnmeafile>NMEA File</a><br>
     151&nbsp; &nbsp; &nbsp; 3.11.4.2 <a href=#pppnmeaport>NMEA Port</a><br>
    1501523.12. <a href=#streams>Streams</a><br>
    151153&nbsp; &nbsp; &nbsp; 3.12.1 <a href=#streamedit>Edit Streams</a><br>
     
    975977</p>
    976978
    977 <p><a name="pppopt"><h4>3.11.2 Options - optional</h4></p>
     979<p><a name="pppopt"><h4>3.11.2 Options</h4></p>
    978980BNC allows to use different PPP processing options depending on the capability of the involved receiver and the application in mind.
    979981</p>
     
    9991001</p>
    10001002
    1001 <p><a name="pppnmea"><h4>3.11.3 NMEA file - optional</h4></p>
    1002 <p>
    1003 Specify the full path to a file where Precise Point Positioning results are saved as NMEA GPGGA messages. The generated NMEA file begins with a single GPRMC message which carries only the date information.
    1004 </p>
    1005 
    1006 <p><a name="pppnmeaport"><h4>3.11.3 NMEA port - optional</h4></p>
    1007 <p>
    1008 Specify an IP port number for a local port where Precise Point Positioning results become available as NMEA messages. The NMEA file output and the NMEA IP port output are the same.
     1003<p><a name="pppnmearef"><h4>3.11.3 Ref. Coordinates - optional</h4></p>
     1004<p>
     1005You may specify X,Y,Z reference coordinate components for the receiver's position if known. The North/East/Up time series plots shown in the 'PPP' tab will then be referred to these values. The default values for the coordinate components are empty option fields, meaning that BNC will refer time series plots to the first estimated position and not to any reference coordinate.
     1006</p>
     1007
     1008<p><a name="pppnmeaout"><h4>3.11.4 NMEA Output</h4></p>
     1009<p>
     1010BNC allows to output results from Precise Point Positioning in NMEA format. The NMEA messages generated are
     1011<ul>
     1012<li> one leading GPRMC message which carries only date and time information, plus</li>
     1013<li> about once per second a GPGGA message which mainly carries the estimated latitude, longitude, and height values.</li>
     1014</ul>
     1015</p>
     1016
     1017<p><a name="pppnmeafile"><h4>3.11.4.1 NMEA File - optional</h4></p>
     1018<p>
     1019Specify the full path to a file where Precise 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.
     1020</p>
     1021
     1022<p><a name="pppnmeaport"><h4>3.11.4.2 NMEA Port - optional</h4></p>
     1023<p>
     1024Specify the IP port number of a local port where Precise 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.
    10091025</p>
    10101026
     
    10611077<p><a name="logs"><h4>3.13. Logging</h4></p>
    10621078<p>
    1063 A tabs section on the bottom of the main window provides online controle of BNC's activities. Tabs are available to show the records saved in a logfile, for a plot to controle the bandwidth consumtion and for a plot showing stream latencies.
     1079A tabs section on the bottom of the main window provides online controle of BNC's activities. Tabs are available to show the records saved in a logfile, for a plot to controle the bandwidth consumtion, for a plot showing stream latencies, and for time series plots of PPP results.
    10641080</p>
    10651081<p><a name="logfile"><h4>3.13.1 Log</h4></p>
     
    10801096<p><a name="ppptab"><h4>3.13.4 PPP</h4></p>
    10811097<p>
    1082 Precise Point Positioning time series of North (red), East (green) and Up (blue) coordinate components are shown in the 'PPP' tab. Values are either referred to reference coordinates (if specified) or referred to the first estimated coordinate components. The time as given in format hh:mm refers to GPS Time. The sliding PPP time series window covers a period of 5 minutes.
     1098Precise Point Positioning time series of North (red), East (green) and Up (blue) coordinate components are shown in the 'PPP' tab. Values are either referred to reference coordinates (if specified) or referred to the first estimated coordinate components. The time as given in format [hh:mm] refers to GPS Time. The sliding PPP time series window covers a period of 5 minutes.
    10831099</p>
    10841100
  • trunk/BNC/bncwindow.cpp

    r2190 r2191  
    438438  _pppNMEALineEdit->setWhatsThis(tr("<p>Specify the full path to a file where PPP results are saved as NMEA messages.</p>"));
    439439  _pppNMEAPortLineEdit->setWhatsThis(tr("<p>Specify an IP port number to output PPP results as NMEA messages through an IP port.</p>"));
    440   _pppRefCrdXLineEdit->setWhatsThis(tr("<p>You may enter reference coordinates of the receiver position if known.</p>"));
    441   _pppRefCrdYLineEdit->setWhatsThis(tr("<p>You may enter reference coordinates of the receiver position if known.</p>"));
    442   _pppRefCrdZLineEdit->setWhatsThis(tr("<p>You may enter reference coordinates of the receiver position if known.</p>"));
     440  _pppRefCrdXLineEdit->setWhatsThis(tr("<p>You may enter reference coordinates of the receiver position if known. The time series plots shown in the 'PPP' tab will then be referred to these values.</p>"));
     441  _pppRefCrdYLineEdit->setWhatsThis(tr("<p>You may enter reference coordinates of the receiver position if known. The time series plots shown inthe 'PPP' tab will then be referred to these values.</p>"));
     442  _pppRefCrdZLineEdit->setWhatsThis(tr("<p>You may enter reference coordinates of the receiver position if known. The time series plots shown inthe 'PPP' tab will then be referred to these values.</p>"));
    443443  _bncFigurePPP->setWhatsThis(tr("PPP time series of North (red), East (green) and Up (blue) coordinate components are shown in the 'PPP' tab. Values are either referred to reference coordinates (if specified) or referred to the first estimated set of coordinate compoments. The sliding PPP time series window covers the period of the latest 5 minutes."));
    444444
Note: See TracChangeset for help on using the changeset viewer.