vapor-ware / synse-modbus-ip-plugin

Modbus over TCP/IP plugin for Synse
GNU General Public License v3.0
2 stars 3 forks source link

Bulk Read Coils Limit #60

Open MatthewHink opened 4 years ago

MatthewHink commented 4 years ago

Nice to have. Not currently a requirement.

The maximum number of holding registers or input registers that can be read on a bulk read network round trip is 123. Currently so too with coils.

The maximum amount of coils should be 123 * 16 = 1968.

This ticket is to change that limit to 1968, assuming the modbus library handles it.