Jump to content

Total capsule duration when running during certain period


Recommended Posts

Hi All,

 

I want to calculate total duration of running machine between strainer replacement.

I am trying with formula below but getting error.

$series.setMaximumDuration(500day).aggregate(totalDuration("h"), $capsules.setMaximumDuration(500day), startKey(), 500day).toStep()

 

Note:

Purple capsule is a running condition

Yellow capsule is a time range between strainer replacement

Red capsule is a strainer replacement period

image.thumb.png.14bf1dd87dfe4e58b44e3cac7f9aa0e3.png

Link to comment
Share on other sites

  • Seeq Team

Since you already have identified:

  • When the equipment is running (Purple Condition)
  • Time periods that you want to aggregate within (Yellow Condition)

We should be able to accomplish this with a single Signal from Condition, using the 'Equipment Running' condition as the selected condition, total duration as the statistic, and the 'Time Between Replacement' condition as your bounding condition. The setup should look something like this:

image.png

If you prefer to do it in formula, the equivalent would be:

$equipmentRunning.setMaximumDuration(500day).aggregate(totalDuration("h"), $timeBetweenReplacement.setMaximumDuration(500day), durationKey())

If you still get an error from that let me know what it is.

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