Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Currently the modbus driver would throw an Exception when writing more than one item and/or value in one request
Plc4XModbusProtocol.encodeWriteRequest
This however has to be possible. If the protocol itself doesn't support it, we need to implement some automatic code similar to that of the S7 driver (See: DefaultS7MessageProcessor and the PendingWriteQueue in S7Protocol)