I am trying to read a string tag value from my Omron PLC. The tag has following value in it.
DEFK816
But on Ignition I am only getting "DEFK81", it means 6 characters are coming but in actual there are 7. Only getting even number quantity.
The address I am using on tag is
I tried all the ways of using String10/String7/String15 but no success. Please guide.