-
Notifications
You must be signed in to change notification settings - Fork 367
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
Using latest http://opcfoundation.org/UA/ nodeset 1.05.02 #1449
Comments
Your question is a bit unclear, an example for the sync layer -> https://github.com/FreeOpcUa/opcua-asyncio/blob/master/examples/sync/server-example.py If you just want to import a nodeset with the sync layer, I hope this snippet helps you here.
|
With the risk to misuse your patience, Alexander, here two tests - one, which I built based on the async server example and reduced to the essence, and another, I built based on your hint to the sync example. When I try to import the latest UA spec (1.05.02, included in the test), the following error appears in both cases: Why I am trying to do this: the included "Machinery Basic Building Blocks_749922466.xml" requires the latest It appears that the internally used http://opcfoundation.org/UA/ is 1.05.01. Thanks. Plamen |
First you can't import the the UA spec, because all nodes are already loaded. |
Many thanks, @schroeder- . I adjusted the nodeset to use 1.05.01 and everything is working fine now. |
Hello. Do you know if there is some version using pip install to update asyncua package with embedded OPC UA model version 1.05.02? maybe there is some date to put in "production" this new version that implements more recent OPC UA base model (1.05.02)? Thanks in advance! |
the MR is here: #1444 |
That first line was an eye opener. Could you point me to documentation which specifies it? I was "blindly" collecting all the dependencies of a custom NodeSet and always had trouble; some because of failing to import 1.0.5.02. |
@SnoopAir as @oroulet pointed out the UA 1.05.2 update for |
Dear community,
this is a copy / extended question from the wrongly created issue in FreeOpcUa/python-opcua#1525 (comment). @schroeder- , many thanks for your hint. Indeed, I am using opcua-asyncio,can load many specs based on the included 1.04 spec and run my server, based on the examples you provided.
WOuld you be so kind and provide me with an example how to use the wrapper in order to import the file from https://reference.opcfoundation.org/api/nodesets/2.
Thanks in advance.
Plamen
The text was updated successfully, but these errors were encountered: