Anyone know of a way to get badc data from some modbus registers without crazy scripting?

I think a few fields coming out of this device are in mid-big endian unsigned as a fix point number, at least analyzing the hex makes it seem that way. Other values are just word reversed. I’m thinking I can script it by rearranging the bytes myself, but was wondering if there was a way in the software to do it for me.Thx, jake

Have you looked at the reverse word order setting on Ignition’s driver. And have you tried the HRI, HRUI, and/or HRF type codes in your OPC items?

Yeah, all those, nothing seems to put the bytes in the right order.Thx, jake

Share the details.