ArrayValue (STRUCT)ΒΆ
TYPE ArrayValue : STRUCT
Description of a (multi dimensional) ARRAY
type
- InOut:
Name
Type
Comment
eType
base type of the array
pValue
POINTER TO BYTE
target location of the first element of the array
udiSize
UDINT
(max) size of the base type.with the exception of the types[UWX]?STRING
this value is calculated by the library.pudiDimensionSize
POINTER TO UDINT
The size of the dimensions
udiDimensionCount
UDINT