Specifications

© 2010 Cypress Solutions Complete Manual: CTM-15X Firmware 1.3.0
Open CTM (Revision D)
107
Command Reference
The modem must be configured using the commands wpanadddev and wpanacktype and wpanpanid for
pendantreport to function properly.
Example: use report 1 for pendant triggered reports
cmd pendantreport 1
OK
A cmd save is required for this command to take effect.
Pendant report is triggered by any message received from the pendant. The following message is
appended to the report:
$PPEN,ID,SEQ,MES*CHKSUM
ID - 64 bit unique hex ID of Pendant
SEQ - Packet sequence number
MES - Pendant message payload
CHKSUM - NMEA message checksum
Example:
$PPEN,0013A200402CB498,17,PANIC*07
See also: mode, repaddmes, repdelmes, repemail, replocport, repremip, repremport, repsms, reptype
return to list of commands
ping n [iii.iii.iii.iii or <website name>]
Configures the modem to ping a specific IP address or website periodically.
This feature is similar to ppp keep alive.
n = 0 disables ping
n = 1 to 65535 number of seconds between pings
iii.iii.iii.iii IP address of the site to ping, IP Address must be in the range 0 to 255 for each value of iii, If
values outside this range are entered, it will be interpreted as a URL
<website name> website to ping
The current ping setting can be queried by using the ping command without parameters.
Examples:
1. ping www.google.ca every 10 seconds
cmd ping 10 www.google.ca
OK