Changeset 9418 in ntrip for trunk/BNC/src/bnchelp.html
- Timestamp:
- Apr 26, 2021, 10:27:59 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bnchelp.html
r9404 r9418 4286 4286 4287 4287 <pre> 4288 /home/user/BNC ${GPSWD}.sp34289 </pre> 4290 4291 Note that '${GPSWD}' produces the GPS Week and Day number in the filename.</p>4288 /home/user/BNCOUTPUT0${V3PROD}.sp3 4289 </pre> 4290 Note that '${V3PROD}' produces the time stamp in the filename, which is related to the RINEX version 3 filename concept. 4291 </p> 4292 4292 <p> 4293 4293 Default is an empty option field, meaning that you do not want BNC to save the uploaded stream content in daily SP3 files. … … 4317 4317 Specify a path for saving the generated clock corrections as Clock RINEX files. If the specified directory does not exist, BNC will not create Clock RINEX files. The following is a path example for a Linux system: 4318 4318 <pre> 4319 /home/user/BNC ${GPSWD}.clk4320 </pre> 4321 Note that '${ GPSWD}' produces the GPS Week and Day number in the filename.4319 /home/user/BNCOUTPUT0${V3PROD}.clk 4320 </pre> 4321 Note that '${V3PROD}' produces the time stamp in the filename, which is related to the RINEX version 3 filename concept. 4322 4322 </p> 4323 4323 … … 5262 5262 <b>Upload Corrections Panel keys:</b> 5263 5263 uploadMountpointsOut {Upload corrections table [character string, semicolon separated list, each element in quotation marks, example: 5264 "igs-ip.net,2101,IGS01, pass,IGS14,0,/home/user/BNC$[GPSWD}.sp3,/home/user/BNC$[GPSWD}.clk,258,1,0;5265 euref-ip.net,2101,EUREF01, pass,ETRF2000,0,,,258,2,0"]}5264 "igs-ip.net,2101,IGS01,2,user,pass,IGS14,IGS-SSR,0,/home/user/BNCOUTPUT0${V3PROD}.sp3,BNCOUTPUT0${V3PROD}.clk,258,1,0; 5265 euref-ip.net,2101,EUREF01,2,user,pass,ETRF2000,IGS-SSR,0,,,258,2,0"]} 5266 5266 uploadIntr {Length of SP3 and Clock RINEX file interval [character string: 1 min|2 min|5 min|10 min|15 min|30 min|1 hour|1 day]} 5267 5267 uploadSamplRtcmEphCorr {Orbit corrections stream sampling rate [integer number of seconds: 0|5|10|15|20|25|30|35|40|45|50|55|60]} … … 5320 5320 (6) bnc --key mountPoints "//user:pass@mgex.igs-ip.net:2101/CUT07 RTCM_3.0 ETH 9.03 38.74 no 2; 5321 5321 //user:pass@igs-ip.net:2101/FFMJ1 RTCM_3.1 DEU 50.09 8.66 no 2" 5322 (7) bnc --key cmbStreams " CLK11 BLG 1.0;CLK93CNES 1.0"5323 (8) bnc --key uploadMountpointsOut "products.igs-ip.net,98756,TEST, letmein,IGS14,2,/Users/weber/BNC${GPSWD}.clk,,33,3,2;5324 euref-ip.net,333,TEST2, aaaaa,NAD83,2,,,33,5,5"5322 (7) bnc --key cmbStreams "SSRA00BKG1 BKG 1.0;SSRA00CNE1 CNES 1.0" 5323 (8) bnc --key uploadMountpointsOut "products.igs-ip.net,98756,TEST,2,user,passwd,IGS14,IGS-SSR,2,/Users/weber/BNCOUTPUT0${V3PROD}.clk,,33,3,2; 5324 euref-ip.net,333,TEST2,2,user,passwd,ETRF12000,IGS-SSR,2,,,33,5,5" 5325 5325 (9) bnc --key PPP/staTable "FFMJ1,100.0,100.0,100.0,100.0,100.0,100.0,0.1,3e-6,7777; 5326 5326 CUT07,100.0,100.0,100.0,100.0,100.0,100.0,0.1,3e-6,7778"
Note:
See TracChangeset
for help on using the changeset viewer.