Honeywell IPC 620 Global Parameters
Diagnostic messages may now be selectively enabled or disabled in the Honeywell device communication interfaces.
When enabled, the diagnostics are directed to the .err file located in the project's log directory.
The following global parameters are now available to enable of disable diagnostics.
HWABC_DEBUG
For | Project | |
Purpose | To enable or disable diagnostics for all device communication interfaces that use the Honeywell IPC620 protocol. | |
Value | Y | Enables the diagnostics. |
N | Disables the diagnostics. | |
Default | N |
<
PORT>_DEBUG
For | Project | |
Purpose | To enable or disable diagnostics for a selected port that uses the Honeywell IPC620 protocol. | |
Value | Y | Enables the diagnostics. |
N | Disables the diagnostics. | |
Default | N |
Note: If both
<
PORT>_DEBUG
and HWABC_DEBUG
are defined. <
PORT>_DEBUG
has precedence.