Robust Automation with Busy record

Let’s consider a common scenario in control system development: You’ve created an automation feature that orchestrates multiple devices via channel access. The sequence of actions is simple, but you must ensure that each step begins only after the previous one has completed successfully. How can you achieve this reliably? Here are three options: Execute a step and wait some time before executing the next one. Execute a step and poll the device to check if the step has been finished Use the native Channel Access feature - putNotify to do the job....

August 22, 2024 · 4 min