Hi, many thanks for your good videos as always. Can you explain the reason why the regbank 40001 is mapped to reg bank 6x , i think it is misleading would it be better simply to have regbank 60001 to reg bank 6?
Hi Maker, Within this demonstration, we had to map regbank 40001 to the 6X register of our Modbus RTU driver because the 6X register supports Modbus function code 0x06. This function code is compatible with the Modbus server library that we used within the Arduino's application.
Nice work. Really like the GUI. should make one.
Hi, many thanks for your good videos as always. Can you explain the reason why the regbank 40001 is mapped to reg bank 6x , i think it is misleading would it be better simply to have regbank 60001 to reg bank 6?
Hi Maker,
Within this demonstration, we had to map regbank 40001 to the 6X register of our Modbus RTU driver because the 6X register supports Modbus function code 0x06.
This function code is compatible with the Modbus server library that we used within the Arduino's application.
@@WeintekUSATeam.0 i see
Many thanks
Great
can you read 32 bit registers?
Hi Robin,
The HMI's "Modbus RTU, RTU over TCP" driver can read 32-bit registers. However, we did not use 32-bit registers within this application.