Skip to Main Content
AVEVA Product Feedback


Status No Status
Created by Guest
Created on Aug 20, 2022

Add support to create custom AFAnalysisRule plugins

I would like to create a custom AFAnalysisRule that allows us to leverage the resources on the PI Analysis Service to perform calculations that the Analysis Service currently cannot perform. These calculations include matrix operations, array operations, and looping.
  • Attach files
  • Guest
    Reply
    |
    Aug 20, 2022
    We hope to be able to take advantage of the AFAnalysis component. It has dedicated server ressources in our datacenter, a native scheduling system and a network context already set with all other PI components. Developing an external component with AFSDK needs to implement all this context again. AFAnalysis is great but lacks of expressiveness. Complex and highly interconnected calculations often need specific optimizations regarding data requesting (OK : custom AFDataReference are supported) and data structure manipulation (KO : custom AFAnalysisRule are NOT supported).