SciFiDryer / ModbusMechanic

Cross platform GUI MODBUS TCP/RTU simulator & gateway. Interprets data types including ascii float and int.
Apache License 2.0
158 stars 14 forks source link

Using hide zero option also hides negative Float entries #21

Closed kommando828 closed 7 months ago

kommando828 commented 8 months ago

In the register scanner when you select the 'Hide Zero Value Registers' option not only Zero value registers are hidden but also some registers where the value is negative. See attached screenshots, the Float with negative values are hidden. Screenshot (5) Screenshot (4)

SciFiDryer commented 8 months ago

Thanks for reporting these kinds of issues. Testing feedback from the community is very helpful. This is fixed in e4ac86f.

SciFiDryer commented 7 months ago

This fix is built in to version 3.0 which has just been released. There is also a search filter to find specific register values.

kommando828 commented 7 months ago

Ver 3.0 tested and confirmed as working, thanks for sorting the issue.