Jump to content

Building a condition based on one signal for start and an other signal to end.


Go to solution Solved by John Brezovec,

Recommended Posts

  • Seeq Team

Hello Aymen,

You can use the Join option of the composite condition and by excluding the second condition to achieve this.

Let me know if this works for you.

--Selmane

Link to comment
Share on other sites

Hi Selmane and thanks for your feedback :).

Unfortunately in this specific case it won’t work because my first signal can give me 2 capsules before I reached the end condition from my first capsule.

It will be easier to create the condition via a formula i believe.

Link to comment
Share on other sites

  • Seeq Team
  • Solution

When using join, the useEarliestStart argument can be used to control the behavior when there are multiple start capsules before you see an end capsule. Setting to true will result in the longest possible capsule, while setting to false will result in the shortest possible capsule. This option is present in the Composite Condition tool in newer versions of Seeq:

image.png

This can also be specified when using formula: $conditionA.join($conditionB, 10s, true)

Link to comment
Share on other sites

  • 3 weeks later...

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