ClassicDIY / ModbusTool

A modbus master and slave test tool with import and export functionality, supports TCP, UDP and RTU.
Apache License 2.0
673 stars 201 forks source link

PR from thoblerone/ModbusTool #16

Closed graham22 closed 4 years ago

graham22 commented 4 years ago

I had the specific need to have the modbus registers represent 32 bit flow values according to the IEEE-754 standard, where two adjacent registers are combined to hold a given value. Thus in this mode, only every second register can be used. I added polling option to the master, allowing automatic refreshes at a configurable rate. I fixed an issue that it was not possible to enter the start register in hex format (just a missing ‘else’ on line 36 and 62 of DataTab.cs) I fixed an issue that the start register address for the initial tab is no applied unless you change the tab And finally I followed a creative streak to have more intuitive program icons 😊