You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I created a model with opcua-modeler and load it with my own code: async def main(): # setup our server server = Server() await server.init() await server.import_xml("handler-modell2.xml") await server.load_enums() await server.load_type_definitions()
but the custom structure i created is not regenerated
I see that model_manager uses _show_structs() to recreate these.
What is the right way to do this on my initialization code?
The text was updated successfully, but these errors were encountered:
Hi
I created a model with opcua-modeler and load it with my own code:
async def main(): # setup our server server = Server() await server.init() await server.import_xml("handler-modell2.xml") await server.load_enums() await server.load_type_definitions()
but the custom structure i created is not regenerated
I see that model_manager uses _show_structs() to recreate these.
What is the right way to do this on my initialization code?
The text was updated successfully, but these errors were encountered: