Aymen Omri Posted July 1 Share Posted July 1 Hi all, I would like to build a condition that starts when signal1 > 0 and end with signal2 >0. How can I do it please? Link to comment Share on other sites More sharing options...
Seeq Team Selmane Posted July 1 Seeq Team Share Posted July 1 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 More sharing options...
Aymen Omri Posted July 1 Author Share Posted July 1 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 More sharing options...
Seeq Team Solution John Brezovec Posted July 1 Seeq Team Solution Share Posted July 1 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: This can also be specified when using formula: $conditionA.join($conditionB, 10s, true) Link to comment Share on other sites More sharing options...
Aymen Omri Posted July 23 Author Share Posted July 23 Thanks all for the support Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now