Jump to content

Recommended Posts

Posted

I have a signal that outputs ID numbers, but sometimes outputs the same ID multiple times. 
 

Is there a way I can delete, reccuring outputs?

 

Thanks,

Rohan

  • Seeq Team
Posted

There is a quick little trick to do this by combining two formulas together

$signal.tocondition().tosignal()

What this formula does is create a condition .tocondition() where each capsule starts when the value in your ID signal changes (eliminating duplicate values) and then transforms those capsules back into a signal using .tosignal()

image.png

Let me know if this example helps solve your question

  • Like 2

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