1
0
mirror of https://github.com/FreeOpcUa/opcua-asyncio synced 2025-10-29 17:07:18 +08:00
opcua-asyncio/schemas
..
generate_address_space.py
generate_event_objects.py
generate_ids.py
generate_model_event.py
generate_model_from_nodeset.py
generate_protocol_python.py
generate_statuscode.py
generate_uaerrors.py
README.md
StatusCodes_add.csv
uaprotocol_auto_add.py
update_ua_nodeset.py

How to update the UA-Nodesets from the OPC Foundation

  1. Have a working internet connection (otherwise it will regenerate the old set or fail)
  2. run update_ua_nodeset.py
  3. That's it

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/

##Warnings: