E_MA_ElementTypeCode

TYPE E_MA_ElementTypeCode :
(
    eMA_TypeCode_NONE      := 0,     (* Internally used. *)
    eMA_TypeCode_BYTE      := 2,
    eMA_TypeCode_CHAR      := 3,
    eMA_TypeCode_WCHAR     := 4,
    eMA_TypeCode_BOOL      := 5,     (* Boolean type. *)
    eMA_TypeCode_INT16     := 6,
    eMA_TypeCode_UINT16    := 7,
    eMA_TypeCode_INT32     := 8,     (* Used e.g. for classification results. *)
    eMA_TypeCode_UINT32    := 9,
    eMA_TypeCode_INT64     := 10,
    eMA_TypeCode_UINT64    := 11,    (* 64-bit long unsigned. Use  for statistical counters. *)
    eMA_TypeCode_REAL      := 12,    (* Unsupported: 32-bit floating point type. *)
    eMA_TypeCode_LREAL     := 13,    (* Standard floating-point type. *)
    eMA_TypeCode_LCOMPLEX  := 15,    (* Standard 128-bit complex type (real part first). *)
    eMA_TypeCode_SPUNKNOWN := 22,    (* Used for TCOM Pointers. *)
) UDINT;
END_TYPE

Requirements

Development environment

Target platform

PLC libraries to include

TwinCAT v3.1.4022.25

PC or CX (x86, x64)

Tc3_CM_Base