SATEL9CONFIGL
Configures the 900 MHz radio network
Platform: |
SMART7 with RELAY7 |
The SATEL9CONFIGL command is used to configure the Satel 900 MHz radio network settings using a simplified Leica channel identifier.
Message ID: 2218
Abbreviated ASCII Syntax:
SATEL9CONFIGL <modem_mode> <channel> <retrytimeout> <subnet> <repeaters> <packetrepeat> <txpwr>
ASCII Example:
SATEL9CONFIGL P2MP_MASTER 2 10 00 TRUE 1 1000
SATEL9CONFIGL P2MP_RX_SLAVE 4 10 FF FALSE 0 0
Field |
Field Type |
ASCII Value |
Binary Value |
Description |
Format |
Binary Bytes |
Binary Offset |
1 |
Command header |
- |
- |
SATEL9CONFIGL header This field contains the command name for abbreviated ASCII or the message header for ASCII or Binary. |
- |
H |
0 |
2 |
modem_mode |
P2MP_MASTER |
2 |
Radio roll in network |
Enum |
4 |
H |
P2MP_SLAVE |
3 |
||||||
P2MP_RX_SLAVE |
8 |
||||||
3 |
channel |
1-9 |
Virtual channel |
Uint |
4 |
H+4 |
|
4 |
retrytimeout |
8-255 |
Number of failed attempts to receive packets before connection is dropped |
Uint |
4 |
H+8 |
|
5 |
subnet |
0x00, 0xFF |
Multi-point subnet |
Uint |
4 |
H+12 |
|
6 |
repeaters |
FALSE |
0 |
Boolean to specify if repeaters are present in the network |
Bool |
4 |
H+16 |
TRUE |
1 |
||||||
7 |
packetrepeat |
0-9 |
Number of times master repeats packets |
Uint |
4 |
H+20 |
|
8 |
txpwr |
0-1000 |
Transmitter output power (mW) |
Uint |
4 |
H+24 |
|
9 |
crc |
|
32-bit CRC (ASCII and Binary only) |
Hex |
4 |
H+28 |