SATEL9CONFIGN
Configures the 900 MHz radio network
Platform: |
SMART7 with RELAY7 |
The SATEL9CONFIGN command is used to configure the Satel 900 MHz radio network settings using a simplified Novariant channel identifier.
Message ID: 2219
Abbreviated ASCII Syntax:
SATEL9CONFIGN <modem_mode> <channel> <retrytimeout> <subnet> <repeaters> <packetrepeat> <txpwr>
ASCII Example:
SATEL9CONFIGN P2MP_MASTER 32 10 00 TRUE 1 1000
SATEL9CONFIGN P2MP_RX_SLAVE 32 10 00 FALSE 0 0
Field |
Field Type |
ASCII Value |
Binary Value |
Description |
Format |
Binary Bytes |
Binary Offset |
1 |
Command header |
- |
- |
SATEL9CONFIGN 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-3824 |
|
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 |