Reading Rx3i PLC Arrays via OPC Client

Hey All,
This doesn't make sense why I can read an array of DINTs with a "Double array" Tag Type but not each element of the array "Double" Tag Type. Any thoughts? Please see the attached doc file.

DINT Array.doc (117 KB)

It's entirely up to the server whether each individual array element is represented as its own Node in the address space, and what the syntax of the NodeId identifying that Node might be.

It appears your server does not put the array elements into the address space as their own Node.

Also FWIW, "Double" and "Double Array" mean double as in floating point. You probably want "Int Array" or "Long Array".