You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am thinking of using this opc ua library for a commercial project at work. We need to pass data to and from the PLC as fast as possible. Our experience has shown that it is faster to do this with write objects rather than looping through a list of single nodes with a write command for each variable.
So is it possible to read and write extension objects, and if so, is there an example? I would appreciate an example, as in my experience it is not always self-explanatory like reading and writing single variables.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello people,
I am thinking of using this opc ua library for a commercial project at work. We need to pass data to and from the PLC as fast as possible. Our experience has shown that it is faster to do this with write objects rather than looping through a list of single nodes with a write command for each variable.
So is it possible to read and write extension objects, and if so, is there an example? I would appreciate an example, as in my experience it is not always self-explanatory like reading and writing single variables.
Greetings
Max
Beta Was this translation helpful? Give feedback.
All reactions