Hey Brandon,
I'm having a bit of trouble understanding exactly where you're having issues here. From what I read, you are trying to read a string value from your PLC into VTScada. If you reference the PLC watch table you can see 2565 as the decimal value for the register and is you watch register DB 10 as a CHAR you get the part type (FW)?
Can you confirm that you can read the register as a numeric value in VTScada? Does that value align with what you would expect? If not, it is likely that you need to read more bytes (ie: the adjacent register as well).
Can you also confirm your expected string output? I'm having a bit of trouble figuring out what you're expecting 2565 to resolve to. A bit more details on what you are seeing and what you are expecting would be helpful.
You should be able to read the string directly from the PLC though we can do something to modify it in the software in the case this does not work for some reason.
Hey Brandon,
I'm having a bit of trouble understanding exactly where you're having issues here. From what I read, you are trying to read a string value from your PLC into VTScada. If you reference the PLC watch table you can see 2565 as the decimal value for the register and is you watch register DB 10 as a CHAR you get the part type (FW)?
Can you confirm that you can read the register as a numeric value in VTScada? Does that value align with what you would expect? If not, it is likely that you need to read more bytes (ie: the adjacent register as well).
Can you also confirm your expected string output? I'm having a bit of trouble figuring out what you're expecting 2565 to resolve to. A bit more details on what you are seeing and what you are expecting would be helpful.
You should be able to read the string directly from the PLC though we can do something to modify it in the software in the case this does not work for some reason.
Trihedral Engineering Ltd.