SWTN Controlling Station
Parameters
Parameter | Datatype | Default Value | Description |
---|---|---|---|
DEBUG | enum | 0 | Enable debugging |
DUMP | enum | 0 | Enable communication dump |
TTY | tty | Communication interface | |
BAUDRATE | enum | 19200 | Baud rate |
PARITY | enum | none | Parity |
T_RX_TIMEOUT | float | 1 | Frame reception timeout [s] |
T_TX_IDLE | float | 0.064 | After-frame idle period [s] |
MTU | int | 32 | Link-layer frame MTU [B] |
T_FRAME_TTL | float | 10 | Frame time-to-live [s] |
T_PAYLOAD_TTL | float | 60 | Application-layer payload time-to-live [s] |
T_FORCED_COMMAND_REFRESH | float | 3600 | Forced command refresh period [s] |
T_MEASUREMENT_VALID | float | 3600 | Measurement validity period after latest update [s] |
Measurements
This stack supports measurements.
Measurement address
Type: regex
Description:
<UID3>.<UID2>.<UID1>.<UID0>/<IOA> or 0x<UID hex>/<IOA>
Examples:
10.5.3.8/123 - UID 10.5.3.8 (0x0A050308), Information Object Address 123
0xAB01E0CD/25 - UID 171.1.224.205 (0xAB01E0CD), Information Object Address 25
Commands
This stack supports commands.
Command address
Type: regex
Description:
[TI<TI>@]<UID3>.<UID2>.<UID1>.<UID0>/<IOA> or [TI<TI>@]0x<UID hex>/<IOA>
Examples:
10.5.3.8/123 - UID 10.5.3.8 (0x0A050308), Information Object Address 123, use implicit information element type
0xAB01E0CD/25 - UID 171.1.224.205 (0xAB01E0CD), Information Object Address 25, use implicit information element type
TI86@10.5.3.8/123 - UID 10.5.3.8 (0x0A050308), Information Object Address 123, use information element type 86
TI53@0xAB01E0CD/25 - UID 171.1.224.205 (0xAB01E0CD), Information Object Address 25, use information element type 53