Skip to Main Content
AVEVA Product Feedback


Status No status
Created by Kelsey Bobeck
Created on Aug 25, 2023

Add Continue() Function To Asset Analytics

Similar to the Exit() function, a Continue() function would be very helpful in reducing the calculation load on my analysis service, in this case by not fully executing variables if a condition is true. For example, if I'm evaluating the state of my asset and my first variable determines that the asset is Running, then I don't need to fully process the remaining variables with checks for whether it's comm fail, ready, stopped, or faulted. But I also don't want to exit, because I want to output the Running state. If I had the continue() operation, the next variables could say something like If Running = True Then Continue() Else ...

  • Attach files