FreeOpcUa / opcua-asyncio

OPC UA library for python >= 3.7
GNU Lesser General Public License v3.0
1.04k stars 346 forks source link

Question regarding OperationsLimitsType #1551

Closed yujia21 closed 5 months ago

yujia21 commented 5 months ago

Based on my understanding, clients making ReadRequests has to have nodesToRead that are smaller than MaxNodesToRead defined in https://reference.opcfoundation.org/Core/Part5/v104/docs/6.3.11, together with other operation limits for other requests.

However I do not seem to find this implementation in this library as for the read example, there is no check on the length of nodes passed in either read_values or read_attributes of client and read_attributes of ua_client.

Did I miss something?

AndreasHeine commented 5 months ago

that is something you need to implement yourself!