Working between Floating Point and Int. data types

It's perfect!! Right on the money. Scale head is reporting 15765 and debug:
image

Thanks again

I am not sure you need to the function node at all. As an experiment replace the function node I posted with a Change node configured as below, basically it just moves the buffer into the payload and passes it on the conversion function. The conversion function will accept a buffer, though I haven't checked the bytes are in the right order. If it doesn't work then go back to the function node.
image

This seems to give me:

image

from the IEEE-754 to float function.

OK, I see what is happening and it needs a function to fix it, so best to stick with the one that works.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.