Changeset 4046 in ntrip
- Timestamp:
- Apr 24, 2012, 11:45:53 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnchelp.html
r4045 r4046 105 105 </p> 106 106 <p> 107 Unless i n offline mode, BNC107 Unless it runs offline, BNC 108 108 </p> 109 109 <ul> … … 280 280 3.19. <a href=#cmd>Command Line Options</a><br> 281 281 3.19.1. <a href=#nw>No Window Mode</a><br> 282 3.19.2. <a href=#post> Offline Mode</a><br>282 3.19.2. <a href=#post>File Mode</a><br> 283 283 3.19.3. <a href=#conffile>Configuration File</a><br> 284 284 3.19.4. <a href=#confopt>Configuration Options</a><br> … … 373 373 <p><a name="rawout"><h4>3.3.5 Raw Output File - optional</h4></p> 374 374 <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.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 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. 376 376 </p> 377 377 <p> … … 1246 1246 1247 1247 <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. 1248 Note 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> 1252 bnc.exe --conf c:\temp\BNC.ppp --file c:\temp\FFMJ1 1257 1253 </p> 1258 1254 … … 2187 2183 <p><a name="cmd"><h4>3.19. Command Line Options</h4></p> 2188 2184 <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 modefor 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'.2185 Command 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'. 2190 2186 </p> 2191 2187 … … 2199 2195 </p> 2200 2196 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 that2197 <p><a name="post"><h4>3.19.2 File Mode - optional</h4></p> 2198 <p> 2199 Although 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 2204 2200 </p> 2205 2201 <p> … … 2211 2207 </p> 2212 2208 <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.2209 Note that when running BNC offline, it will use options for file saving, interval, sampling, PPP etc. from its configuration file. 2214 2210 </p> 2215 2211 <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.