2/28/2019 4:23 PM | |
Joined: 10/1/2013 Last visit: 3/27/2025 Posts: 605 Rating:
|
Hi Yaouankiz, thanks for your effort. Did you already know the measurements provided by Siemens? Check out that page, there's a category for OPC UA: By the way: You can definitely read or write data much faster than 100ms response time. It looks like you either use subscriptions or you've locked your minimum cycle time to 100ms. It also looks like you were reading those 70 REAL values one after another (sure that takes a long time), but It's possible to read them in one request. |
This contribution was helpful to
1 thankful Users |
2/28/2019 5:30 PM | |
Joined: 10/1/2013 Last visit: 3/27/2025 Posts: 605 Rating:
|
Well, this depends on the OPC UA implementation of your client. But OPC UA in general is able to provide multiple read/write operations within one request even though every node has it's own node ID. I'm quite sure these 100ms are caused by the implementation of your client. For example reading just one value should be done in less then 10ms if the server or the network are not overloaded. I also advice you to use the free demo client from unified automation. It's a nice to handle tool for such things. It has a build in performance analysis function. |
Last edited by: Owei at: 2/28/2019 5:32:17 PM |
|
This contribution was helpful to
1 thankful Users |
Follow us on