Skip to content

Behaviour of get_node #523

Answered by AndreasHeine
Randelung asked this question in Q&A
Mar 30, 2021 · 1 comments · 10 replies
Discussion options

You must be logged in to vote

actually the node class is just a gathering of usefull highlevel methods otherwise you need to make lowlevel calls (like in uaclient). usually in my clients i try to avoid the nodeclass as much as i can because its one request for just one part of information (value, browsename, ...). i prefer to bundle those request and read multiple nodes attributes what so ever in just one request to reduce the network traffic (but check the servers maxnodesperbrowse, etc up front^^)! if you trace your opc ua application you will see a lot of unnecessary requests (at least my oppinion)

a checkup from serverside wouldnt be so costly but from client side... it would be a request to verify the node exist.

Replies: 1 comment 10 replies

Comment options

You must be logged in to vote
10 replies
@Randelung
Comment options

@jmarshall9120
Comment options

@AndreasHeine
Comment options

@jmarshall9120
Comment options

@AndreasHeine
Comment options

Answer selected by Randelung
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants