Modbus - Reading bits in reverse bit order?

Is there any way to force a device to read register bits in reverse order? i.e. set bit 15 to the LSB and bit 0 to MSB so that when HR153 = 1, HR153.15 is ON and the rest are OFF?

I'm trying to using Ignition as a tag browser to aid in testing another garbage SCADA platform that makes this a significant challenge, however it's reading modbus registers in reverse bit order. I didn't see that as an option in the device settings; there's reverse word order or 32bit registers, but not reverse bits.

@Kevin.Herron?