OMRON FINS TCP Strings

Hello!

I cannot read strings using OMRON FIND TCP driver. All the rest of the data types (bits, floats, integers) are read fine.
The addresses given by the manufacturer of the machine are:

image

This is what I have in Devices connection configuration table:

Tried all the data type modifiers, but no luck.
Any hints?

Regards,

Well, for starters, those columns are “Path”, “Address”, and "Description…

So you probably want D<String20>5000 and D<String20>5020 in the address columns.

In the “Path” column it’s typical to give the tags a recognizable name and path, and not to include the device name in brackets like that.

Thank you, Kevin! Fixed!