© 2009 Cypress Solutions
Complete Manual: CTM-15X Firmware 1.2.0
(Revision 1.0)
53
6BComman
d Reference
t = 0
timeout disabled
t = 1 to 65535
timeout in seconds
i1 = 0
alarm on input trigger: disabled
i1 = 1 to 6
alarm on input trigger: input number
i2 = 0
alarm on input trigger: disabled
i2 = 1 to 6
alarm on input trigger: input number
IP = 0
report if change in IP address: disabled
IP = 1
report if change in IP address: enabled
mt = 0 to 65535
maximum reporting rate in seconds
(minimum time between reports)
The current condition(s) for a report can be queried by using
iocond n
where
n
is the report number.
If
n
is blank, all IO reports will be queried.
Examples:
cmd iocond 1 1 60
sends report #1 every 60 seconds
cmd iocond 2 1 60 1
sends report #2 every 60 seconds if input #1 is in alarm
cmd iocond 3 1 60 1 2
send report #3 every 60 seconds if inputs #1 and #2 are in alarm
cmd iocond 4 2 0 0 0 1
send report #4 whenever the IP address of the modem changes
– this indicates
that it has made a new network connection
cmd iocond 5 2 60 0 3 0 10
send report #5 every 60 seconds or while input #3 is in alarm but with a
maximum report rate of one every 10 seconds
cmd iocond 6 1 0 6 0 0 10
send report #6 only while input #6 is in alarm bu
t with a maximum report rate
of one every 10 seconds
cmd iocond
queries the conditions to trigger all IO reports
A cmd save is required for this command to take effect.
return to list of commands
iodelmes n x
Deletes a message (or all messages) from an IO report.
n = 1 to 8
IO report number
x
message type to be deleted or 0 to delete all messages
Examples:
cmd iodelmes 1 16
deletes message type #16 from IO report #1
cmd iodelmes 4 0
deletes all messages from IO report #4
A cmd save is required for this command to take effect.
return to list of commands