Word to integer conversion

Is there a way to read a word from the PLC,convert and display it as an integer on a label for instance?

What kind of conversion do you need? What type of PLC? (Most drivers offer various built-in word conversions…)

Its a Siemens 1513F-1 . I read the tag through kepware in ignition perspective.

I don’t know the Kepware driver, but a word in a Siemens PLC is simply an unsigned integer with a range from 0 to 65535. There should be no need for a conversion unless you configured it as signed in Kepware.

1 Like