1 How To...
1.26
Communicate with External Equipment
The receiver can send periodical queries to external equipment (such as a meteo sensor)
connected to one of its serial ports, and log the replies from that sensor. In the following
example, we show how to retrieve meteo data every 10 seconds from a meteo sensor con-
nected to the receiver’s COM2 port.
1. Tell the receiver which command to use to query the external sensor, and the interval
at which this command must be sent to the sensor. For instance, for a MET3/MET4-
compatible sensor, the command
*0100P9<CR><LF>
queries the meteo data.
Assuming you want to get meteo data at a 10-second interval, enter the following
command:
setPeriodicEcho, com2, A:*0100P9%%CR%%LF, sec10 <CR>
2. Enable unformatted ASCII input on COM2 (to receive the replies from the meteo
sensor):
setDataInOut,COM2,ASCIIIn <CR>
The replies from the meteo sensor (containing the temperature, pressure and humidity) are
available in the
SBF block and in BINEX record 0x7E-01.
You can convert an SBF file containing
SBF blocks to RINEX using the
sbf2rin
program or the
SBFConverter
graphical tool. Alternatively, you can log the RINEX meteo
file directly on the receiver (see section 1.17). To be able to generate a RINEX file, the output
of the meteo sensor must be formatted according to the NMEA XDR sentence.
48
Содержание PolaRx5TR
Страница 1: ...PolaRx5TR Reference Guide Applicable to version 5 5 0 of the Firmware ...
Страница 73: ...3 Command Line Reference Chapter 3 Command Line Reference 73 ...
Страница 108: ...3 Command Line Reference COM1 gca Ch05 CR R gca Ch05 ChannelAllocation Ch05 G01 auto 0 16000 COM1 108 ...
Страница 130: ...3 Command Line Reference COM1 gim CR R gim IonosphereModel off COM1 130 ...
Страница 147: ...3 Command Line Reference PVTMode Static StandAlone SBAS DGPS RTKFloat RTKFixed Cartesian1 COM1 147 ...
Страница 218: ...3 Command Line Reference COM1 esoc COM1 MeasEpoch CR R esoc COM1 MeasEpoch SBFOnce COM1 MeasEpoch COM1 218 ...
Страница 237: ...3 Command Line Reference COM1 237 ...
Страница 251: ...3 Command Line Reference Event type Command etime 1588343730 before 1440 after 1440 Planned Disk DiskEvent COM1 251 ...
Страница 279: ...3 Command Line Reference COM1 279 ...
Страница 294: ...4 SBF Reference Chapter 4 SBF Reference 294 ...