Replies: 1 comment 1 reply
-
if you came from LabView your statemachine is nothing else as e "case" in "whileloop"! |
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
-
Hello, Does anyone have a very simple state-machine that they have used instaed of if or while statements? I've come from a LabVIEW background where these are used quit a lot but seems quite complicated in python?
Essentailly i have a devices that needs to be polled at different time intervals for different sensors - some are refrehsed every second while others are every 10 seconds, additonally when a process is underway (loading or injecting) you have to poll the device to see if its finished performing the task before you can send another task request. How would this work in an OPC UA server and avoid blocking?
Would a state-machine upset how async works?
Beta Was this translation helpful? Give feedback.
All reactions