Access by name on an array in the PLC
An array, located in the PLC, is to be read by means of a read command. The variable is addressed here by its variable name. The procedure is only slightly different from that for reading discrete variables. The length of the whole array is provided as the length for the function AdsSyncReadReq().
Unpack the 'Accessing an array in the PLC' sample program.