Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple node read for Client #1426

Closed
2 of 7 tasks
techdevop opened this issue Dec 1, 2017 · 3 comments
Closed
2 of 7 tasks

Multiple node read for Client #1426

techdevop opened this issue Dec 1, 2017 · 3 comments

Comments

@techdevop
Copy link

techdevop commented Dec 1, 2017

Description

Multiple node read in a single request from a client to the server

Background Information / Reproduction Steps

I have been doing a single read request by using the UA_Client_readValueAttribute() API (Ex: UA_Client_readValueAttribute(client, UA_NODEID_STRING(1, "variable"), &value)) from the open62541 client to server.

Suggest me the best way to do a multiple read of nodes from the client to server

Checklist

Please provide the following information:

  • open62541 Version (release number or git tag): master
  • Other OPC UA SDKs used (client or server):
  • Logs (with UA_LOGLEVEL set as low as necessary) attached
  • Operating system: Ubuntu14.04
    • Wireshark network dump attached
  • Self-contained code example attached
  • Critical issue
@jpfr
Copy link
Member

jpfr commented Dec 1, 2017

Use the standard read service.

UA_Client_Service_read(UA_Client *client, const UA_ReadRequest request) {

@jpfr jpfr closed this as completed Dec 1, 2017
@Pro
Copy link
Member

Pro commented Dec 1, 2017

Crosspost with:
https://stackoverflow.com/q/47591339/869402

@techdevop please avoid crossposting in the future.

@lock
Copy link

lock bot commented Jul 19, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Jul 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants