16
+380 44 507 02 07
Get device sensor readings –
getio;
No.
Parameter
name
Description
1
DI#
Digital input status
2
DO#
Digital output status
3
AI#
Analog input status
Example of a response:
DL1: 0 DL2: 0 DL3: 0 DL4: 0 DH1: 0 DH2: 0 DO1: 1 D02: 0 AIN1: 0 mV
AIN2: 0 mV PSV: 12.234 mV VBAT:4.186 mV
Request for device profile parameters –
flush;
No. Parameter
name
Description
1
IMEI
Modem ID number
2
APN
GPRS access point
3
LOGIN
GPRS access login
4
PASS
GPRS access password
5
IP
IP address of the server
6
PORT
Server port
7
MODE
Operating mode (always = 0 - TCP/IP)
Example of a response:
353976012555151, internet, none, none, 212.47.99.62, 12050, 0
Get the readings by parameter ID –
getparam ####;
ID consists of 4 digits – the first digit is a profile number, the last three
specify ID of a parameter.
Example of a command => request value of ID=242 parameter from
profile 0: getparam 0242;
No.
Parameter
name
Description
1
Param ID
Profile number and parameter ID
2
Value
Parameter value
Example of a response to the "getparam 0242" command:
Param ID 0242 Val: internet
Detailed Description of Controlling Commands
Command of complete device CPU reset –
cpureset;
There is no response to this command. Once the command is received,
all processes of the device reset.