Changeset 4046 in ntrip for trunk/BNC/bnchelp.html


Ignore:
Timestamp:
Apr 24, 2012, 11:45:53 AM (12 years ago)
Author:
weber
Message:

Documentation completed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnchelp.html

    r4045 r4046  
    105105</p>
    106106<p>
    107 Unless in offline mode, BNC
     107Unless it runs offline, BNC
    108108</p>
    109109<ul>
     
    2802803.19. <a href=#cmd>Command Line Options</a><br>
    281281&nbsp; &nbsp; &nbsp; 3.19.1. <a href=#nw>No Window Mode</a><br>
    282 &nbsp; &nbsp; &nbsp; 3.19.2. <a href=#post>Offline Mode</a><br>
     282&nbsp; &nbsp; &nbsp; 3.19.2. <a href=#post>File Mode</a><br>
    283283&nbsp; &nbsp; &nbsp; 3.19.3. <a href=#conffile>Configuration File</a><br>
    284284&nbsp; &nbsp; &nbsp; 3.19.4. <a href=#confopt>Configuration Options</a><br>
     
    373373<p><a name="rawout"><h4>3.3.5 Raw Output File - optional</h4></p>
    374374<p>
    375 BNC can save all data coming in through various streams in one daily file. The information is recorded in the specified 'Raw output file' in the received order and format. This feature allows a BNC user to run the PPP option in offline mode with observations, orbit/clock correctors, and broadcast ephemeris being read from a previously saved file. It supports the offline repetition of a real-time situation for debugging purposes. It is not meant for post-processing.
     375BNC can save all data coming in through various streams in one daily file. The information is recorded in the specified 'Raw output file' in the received order and format. This feature allows a BNC user to run the PPP option offline with observations, orbit/clock correctors, and broadcast ephemeris being read from a previously saved file. It supports the offline repetition of a real-time situation for debugging purposes. It is not meant for post-processing.
    376376</p>
    377377<p>
     
    12461246
    12471247<p>
    1248 Note that BNC's 'PPP Client' option can also be used in 'Offline Mode'. Apply the 'Offline Mode' command line options for that to read a file containing synchronized observations, orbit and clock corretors, and broadcast ephemeris. Such a file can be generated using BNC's 'Raw output file' option. The first five characters of the file name read in 'Offline Mode' must then be the same as the specified PPP 'Mounpoint': If you produce a 'Raw output file' named 'FFMJ1' then the PPP 'Mountpoint' needs to be also specified as 'FFMJ1' and the command line to execute BNC on a Windows system in 'Offline Mode' could look like:
    1249 </p>
    1250 
    1251 <p>
    1252 bnc.exe --conf c:\temp\BNC.ppp --file c:\temp\FFMJ1 --format RTCM_3
    1253 </p>
    1254 
    1255 <p>
    1256 Streams in a 'Raw output file' which shall later be used in an offline PPP calculation must all be encoded in the same format.
     1248Note that BNC's 'PPP Client' option can also be used offline for debugging purposes. Apply the 'File Mode' command line options for that to read a file containing synchronized observations, orbit and clock corretors, and broadcast ephemeris. Such a file must be generated using BNC's 'Raw output file' option. Example:
     1249</p>
     1250
     1251<p>
     1252bnc.exe --conf c:\temp\BNC.ppp --file c:\temp\FFMJ1
    12571253</p>
    12581254
     
    21872183<p><a name="cmd"><h4>3.19. Command Line Options</h4></p>
    21882184<p>
    2189 Command line options are available to run BNC in 'no window' mode or let it read data from one file or several files in offline mode for debugging or post processing purposes. BNC will then use processing options from the configuration file. Note that the self-explaining contents of the configuration file can easily be edited. It is possible to introduce a specific configuration file name instead of using the default name 'BNC.ini'.
     2185Command line options are available to run BNC in 'no window' mode or let it read data offline from one file or several files for debugging or post processing purposes. BNC will then use processing options from the configuration file. Note that the self-explaining contents of the configuration file can easily be edited. It is possible to introduce a specific configuration file name instead of using the default name 'BNC.ini'.
    21902186</p>
    21912187
     
    21992195</p>
    22002196
    2201 <p><a name="post"><h4>3.19.2 Offline Mode - optional</h4></p>
    2202 <p>
    2203 Although BNC is primarily a real-time online tool, for debugging purposes it can be run in offline mode to read data from a file previously saved through option 'Raw output file'. Enter the following command line option for that
     2197<p><a name="post"><h4>3.19.2 File Mode - optional</h4></p>
     2198<p>
     2199Although BNC is primarily a real-time online tool, for debugging purposes it can be run offline to read data from a file previously saved through option 'Raw output file'. Enter the following command line option for that
    22042200</p>
    22052201<p>
     
    22112207</p>
    22122208<p>
    2213 Note that when running BNC in offline mode, it will use options for file saving, interval, sampling, PPP etc. from its configuration file.
     2209Note that when running BNC offline, it will use options for file saving, interval, sampling, PPP etc. from its configuration file.
    22142210</p>
    22152211<p>Note further that option '--file' forces BNC to appy the '-nw' option for running in 'no Window' mode.
Note: See TracChangeset for help on using the changeset viewer.