SATEL9CONFIG

Configures the Satel 900 MHz radio

Platform: 

SMART7 with RELAY7

Refer to the Satel Radio user documentation for complete and detailed instructions regarding the correct operation of the radio.

This command is used to configure the Satel 900 MHz radio. Settings in this command are stored directly on the radio and not saved through the SAVECONFIG command. Commands can be sent immediately after each other with the last command issued is applied.

Log SATELSTATUS onchanged to send a notification configuration is complete. See the SATELSTATUS log.

If modem mode is set to P2MP_SLAVE or P2MP_RX_SLAVE , the receive frequency is changed.
If modem mode is set to P2MP_MASTER, the transmit frequency is changed.

Do not interrupt power while the radio is being configured.

Message ID: 2217

Abbreviated ASCII Syntax:

SATEL9CONFIG <modem_mode> <freq_key> <nid> <minpkt> <maxpkt> <retrytimeout> <subnet> <repeaters> <packetrepeat> <txpwr>

ASCII Example:

SATEL9CONFIG P2MP_MASTER 1 4024 8 9 10 00 TRUE 1 1000

SATEL9CONFIG P2MP_RX_SLAVE 1 4024 8 9 10 00 FALSE 1 0

Field

Field Type

ASCII Value

Binary Value

Description

Format

Binary Bytes

Binary Offset

1

Command header

-

-

SATEL9CONFIG 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 role in the network

Enum

4

H

P2MP_SLAVE

3

P2MP_RX_SLAVE

8

3

freq_key

0-14

Frequency key for hop table

Uint

4

H+4

4

nid

0-4095

Network ID

Uint

4

H+8

5

minpkt

0-9

Minimum packet size

Uint

4

H+12

6

maxpkt

0-9

Maximum packet size

Enum

4

H+16

7

retrytimeout

8-255

Number of failed attempts to receive packets before connection drops

Uint

4

H+20

8

subnet

0x00, 0xFF

Multi-point subnet
0x00=Roaming
0xFF=Disabled

Uint

4

H+24

9

repeaters

FALSE

0

Boolean to specify if repeaters are present in the network

Bool

4

H+28

TRUE

1

10

packetrepeat

0-9

Number of times the master repeats packets

Uint

4

H+32

11

txpwr

0-1000

Transmitter output power (mW)

Uint

4

H+36

12

crc

 

32-bit CRC (ASCII and Binary only)

Hex

4

H+40