E_CoE_0x10F3_DiagHistory_BufferMode

The Buffer Mode determines how the EtherCAT slave behaves with regard to its error memory. The messages are stored in the form of a ring buffer.

TYPE E_CoE_0x10F3_DiagHistory_BufferMode :
(
UNKNOWN,
OverwriteMode,
AcknowledgeMode
) USINT;
END_TYPE

Value

Description

OverwriteMode

In Overwrite Mode, the oldest messages are always discarded if the ring buffer is full.

AcknowledgeMode

In Acknowledge Mode, if the ring buffer is full, the oldest acknowledged messages are discarded. If only non-acknowledged messages are in the list, these remain and the latest incoming messages are discarded.
If messages are acknowledged with the function block input bAck, they can be overwritten by new messages.