E_IEC870_5_101FifoDbgFlags
Debugging output flags. If debugging output is activated, the ASDU hex bytes are logged in the TwinCAT XAE "Error List" window.
Syntax
TYPE E_IEC870_5_101FifoDbgFlags:
(
eIEC870_FIFO_DBG_OFF := 0,
eIEC870_FIFO_DBG_PUT := 1,
eIEC870_FIFO_DBG_GET := 2,
eIEC870_FIFO_DBG_ALL := 3
);
END_TYPE
Please note that the debugging output results in higher system load. |
Value | Description |
---|---|
eIEC870_FIFO_DBG_OFF | No debugging output |
eIEC870_FIFO_DBG_PUT | Debugging output when FIFO elements are added |
eIEC870_FIFO_DBG_GET | Debugging output when FIFO elements are removed |
eIEC870_FIFO_DBG_ALL | Debugging output when FIFO elements are added or removed |
Requirements
Development environment |
Target system type |
PLC libraries to be linked (category group) |
---|---|---|
TwinCAT v3.1.4012.0 |
PC oder CX (x86, x64, ARM) |
Tc2_IEC60870_5_10x (Communication->IEC60870) |