Rohan Posted October 7, 2021 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
Seeq Team Shamus Cunningham Posted October 7, 2021 Seeq Team 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
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