AutomationSoftware

HMI Test App using libmodbus and Qt [modification of QModBus]

This demonstrates using QModBus as a foundation to create a HMI screen. I used the code from QModBus and moved the functions to read values into the timer, which I set at 200msec so it had a decent scan rate without overloading the CPU. Next I made buttons to call functions to send values to the PLC.