13
Request of the version of the device software
Command to be send - getver;
Example of response:
«BI-520R Ver: 3.92»
Read the values of the device's sensors.
Command to be send - getio;
Example of response:
«DL1: 1 DH1: 0 DH2: 0 DO1: 0 DO2: 0 VPSV: 12996mV VBAT: 4290mV
AIN1: 37mV AIN2: 38mV»
, where:
DL1: 1 DH1: 0 DH2: 0 - current state of the discrete inputs;
DO1: 0 DO2: 0 - current state of the discrete outputs;
VPSV - external power supply, millivolts;
VBAT – power supply of device accumulator battery, millivolts;
AIN1: 37mV AIN2: 38mV - analog inputs voltage, millivolts.
Request of device profile parameters.
Command to be send - flush;
Example of response:
«xxxxxxxxxxxxxxx, gps.utel.ua, none, none, xxx.xxx.xxx.xxx, xxxxx 0»
, where:
IMEI (xxxxxxxxxxxxxxx) - identification number (IMEI) of the device;
APN (gps.utel.ua) – access point for GPRS connection (to be specified by
the operator);
Login (none) – access login to GPRS (to be specified by the operator,
usually, it is not required);
Password (none) – access password to GPRS (to be specified by the
operator, usually, it is not required);
IP (xxx.xxx.xxx.xxx) – Server IP address for data transmission;
PORT (xxxxx) - PORT of server for data transmission;
MODE (0) - mode of device operation (0 - TCP/IP connection).
Read the value of the parameter by its ID
Command to be send - getparam ####;
Parameter ID (####) consists of four digits and indicates the number of
the parameter. All configurable parameters are specified in the list of
device parameters (see
Appendix 1
and
Appendix 2
).
Example of response:
«Param ID #### Val: #»
, where:
Param ID – ID of requested parameters;
Val – current value of parameter.