Specifications

© 2010 Cypress Solutions Complete Manual: CTM-15X Firmware 1.3.0
Open CTM (Revision D)
59
Command Reference
Example:
1. Enable fixed GPS position mode and set the user-defined location to (49.256553, -122.996733):
cmd gpspos 1 49.256553 -122.996733
OK
2. Disable fixed GPS position mode but preserve the user-defined location:
cmd gpspos 0
OK
3. Disable fixed GPS position mode and clear the user-defined location:
cmd gpspos 0 0 0
OK
See also: gpsinput
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.
Examples:
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
A cmd save is required for this command to take effect.
See also: gpsrep, gpsdelmes, gpslocport, gpsaddmes, gpsremport, gpsemail, gpssms