The ChopanService provides a diagnostic bit field to enable different levels of debug output, directed to a local serial port on the Jennic-based device. This is typically a “developer-only” level of diagnostics.
This setting is determined by the “Diags” property value of the ChopanService in the device’s app, as a hexadecimal value from 0 to ff, where bit 0 (LSB) to bit 7 (MSB) are defined as follows:
Bit 0 - I/O debug - Traffic sent/received on the ChopanService UDP port (client and server).
Bit 1 - Server debug - Description of requests received by the server (if installed) and actions taken.
Bit 2 - Client debug - Description of requests issued by the client (if installed).
Bit 3 - Dot debug - One-character “mini-diags” to indicate state during work cycles.
Bits 4 through Bit 7 - Unused/undefined.
Copyright © 2000-2014 Tridium Inc. All rights reserved.