connect to statemachine loaded from xml-file #1189
PhilWillecke
started this conversation in
General
Replies: 1 comment
-
see #1149 edit: sorry for the delay atm not much time for non paid opensource work ;) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
I am a beginner with OPCUA-asyncio and I am grateful for some support.
I want to build a server that contains a StateMachine. This should behave like a ProgramStateMachine. I already have an xml-file which I import and build my server from (see picture).
Now I want to be able to switch between the states with the methods contained in the StateMachine. Is there a way to connect to the loaded StateMachine?
With the methods this works with link_method so I am looking for something for the StateMachine.
I am grateful for any support or alternative approach.
Beta Was this translation helpful? Give feedback.
All reactions