Replies: 1 comment 1 reply
-
you are welcome! starting with the example is a good idea. a merge request is more than welcome. also
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have been using OPC UA for some time and I have seen that the examples do not have a homogeneous structure and a short introductory description explaining what is searched for each example (apart from the file name itself).
As a new user, it took me a bit to get used to them and my idea with this post is to see if you would like me to review the examples so that they all have a structure as similar as possible and with a small description so new users have it easier.
For example:
_logger.info ('Starting server!')
Is sometimes set and sometimes notasyncio.run (main ())
is used and other timesasyncio.run (main (), debug = True)
So If you want I can open a pull request and start making these little changes to see if they seem good to you.
P.S.: Since I have been using this library, I would like to contribute something. But I know that my level today is not up to being able to implement the OPC UA standard (alarms, XML protocol, session restore...). Even so, I think I could take away simpler jobs like this one that I'm proposing. Or some other task that, even though it is easy, you do not have the time to do it.
Beta Was this translation helpful? Give feedback.
All reactions