The code seems to be very well done. i am newbie for modbus protocol. can multiple 32 bit integer registers be write and read? how can i do that?
Anonymous
You seem to have CSS turned off. Please don't fill out this field.
Hi,
at the moment you can use the static method
static Int32 ConvertRegistersToDouble(int[] registers) to convert two 16 Bit Registers to 32 Bit value.
Maybe it would be helpfull to convert multiple registers. I will think implement that in the next version.
Stefan
The code seems to be very well done. i am newbie for modbus protocol. can multiple 32 bit integer registers be write and read? how can i do that?
Hi,
at the moment you can use the static method
static Int32 ConvertRegistersToDouble(int[] registers) to convert two 16 Bit Registers to 32 Bit value.
Maybe it would be helpfull to convert multiple registers. I will think implement that in the next version.
Stefan