repaddmes n x [x2][x3][x4]
Adds a message type to a report.
n = 1 to 999 | report number
|
x1 to x4 | message type to be added, valid message types must be used - see message list
|
Notes:
- Binary messages MUST be placed before ASCII messages. Ex. cmd repaddmes 1 85 114 = correct, cmd repaddmes 1 114 85 = incorrect.
- Messages will be sent in a report in the same order that they are added.
- ULCP header messages will be sent as individual UDP packets – NMEA format messages will be combined into a single UDP packet.
Examples:
- Add message type #16 – GPS NMEA GLL – to report #4 :
cmd repaddmes 4 16
See Also: General Reports