MODBUS Read status relay of DDC to IOT 2050

I have a project.
Read status RELAY of DDC to IOT 2050. when I read it, the value is error, not 1 or 0. Even though I wrote a convert float 32 function but it still doesn't work. Can anyone help me write a convert function?
The data type of RELAY is float swapp 32.

You can simply use https://flows.nodered.org/node/node-red-contrib-buffer-parser

It is designed for this kind of task.

can you help me tomorrow?
Tomorrow, I will send you the debug error reading image.
See you soon

what about int value?
buffer-parsse can?

Yes, int8, uint8, int16, uint16, int32, uint32 - pretty sure all bases are covered!

I fixed it.
Thank you