Jump to content

Recommended Posts

  • Seeq Team

Background

In this Use Case, a condition was created to identify when a compressor is running.  Let's say I'd like to extend each capsule in this condition so that instead of ending when the compressor turns off, it ends when the next compressor running capsule starts.

image.png

Method

The method used depends on the Seeq version.

Seeq R21.0.42 and Later

Version R21.0.42 introduced the .growEnd() operator; this operator grows capsules in in a condition by extending the end until the start of the next capsule.  

image.png

Earlier Versions (Before R21.0.42)

1. First, create a condition that is the inverse of the Compressor Running condition.  This can be achieved using the .inverse() function in Formula

image.png

2. Next, extend each Compressor Running capsule so that they overlap with the Downtime capsules.  This is achieved using the .move() function in Formula.

image.png

3. Finally, combine the Downtime and Compressor Running - Extended conditions use the union logic in the Composite Condition tool.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...