Access to V.E.-array element
The access to a element of a V.E.-array is done with a coded string. The string must have the following form:
![]() | Coding of the string<Iindex V.E.-variable> @ <index array element> @ |
Basis of the following example:
The variable A[2] should be read in the 1st channel. The variable ist the second V.E. element and the corresponding index is 2. The entry in the array is the 3rd element.
Programming example Access to a V.E.-array element
IndexGroup = 0x22301
Input : 2@2@ ASCII String coded
Output : dependent to the type of data (24 byte)
datatyp + rest = 24 byte

![]() | The index of the V.E.-variables starts with 1, the index of array elements with 0. |