Jump to content

Track step change in scatter plot


Recommended Posts

  • Seeq Team

Hi Tranquil - While not specific to XY plot, Seeq does have formulas that help you detect step changes in signals.  If you are looking for changes in the samples coming in, I would suggest you explore the

runningDelta()

formula, which compares sample-by-sample changes.  For instance, if you want to generate a "Step Change Condition" whenever the change in signal is greater than 3, you could write it as:

abs($signal.runningDelta())>3

Once the condition is generated, you can filter your XY plot by that condition. 

To count the number of changes for a time period, you can apply a Signal from Condition or Scorecard Metric to count up the number of step changes. 

Example of a Simple Metric:

image.png

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...