Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA Enterprise SCADA Execution Pipeline API Reference

Performance considerations when working with the Execution Pipeline Application Programming Interface (API)

Performance considerations when working with the Execution Pipeline Application Programming Interface (API)

  • Execution Pipeline steps should complete quickly. Steps should have short and predictable execution times.
  • Execution Pipeline steps should be written to minimize locking of the RealTime database (RTDB). New locks should only be taken within their required scope and should be released when they are no longer needed. 
  • Execution Pipeline steps should not make use of Thread.Sleep() or similar methods that suspend thread execution.
  • Any exceptions that might be raised by the step should be caught and handled gracefully within the step.
TitleResults for “How to create a CRG?”Also Available in