Changeset 6937 in ntrip
- Timestamp:
- Jun 22, 2015, 1:42:42 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bnchelp.html
r6935 r6937 425 425 3.10.9. <a href=#serfile>File</a><br> 426 426 3.10.10. <a href=#serheight>Height</a><br> 427 3.10.11. <a href=#sersampl>Sampling</a><br> 427 428 3.11. <a href=#advnote>Outages</a><br> 428 429 3.11.1. <a href=#obsrate>Observation Rate</a><br> … … 1735 1736 </pre> 1736 1737 <p> 1737 The source code for BNC comes with a perl script called 'test_tcpip_client.pl' that allows you to read BNC's (synchronized or unsynchronized) ASCII observation output from the IP port and print it on standard output.1738 The source code for BNC comes with a perl script named 'test_tcpip_client.pl' that allows you to read BNC's (synchronized or unsynchronized) ASCII observation output from the IP port and print it on standard output. 1738 1739 </p> 1739 1740 … … 1784 1785 </p> 1785 1786 <p> 1786 Note that receiving a VRS stream requires the receiver sending NMEA sentences (mode 'Manual' or 'Auto') to the Ntrip Broadcaster. The following figure shows the data flow when pulling a VRS stream or a none VRSstream.1787 Note that receiving a VRS stream requires the receiver sending NMEA sentences (mode 'Manual' or 'Auto') to the Ntrip Broadcaster. The following figure shows the data flow when pulling a VRS stream or a physical (none-VRS) stream. 1787 1788 </p> 1788 1789 … … 1848 1849 1849 1850 <p><a name="serauto"><h4>3.10.8 NMEA - mandatory for VRS streams</h4></p> 1850 <p> 1851 Select 'Auto' to automatically forward all NMEA-GGA messages coming from your serial connected GNSS receiver to the NTRIP Broadcaster and/or save them in a file. 1852 </p> 1853 <p> 1854 Forwarding valid NMEA-GGA messages to the NTRIP Broadcaster is required for receiving 'Virtual Reference Station' (VRS) streams. Thus, in case your serial connected receiver is not capable to provide them, the alternative for VRS streams is a 'Manual' simulation of an initial NMEA-GGA message. Its content is based on the approximate (editable) latitude/longitude from the broadcaster's source-table and an approximate VRS height to be specified. 1855 </p> 1856 <p> 1857 In summary: select 'Manual' only when handling a VRS stream and your serial connected GNSS receiver doesn't generate NMEA-GGA messages. Select 'Auto' otherwise. 1851 <p>The 'NMEA' option supports the so-called 'Virtural Reference Station' (VRS) concept which requires the receiver to send approximate position information to the NTRIP Broadcaster. Select 'no' if you don't want BNC to forward or upload any NMEA message to the NTRIP broadcaster in support of VRS. 1852 </p> 1853 <p>Select 'Auto' to automatically forward NMEA messages of type GGA from your serial connected receiver to the NTRIP broadcaster and/or save them in a file. 1854 </p> 1855 <p>Select 'Manual GPGGA' or 'Manual GNGGA' if you want BNC to produce and upload GPGGA or GNGGA NMEA messages to the NTRIP broadcaster because your serial connected receiver doesn't generate these messages. A Talker ID 'GP' preceding the GGA string stands for GPS solutions while a Talker ID 'GN' stands for multi constellation solutions. 1856 </p> 1857 <p>Note that selecting 'Auto' or 'Manual' works only for VRS streams which show up under the 'Streams' canvas on BNC's main window with 'nmea' stream attribute set to 'yes'. This attribute is either extracted from the NTRIP broadcaster's sourcetable or introduced by the user through editing the BNC configuration file. 1858 1858 </p> 1859 1859 1860 1860 <p><a name="serfile"><h4>3.10.9 File - optional if 'Auto' NMEA is set</h4></p> 1861 <p>Specify the full path to a file where NMEA messages coming from your serial connected receiver are saved. 1861 <p>Specify the full path to a file where NMEA messages coming from your serial connected receiver are saved. Default is an empty option field, meaning that no NMEA messages will be saved on disk. 1862 1862 </p> 1863 1863 <p><a name="serheight"><h4>3.10.10 Height - mandatory if 'Manual' NMEA is set</h4></p> 1864 1864 <p> 1865 Specify an approximate 'Height' above mean sea level in meter for your VRS to simulate an initial NMEA-GGA message. Latitude and longitude for that (editable) are taken from the broadcaster's source-table. 1866 </p> 1867 <p> 1868 This option concerns only 'Virtual Reference Stations' (VRS). Its setting is ignored in case of streams coming from physical reference stations. 1865 Specify an approximate 'Height' above mean sea level in meters for the reference station introduced through 'Mountpoint'. Together with the latitude and longitude from the NTRIP broadcaster sourcetable the height information is used to build GGA messages to be sent to the NTRIP broadcaster. 1866 </p> 1867 <p>For adjusting latitude and longitude values of a VRS stream given in the 'Streams' canvas you can double click the latitude/longitude data fields, specify appropriate values and then hit Enter. 1868 </p> 1869 <p>This option is only relevant when option 'NMEA' is set to 'Manual GPGGA' or 'Manual GNGGA' respectively. 1870 </p> 1871 1872 <p><a name="sersampl"><h4>3.10.11 Sampling - mandatory if 'Manual' NMEA is set</h4></p> 1873 <p> 1874 Select a sampling interval in seconds for manual generation and upload of NMEA GGA sentences. 1875 </p> 1876 <p> 1877 A sampling rate of '0' means, that a GGA sentence will be send only once to initialize the requested VRS stream. Note that some VRS systems need GGA sentences at regular intervals. 1869 1878 </p> 1870 1879 1871 1880 <p><a name="advnote"><h4>3.11. Outages</h4></p> 1872 1873 1881 <p> 1874 1882 At any time an incoming stream might become unavailable or corrupted. In such cases, it is important that the BNC operator and/or the stream providers become aware of the situation so that necessary measures can be taken to restore the stream. Furthermore, continuous attempts to decode a corrupted stream can generate unnecessary workload for BNC. Outages and corruptions are handled by BNC as follows: … … 1940 1948 <p><a name="misc"><h4>3.12. Miscellaneous</h4></p> 1941 1949 <p> 1942 This section describes several miscellaneous options which can be applied for a single stream (mountpoint) or forall configured streams.1950 This section describes several miscellaneous options which can be applied to a single stream (mountpoint) or to all configured streams. 1943 1951 </p> 1944 1952 … … 2023 2031 </p> 2024 2032 <p> 2025 Be careful when keyword 'ALL' is specified as 'Mountpoint' for involving all incoming streams together because the affiliation of data 2033 Be careful when keyword 'ALL' is specified as 'Mountpoint' for involving all incoming streams together because the affiliation of data to certain streams gets lost in the output. 2026 2034 </p> 2027 2035 <p>
Note:
See TracChangeset
for help on using the changeset viewer.