Record Alarm Setpoint history in external database (PI?)

I've got a customer, that wants to have their alarm setpoints (H, HH, L, LL, etc.) from System Platform and Enterprise SCADA (they run both) stored in PI, or some other external database. They also want to keep a history of these setpoints. I'm assuming I can expose these via OPC DA and pull them in with a PI interface, but that would be an insane amount of tags for data that rarely changes. The only alternative I can think of is periodically querying the SQL backend and saving anything that's different. I don't know if there's a way to say "give me all setpoints changed since x time". Has anyone done this before? Any ideas how I can accomplish it? Thanks!

Parents
  • Hi Damon, I’m familiar with System Platform and Pi , so I’ll give my idea based on this and same could be replicated to Enterprise SCADA. You can write the alarm in System Platform to trigger a REST API put request into Aveva Pi using Pi System Access . This will be event driven. Within System Platform embed the alarm to provide setpoint in the alarm comment. Using Pi Asset framework you could pick this element . All the above can be done using templates and then easily do instances from them

Reply
  • Hi Damon, I’m familiar with System Platform and Pi , so I’ll give my idea based on this and same could be replicated to Enterprise SCADA. You can write the alarm in System Platform to trigger a REST API put request into Aveva Pi using Pi System Access . This will be event driven. Within System Platform embed the alarm to provide setpoint in the alarm comment. Using Pi Asset framework you could pick this element . All the above can be done using templates and then easily do instances from them

Children
No Data