So trying to read values out of an INT table from a PLC5. The positive values all read fine but if we try to read a negative integer value we get the wrong data in VT, usually a value of 6553. To get around this we just did a MOV from INT to a FLT and it reads fine again.
What would be the limitation of reading negative integer values?
So trying to read values out of an INT table from a PLC5. The positive values all read fine but if we try to read a negative integer value we get the wrong data in VT, usually a value of 6553. To get around this we just did a MOV from INT to a FLT and it reads fine again.
What would be the limitation of reading negative integer values?