Question:
How can I set FINS driver to read negative numbers?
Solution:
According to the driver’s manual, N2 parameter’s format is TANN. In this case (N2=0111), data type is either WORD or BIT (depending on command type). To read negative numbers, it must be configured as SHORT (N2=1111).