E_IEC870_5_101FifoDbgFlags
Debug output flags. If the debug output is activated, the ASDU hexbytes are logged in the TwinCAT System Manager logger window.
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 regard that the debug output creates a higher system load. |
Value | Description |
---|---|
eIEC870_FIFO_DBG_OFF | No debug output |
eIEC870_FIFO_DBG_PUT | Debug output when adding the Fifo elements |
eIEC870_FIFO_DBG_GET | Debug otuput when removing the Fifo elements |
eIEC870_FIFO_DBG_ALL | Debug output when adding und removing the Fifo elements |
Requirements
Development Environment | Target System | PLC libraries to include |
---|---|---|
TwinCAT v2.9.0 Build >= 1030 | PC or CX (x86) | TcIEC870_5_101.Lib ( Standard.Lib; TcBase.Lib; TcSystem.Lib; TcUtilities.Lib; are included automatically ) |
TwinCAT v2.10.0 Build >= 1301 | CX (ARM) |