3 Command Line Reference
spe
gpe
setPeriodicEcho
getPeriodicEcho
Cd
Cd
Message (201)
Interval
+ COM1
+ COM2
+ COM3
+ COM4
all
A:Unknown
off
once
msec100
msec200
msec500
sec1
sec2
sec5
sec10
sec15
sec30
sec60
min2
min5
min10
min15
min30
min60
RxControl: Communication > Output Settings > Periodic Echo message
Use this command to periodically send a message to one of the connections of the receiver.
The
Message
argument defines the message that should be sent on the
Cd
port. If the given
message starts with "
A:
", the remainder of the message is considered an ASCII string that will
be forwarded to the requested connection. All occurrences of the
%%CR
character sequence
are replaced by a single carriage return character (ASCII code 13d) and all occurrences of the
%%LF
character sequence are replaced by a single line feed character (ASCII code 10d). If
the
Message
argument starts with "
H:
", the remainder of the message is considered a hex-
adecimal representation of a succession of bytes to be sent to the requested connection. In
this case, the string should be a succession of 2-character hexadecimal values separated by
a single whitespace.
Make sure to enclose the string between double quotes if it contains whitespaces. The max-
imum length of the
Message
argument (including the
A:
or
H:
prefix) is 201 characters.
The
Interval
argument defines the interval at which the message should be sent.
To send a message only once, set
Interval
to
once
. The only difference with the command
is that
cannot be stored in the boot configuration file,
while
can. This can be used to output a message once at each reset or
reboot. The third example below shows how to do this.
Examples
To send the string "Hello!<CR><LF>" to COM2 every minute, use:
COM1>
spe, COM2, "A:Hello!%%CR%%LF", sec60 <CR>
$R: spe, COM2, "A:Hello!%%CR%%LF", sec60
PeriodicEcho, COM2, "A:Hello!%%CR%%LF", sec60
COM1>
The same can be achieved with the following command:
COM1>
spe, COM2, "H:48 65 6C 6C 6F 21 0D 0A", sec60 <CR>
$R: spe, COM2, "H:48 65 6C 6C 6F 21 0D 0A", sec60
192
Содержание 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 ...