50 / 92
perameter commands. By
entering multiple
registers, multiple
variables can be found at
the same time. Different
PLCs are separated by
comma.
Request
Response Message
Description
ALARM
Alarm total: 55, #53 date-time
context1, #54 date-time
context2, #55 date-time context3
Find a count of historical
alarm records and return
the latest three historical
alarms.
ALARM 2-3
Alarm total: 55, #2 date-time
context1, #3 date-time context2,
#4 date-time context3
Inquire about historical
records within the
appointed number range.
It can request maximum
of five historical records
each time.
NETSATUS
Signal strength(dBm):xx,
Network status: Registered to
home network
Learn the network status.
MSGSTATUS
Received message: 10, Sent
message: 15, Failed sent
message: 0, Unauthorized
message: 7
Inquire about the SMS
statistics.
WHITELIST
WHITELIST ON|OFF
Inquire about the startup
status of the white list.
The SMS to perform actions
User can send the following SMS command to do the configuration via SMS.
Request
Response Message
Description
SET plc1_name
register1=xxx
register2=xxx
,
plc2_name
register3=xxx
register4=xxx
…
Succeed:
Set register1 to xxx
set register2 to xxx
set register3 to xxx
set register4 to xxx
For a PLC named
plc1_name, set the register
value to xxx. The plcX_name
and registerX are both
parameters. User can set the
corresponding variables by
configuring these parameters
in the command line. Such
commands can set multiple
variables synchronously.
Different PLCs are separated
by comma.
ALARM CLEAN
ALL
Delete 1-55 alarm
SUCCESS
Delete all the historical alarm
records.