Rohan Posted October 7, 2021 Share Posted October 7, 2021 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 Link to comment Share on other sites More sharing options...
Seeq Team Shamus Cunningham Posted October 7, 2021 Seeq Team Share Posted October 7, 2021 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() Let me know if this example helps solve your question 2 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