Hi,
please find the attached small patch that addresses the follow issues:
- Fix for fragmented read.
Current version threats the response always as an array. That is not the case
when you are reading the maximum object numbers that fit a single fragment + 1.
In that case the "+1" is returned as a simple object. So check like the one
done for normal read should be done.
- In CipCommandSpecificDataRequest.fillBuffer the parameters
routePathLinkedAddress and routePathPort are swapped.
The patch also adds support for reading the STRING datatype using the
SimpleLogixCommunicator class
Original issue reported on code.google.com by marco...@gmail.com on 18 Mar 2014 at 4:10
Original issue reported on code.google.com by
marco...@gmail.com
on 18 Mar 2014 at 4:10Attachments: