Please help me understand the MODBUS Component,
from the above it seems that the MODUS Analog registers(variables) are always at address 40001 correct?
Then if my device specify a certain register to be at address 505 as shown below
I enter the address of 0x1F9 in the function ReadHoldingRegister() then the console show Address 506 which is incorrect, if I enter 0x1F8 this address with offset 1 then it shows correct as below. Is this how I should enter the address format device address - 1
Secondly does all MODUS devices have the Variable located at address 40001 this in my case the 505 is as shown in the console 40505 This is a concern for me can you help me to understand it
Does this RegisterCount value count in Bytes or Register values (which is 2 Bytes) ??
Thanks for helping out I appreciate you guys valuable input
