E_SercosAttribLen

TYPE E_SercosAttribLen : (
    eLEN_2BYTE      := 1,   (* 2 bytes, fixed length *)
    eLEN_4BYTE      := 2,   (* 4 bytes, fixed length *)
    eLEN_8BYTE      := 3,   (* 8 bytes, fixed length *)
    eLEN_V1BYTE     := 4,   (* 1 bytes, variable length *)
    eLEN_V2BYTE     := 5,   (* 2 bytes, variable length *)
    eLEN_V4BYTE     := 6,   (* 4 bytes, variable length *)
    eLEN_V8BYTE     := 7    (* 8 bytes, variable length *)
);
END_TYPE

Requirements

Development environment

Target system type

PLC libraries to include

TwinCAT v2.8.0 Build > 735

PC (i386)

TcIoFunctions.Lib

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