I want to read Modbus register 62257 value from Holding Register (Function Code 3) with Unsigned16 (U16) data type. How can I write a register address for this with VTScada Modbus Driver?
Driver: VTScada Modbus Compatible Driver
Function Code: FC3
Group: Holding Register
Register Number: 62257
Data Type: U16 (Unsigned16)
Can you please suggest me a Read Address on which I can read the value?
I have tried with 62257/UWord & 462257/UWord but on both, I can not get the values that I want.
(In the Modpoll simulator I can able to read register number 62257 with FC3)
I want to read Modbus register 62257 value from Holding Register (Function Code 3) with Unsigned16 (U16) data type. How can I write a register address for this with VTScada Modbus Driver?
Driver: VTScada Modbus Compatible Driver
Function Code: FC3
Group: Holding Register
Register Number: 62257
Data Type: U16 (Unsigned16)
Can you please suggest me a Read Address on which I can read the value?
I have tried with 62257/UWord & 462257/UWord but on both, I can not get the values that I want.
(In the Modpoll simulator I can able to read register number 62257 with FC3)
edited May 2 '23 at 9:38 am