Modbus Float Inverse
I've configured the modbus example successfully, and am able to read data from the device registers.
I'm new to modbus, but I understand that it was originally designed for 16-bit data types, so to implement a Float, we need to use two registers in conjunction. The order of the registers is not specified in the modbus standard, so sometimes the high-order bytes are first followed by the lower-order bytes. Other times the reverse is true.
The example ThingWorx provides contains support for Float, but not it's inverse (that I can tell).
The device I'm connecting to is sending the inverse of what ThingWorx is supporting currently
What are some options?
Thank you, Andy
Update
Turns out we're able to remap the registers on the hardware side, so this isn't an issue. I assume the situation could arise, so if anyone has input, I'd appreciate it.

