Siemens PLC gives BadTooManyOperations #543
-
Hey guys I wanted to ask if you have stumbled upon this error before. I'm trying to connect to a Siemens PLC S7-1517 with a little more than 1100 nodes in (currently) one subscription. According to the FAQ it should be performant enough to handle that.
I'm thinking the issue may be the limited capabilities of the PLC in combination with the combined CreateMonitoredItemsRequest and PublishRequest. However, it did work when subscribing fewer than 1000 nodes, so it might be something else. From the FAQ I'm assuming that it handles subscriptions with more than 1000 nodes differently, so that may be the reason why it worked with fewer nodes... idk. Is it possible to suppress or delay this first PublishRequest? Thanks for your input. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 14 replies
-
https://reference.opcfoundation.org/v104/Core/docs/Part4/5.12.2/
how many items in the call? |
Beta Was this translation helpful? Give feedback.
https://reference.opcfoundation.org/v104/Core/docs/Part4/5.12.2/
how many items in the call?
have you tryed to subscribe just a chunk and in another call to add the rest?