Specifications

© 2010 Cypress Solutions Complete Manual: CTM-15X Firmware 1.3.0
Open CTM (Revision D)
106
Command Reference
panicreportack t
This command will set the modem to wait for a Pendant panic triggered report (PANIC or MPANIC
message only) and send the corresponding acknowledgment message.
t = 0 disables panicreportack (default)
t = 1 to 65535 time period, in seconds, to wait for the next PANIC or MPANIC message from a pendant
and send it an ACK
For panicreportack to function properly, the modem must be configured with wpanacktype set to server
type acknowledgment and with panicreport. When panicreportack is set, panicreport will be disabled to
stop triggering the script. This command is meant to be used with custom report triggered scripts via
reportscripts and is always volatile.
When panicreportack is entered without parameters, the command returns the configured time period
and the elapsed time, in seconds, since panicreportack was set.
Examples:
1. Wait for 60 seconds for a PANIC or MPANIC message and send a pendant an ACK if received
cmd panicreportack 60
OK
2. Query the time period set for waiting for a PANIC or MPANIC message to ACK, and the current time
elapsed since panicreportack was set
cmd panicreportack
cmd panicreportack 60 15
OK
See also: mode, panicreport, reportscripts, wpanacktype
return to list of commands
pendantreport [r1] [r2] [r3] [r4] [r5] [r6] [r7] [r8]
This command sets the report(s) to be used for pendant triggered reports.
Up to 8 reports can be assigned to the pendantreport.
r = 0 disables the report
r = 1 to 999 report number
pendantreport requires the modem to be listening for traffic from the WPAN gateway, this requires cmd
mode 10 to be configured.