T_HFoe

"File access over EtherCAT"-Handle.
The handle must be initialised once before using with the function block  FB_EcFoeOpen. The variables of this structured type can not be written directly.

TYPE T_HFoe :
STRUCT
    sNetID  : T_AmsNetId := '';
    nPort   : T_AmsPort := 0;
    handle  : UDINT := 0;
    eMode   : E_EcFoeMode := eFoeMode_Write;
END_STRUCT
END_TYPE

Requirements

Development environment

Target system type

PLC libraries to include

TwinCAT v2.10.0 Build > 1307 or higher

PC or CX (x86)
CX (ARM)

TcEtherCAT.Lib
( Standard.Lib; TcBase.Lib; TcSystem.Lib, TcUtilities.Lib are included automatically )