gpsrep n l r s a t

Sets the reporting type for each GPS report for the local and remote servers.

n = 1 to 8 or report 11 GPS report number
l = 0 disables local GPS report (default)
l = 1 asynchronous NMEA or ULCP messages over RS232
l = 2 asynchronous NMEA or ULCP messages with a ULCP header over RS232
l = 3 in-band NMEA or ULCP messages in a UDP Packet over Ethernet Firmware 3211 and below
l = 3 in-band NMEA or ULCP messages with a ULCP header and in individual UDP packets over Ethernet Firmware 3232 and above
l = 4 in-band NMEA or ULCP messages with a ULCP header and in individual UDP packets over Ethernet sent in binary format only
l = 5 in-band NMEA or ULCP messages in a TCP Packet over Ethernet Firmware 3211 and below
l = 5 in-band NMEA or ULCP messages with a ULCP header in individual TCP Packets over Ethernet Firmware 3232 and above
l = 6 file-based reports
r = 0 disables remote GPS report (default)
r = 3 in-band NMEA or ULCP messages in a UDP Packet Firmware 3211 and below
r = 3 in-band NMEA or ULCP messages with a ULCP header and in individual UDP packets Firmware 3232 and above
r = 4 in-band NMEA or ULCP messages with a ULCP header and in individual UDP packets in binary format only
r = 5 in-band NMEA or ULCP messages in a TCP Packet Firmware 3211 and below
r = 5 in-band NMEA or ULCP messages with a ULCP header in individual TCP Packets Firmware 3232 and above
r = 6 email reports
r = 7 SMS reports
r = 10 satellite reports
r = 12 report data to Watson IoT platform
r = 13 report data to Microsoft Azure Iot Hub platform
s = 0 disables the store and forward of GPS reports
s = 1 enables the store and forward of GPS reports
a = 0 enables the ACK messaging of the report
a = 1 enables the ACK messaging of the report
t = X sets the timeout X for ACK messaging of the report in ms

Notes:


Examples:

  1. Send GPS report #4 as a UDP packet over Ethernet and over the wireless link, do not store GPS reports :
    cmd gpsrep 4 3 3
  1. Send GPS report #2 as a UDP packet over Ethernet and as an SMS message to the SMS destination set using the gpsrep command, and enable the store and forward of GPS reports :
    cmd gpsrep 2 3 7 1
  1. Send GPS report #2 as a UDP packet over Ethernet and as an SMS message to the SMS destination set using the gpsrep command, and enable ACK messaging with a timeout of 2 seconds :
    cmd gpsrep 2 3 7 0 1 2000

See also: GPS Reports

Last modified 3 years ago Last modified on 17-05-24 01:22:56 PM