E_LON_nv_type_category_t

Used by: SNVT_nv_type

TYPE E_LON_nv_type_category_t :
(
  eLON_NVT_CAT_NUL            := -1,
  eLON_NVT_CAT_INITIAL        := 0,
  eLON_NVT_CAT_SIGNED_CHAR    := 1,
  eLON_NVT_CAT_UNSIGNED_CHAR  := 2,
  eLON_NVT_CAT_SIGNED_SHORT   := 3,
  eLON_NVT_CAT_UNSIGNED_SHORT := 4,
  eLON_NVT_CAT_SIGNED_LONG    := 5,
  eLON_NVT_CAT_UNSIGNED_LONG  := 6,
  eLON_NVT_CAT_ENUM           := 7,
  eLON_NVT_CAT_ARRAY          := 8,
  eLON_NVT_CAT_STRUCT         := 9,
  eLON_NVT_CAT_UNION          := 10,
  eLON_NVT_CAT_BITFIELD       := 11,
  eLON_NVT_CAT_FLOAT          := 12,
  eLON_NVT_CAT_SIGNED_QUAD    := 13,
  eLON_NVT_CAT_REFERENCE      := 14
)
END_TYPE

eLON_NVT_CAT_NUL: Invalid Value

eLON_NVT_CAT_INITIAL:

eLON_NVT_CAT_SIGNED_CHAR: 8-bit signed character

eLON_NVT_CAT_UNSIGNED_CHAR: 8-bit unsigned character

eLON_NVT_CAT_SIGNED_SHORT: 8-bit signed integer

eLON_NVT_CAT_UNSIGNED_SHORT: 8-bit unsigned integer

eLON_NVT_CAT_SIGNED_LONG: 16-bit signed integer

eLON_NVT_CAT_UNSIGNED_LONG: 16-bit unsigned integer

eLON_NVT_CAT_ENUM: 8-bit enumeration

eLON_NVT_CAT_ARRAY: Array

eLON_NVT_CAT_STRUCT: Structure

eLON_NVT_CAT_UNION: Union

eLON_NVT_CAT_BITFIELD: Bitfield

eLON_NVT_CAT_FLOAT: 32-bit IEC 60559 (IEEE 754) floating-point value

eLON_NVT_CAT_SIGNED_QUAD: 32-bit signed integer

eLON_NVT_CAT_REFERENCE: Reference type

Requirements

Development Environment

TwinCAT 3 PLC library to be integrated

TwinCAT from v3.1.4020.14

Tc2_LON from 3.3.4.0