1
0
mirror of https://github.com/FreeOpcUa/opcua-asyncio synced 2025-10-29 17:07:18 +08:00
Files
opcua-asyncio/schemas
Fabian Beitler b2302f93cc Replace .format strings with f-strings
Remove unused import statements
Make code more PEP8 conform
2020-06-20 09:10:38 +02:00
..
2020-06-17 12:52:59 +02:00
2020-06-17 12:52:59 +02:00
2018-07-30 11:16:35 +02:00
2020-06-17 12:52:59 +02:00
2020-06-17 12:52:59 +02:00
2020-06-17 12:52:59 +02:00

How to generate Python from UA-Nodeset:

clone/download https://github.com/OPCFoundation/UA-Nodeset.git and copy it into "opcua-asyncio\schemas"
now there should be an "UA-Nodeset-master"-folder in "opcua-asyncio\schemas"

run generate_address_space.py (check for logs or errors)
run ...
run ...

Path to the .pickle file: opcua-asyncio/asyncua/binary_address_space.pickle
Path to the .xml Nodesets: opcua-asyncio/schemas/UA-Nodeset-master/Schema/
Path to the standard_address_space.py files: opcua-asyncio/asyncua/server/standard_address_space/