I have read what should be an 32 bit unsigned data packed from a flow computer. But the OMNI data driver can only read 32 bit IEEE floating point data in the area that the 32 bit packet exist. I tried moving the 32 bit data to a lower point in the flow computer but that point only see's the 32 bit data as signed binary and therefore alters how the data is handled. I transfer the data to MODBUSSlave so that I can access individual bits, which works perfectly well for positive values, but as soon as the data pattern becomes effectively negative, all the dat point I want become 2s complimented. Is there a way in Lookout to calculate 2s compliment.
Derek