pymodbus icon indicating copy to clipboard operation
pymodbus copied to clipboard

Modbus simulator configuration is too complicated.

Open janiversen opened this issue 2 years ago • 0 comments

Change the simulator datastore configuration to be more like a memory layout

1 big block if shared 4 blocks (standard modbus blocks) if not shared 2 blocks (register and coils) if grouped

Then inside the register block(s) declare the type (int32 etc).

janiversen avatar Jun 05 '23 18:06 janiversen