Skip to content
Discussion options

You must be logged in to vote

It is a limitation of snap7 library.

At the s7comm protocol level, requests are limited by PDU length, so you need to calculate whether both the request data and the response data fit within the PDU. Additionally, requests should not be long due to the possibility of data changes during the request process.
The limitation on the maximum number of variables is a somewhat lazy elegant way to mitigate risks and simplify the code.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Rahul14189
Comment options

Answer selected by Rahul14189
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants