© 2009 Cypress Solutions
Complete Manual: CTM-15X Firmware 1.2.0
(Revision 1.0)
45
6BCommand Reference
2. Query the local port setting of all GPS reports
cmd gpslocport
cmd gpslocport 1 5005
OK
A cmd save is required for this command to take effect.
See also: gpsrep, gpsdelmes, gpsaddmes, gpslocport, gpsremip, gpsemail, gpssms
return to list of commands
gpsmes
Displays all messages associated with each GPS report.
This command is read only.
Example:
cmd gpsmes
displays all messages associated with each GPS report
return to list of commands
gpsremip n iii.iii.iii.iii
Sets the IP address of the remote server that the GPS report will be sent to. Up to 8 GPS reports can be
configured.
n = 1 to 8 or 11
GPS report number
iii.iii.iii.iii = 0.0.0.0 to 255.255.255.255
remote IP address in decimal
The remote IP address of a report can be queried by using
gpsremip n
where
n
is the report number.
If n is omitted, all reports will be queried.
Examp
les:
1. Report #1 will be sent to remote IP address 123.10.1.101
cmd gpsremip 1 123.10.1.101
OK
2. Query the remote IP address setting of all GPS reports
cmd gpsremip
cmd gpsremip 1 123.10.1.101
cmd gpsremip 2 99.99.99.99
OK