Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 2.25 KB

File metadata and controls

27 lines (23 loc) · 2.25 KB

Output

This repository aims to provide the complete package for running any Industrial Alarm and Events Reporting using OSISoft PI-AF SDK and Microsoft SQL Server.

If the implementation is successuful, then this repository should return an email notification to 2 different group of users on a daily baisis for all different plant areas.

The email notification will contain the top 10 highest alarm and events occurence for each plant areas.

The output is an email notification with a subject, a title, a time frame reporting, some statistical tables under HTML format as e-mail body.

Other Dependencies

We assume that the users running this application use OSISoft PI System to capture their alarm and events tags.

And the structure of the alarm and events tags value is a simple string concatenation separated by a pipe and as followed:

[Source]|[EventCategory]|[Condition]|[SubCondition]|[Severity]|[Message]|[ActorID]|[Enabled]|[Active]|[Ackd]|[AckReqd]|[Quality]

Implementation

Open the solution named AlarmEvents.sln using Microsoft Visual Studio and perform all required change to fit your case such as:

Name of SQL Server instance, your sa password, OSISoft PI server connection if you are not using the default PI server...

Then publish your standalone project into your desired location.

Run all SQL Queries found in SQL Folder to configure your Jobs, Stored Procedures, SQL Tables and your SQL Views.

Please feel free to edit the SQL queries to match with your case (Job schedule, Plant area name, Field to skip as object excursion, Email users,...)

That's it! good luck :)

Guarantee

This project is expected to run on a daily basis to send an email notification to a certain group of users.

(Process Engineers, Instrumentation Engineers, Process Safety Team...) regarding the Top 10 Alarm and Events Hit List retreived from an Industrial Metal Extraction Plant.

This project runs for more than 1 year without any interruption nor Human action to run in our environment.

There is, unfortunately, no guarantee that it will work in your environment.

So kindly, feel free to commit and/or send your contribution.

Mamy.