Old Version of the Settings Table (no longer updated)
Below is the list of the most commonly used configuration commands.
If the !
character is entered instead of the parameter in the command, then the parameter in the device configuration is reset. For example, if you need to erase IP and port of server #1:
*!EDITS TRANS:SRV1(,,,!,!)
On reset, the text parameters are removed and the numeric parameters are set to 0.
To set the following values for the server #1:
Protocol: FLEX
, IP address: 193.193.165.165
, Port : 21626
*!EDITS TRANS:SRV1(FLEX,,,193.193.165.165,21626)
To set SIM card settings for SIM #1:
APN: internet
, Login: <empty field>
, Password: <empty field>
*!EDITS TRANS:AP1(internet,!,!)
APN: internet.mts.ru
, Login: mts
, Password: mts
*!EDITS TRANS:AP1(internet.mts.ru,mts,mts)
To enable roaming on SIM #1, allow sending SMS in roaming and set the period for reconnecting to the server in case of error (once every 5 minutes):
*!EDITS TRANS:ROAMSIM1(0,,,0),ROAM(,,300)
To set a password for USB control 123
, and for SMS control 567
:
*!EDITS SYSTEM:PASS(123,567)
To erase both passwords:
*!EDITS SYSTEM:PASS(!,!)
To enable two fuel level sensors via RS-485 interface:
*!EDITS RS485:OPTIONS(FLDS,,19200,0,1),FS1(1,0,1,50,1,25,6,1),FS2(1,0,2,50,1,25,6,1),PROTOCOL:FLEX(,&38[11]78[11])
To enable one fuel level sensor via RS-232 interface:
*!EDITS RS232:OPTIONS(FLDS,,19200,0,1),FS1(1,0,1,50,1,25,6,1),PROTOCOL:FLEX(,&44[1])
To enable one fuel level sensor ESCORT TD BLE via Bluetooth.
To connect by MAC address: FF:FF:FF:FF:FF:FF
*!EDITS BLUETOOTH:CHANNEL1(SENS,),GLOBAL(1),SENS1(1,FF:FF:FF:FF:FF:FF,!),FS1(0),PROTOCOL:FLEX(,&38[1]78[1])
To connect by Bluetooth name: TD_000000
*!EDITS BLUETOOTH:CHANNEL1(SENS,),GLOBAL(1),SENS1(1,!,TD_000000),FS1(0),PROTOCOL:FLEX(,&38[1]78[1])