iorep n l r s a t

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

n = 1 to 8 IO report number
l = 0 disables the local 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 the remote 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 IO reports
s = 1 enables the store and forward of IO 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 IO report #4 as a UDP packet over Ethernet and over the wireless link :
    cmd iorep 4 3 3
  2. send IO report #2 as a UDP packet over Ethernet and as an SMS message to the SMS destination set using the iosms command, and enable the store and forward :
    cmd iorep 2 3 7 1
  3. send IO report #5 as a TCP packet over the wireless link :
    cmd iorep 5 0 5
  4. send IO report #2 as a UDP packet over Ethernet and as an SMS message to the SMS destination set using the iorep command, and enable ACK messaging with a timeout of 2 seconds :
    cmd iorep 2 3 7 0 1 2000

See also: IO Reports

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