Using Asyncua and pyserial #1680
Unanswered
ingdesarr1
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good morning.
I am developing an application to control a process through opc-ua. I need to read multiple weight controllers through serial ports. Currently, I make the connection and read the weight through threads, but if I am connected and reading, sometimes an error is generated in the opc-ua server connection. For reading the variables by opc-ua, I am making the subscription through the class and the datachange_notification.
I would like to know what would be the best way to work with asyncua and pyserial to prevent the reading of data from both processes from being hindered or generating errors between them.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions