Changeset 9418 in ntrip for trunk/BNC/src/bnchelp.html


Ignore:
Timestamp:
Apr 26, 2021, 10:27:59 AM (3 years ago)
Author:
stuerze
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bnchelp.html

    r9404 r9418  
    42864286
    42874287<pre>
    4288    /home/user/BNC${GPSWD}.sp3
    4289 </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>
     4290Note that '${V3PROD}' produces the time stamp in the filename, which is related to the RINEX version 3 filename concept.
     4291</p>
    42924292<p>
    42934293Default is an empty option field, meaning that you do not want BNC to save the uploaded stream content in daily SP3 files.
     
    43174317Specify 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:
    43184318<pre>
    4319    /home/user/BNC${GPSWD}.clk
    4320 </pre>
    4321 Note that '${GPSWD}' produces the GPS Week and Day number in the filename.
     4319   /home/user/BNCOUTPUT0${V3PROD}.clk
     4320</pre>
     4321Note that '${V3PROD}' produces the time stamp in the filename, which is related to the RINEX version 3 filename concept.
    43224322</p>
    43234323
     
    52625262<b>Upload Corrections Panel keys:</b>
    52635263   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"]}
    52665266   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]}
    52675267   uploadSamplRtcmEphCorr {Orbit corrections stream sampling rate [integer number of seconds: 0|5|10|15|20|25|30|35|40|45|50|55|60]}
     
    53205320(6) bnc --key mountPoints "//user:pass@mgex.igs-ip.net:2101/CUT07 RTCM_3.0 ETH 9.03 38.74 no 2;
    53215321                           //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;CLK93 CNES 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"
    53255325(9) bnc --key PPP/staTable "FFMJ1,100.0,100.0,100.0,100.0,100.0,100.0,0.1,3e-6,7777;
    53265326                            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.