ornl-epics / etherip

Java lib. for Ethernet/IP (AllenBradley ControlLogix, Compact Logix PLCs)
Eclipse Public License 1.0
111 stars 69 forks source link

Add variants of readTags that split large number of tags in multiple multi read requests #20

Closed spelletier closed 6 years ago

spelletier commented 6 years ago

The number of request in a single message is limited by the request and response packet size (about 500 bytes of Logix 5000). This allows reading large number of tags in a single call from the client code by auto spliting the array in multiple reads and merge all the responses in a single return array.