Replies: 2 comments 1 reply
-
150 subscriptions or 150 monitored items ? a subscription is just a long-polling-like transport mechanism which can have thousands of monitored items (nodes/variables) |
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Using SINUMERIK OPC UA Server not sure who set the 100 subscriptions.
Those above 100 are ignored,
await sub.subscribe_data_change(subscribe_node_list)
If I make two lists the limit is the same, it stops at 100 subscriptions on the server.
I need 150 subscriptions, is that server side or is it somewhere in opcua-asyncio?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions