You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@plc4x.apache.org by "chrisdutz (via GitHub)" <gi...@apache.org> on 2023/02/08 12:25:28 UTC

Re: [I] [Bug]: plc4c s7 -->many tags in one request will not response (plc4x)

chrisdutz commented on issue #791:
URL: https://github.com/apache/plc4x/issues/791#issuecomment-1422514290

   PLC4C was always intended to be a super small implementation of PLC4X drivers, aimed at super tiny embedded computers. For the sake of the size of these drivers, the PLC4X drivers don't have the same set of features the full blown drivers in Java and Go have. 
   
   One of the features the C version is missing, is the query-optimizer, that takes care of transparently splitting up large plc4x requests into multiple smaller S7 requests. How this splitting is done, depends on the type of S7 and the corresponding PDU size. 
   
   When using PLC4C you will have to manually ensure the PDU size of your PLC is not exceeded manually and you'll have to execute multiple separate requests.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org