How to grab Array values from OPC address?

How do i grab an array from an OPC address directly?

image

The above picture does not produce any good results, and ive also tried removing the :16 but the results to not change
image

in the plc i have a value on each address/array element, and nothing shows up :confused:

The Modbus driver (and most of the others) doesn’t support addressing arrays. You’ll have to make a tag per element. The driver will optimize this away and just make one request, so no efficiency lost there.

1 Like