Jump to content

Creating a Compliance Scorecard


Recommended Posts

  • Super Seeqer

This is a question that came into our Support system today that I thought a number of our users might find interesting. 

Question - I have a signal that is calculating a number of equipment events and I want to create a scorecard with our total compliance to our procedures showing % Compliance per week / month / year

For this example we are going to use the Area A -> Compressor Power example data and create a scorecard judging our compliance with our policy that the compressor has to turn on ever day. 

Step I - Create a metric that measures if you met your compliance requirement. In this case I will use the Signal from Condition tool to calculate the max compressor power per day. 

image.png

Step 2 - Turn your KPI into a daily 0-100% score in Formula. In our case we are going to say that as long as the max KW per day was greater than 1 kW we are going to consider that a complying event. This step will be different for your calculations be the end result need to be a 1-0 signal with a sample for each compliance period (days in this example). Using the pattern 

$signal.min(1.tosignal())

 will clip the signal at 1. The second part of the formula converts things into 0-100% which will make our scorecards looks nice

($signal*100).setunits("%")

image.png

Step 3 - Create the scorecard and average all of your 0-100% samples over the reporting period of interest. The reporting period can be created using the Periodic Conditions tool 

image.png

To create different weekly or yearly compliance simply create another Condition in the periodic condition tool and generate another Scorecard. Multiple scorecards can then be combined into a Topic to create a like updating report that looks a bit like the following using Scorecard thresholds to color the values based on your preferences. 

image.png

Edited by Shamus C
Remove extra screenshot
  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...