Running server with xml file exported from Simatic for testing clients #1500
Unanswered
ChrisDAT20
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Simatic XML are not valid to the spec. Thats why we added a optional parameter to ignore errors in the nodes. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Same problem in here, did you find any workaround? |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am new to OPC-UA and seem to struggle understanding how to properly run the server with an XML I got from a PLC engineer. He exported this file from his Simatic environment.
When I run the simple server example and add the .import_xml() function, the following error is thrown:
The node in question does not have a parent node id:
Are there more XML files to be imported first in order to provide all definitions for the Simatic XML file to be importable?
Or am I trying something which is not supposed to work at all?
Thanks a lot.
Beta Was this translation helpful? Give feedback.
All reactions