01-14-2020 09:22 AM
I have 3 rings. I use 1 bolean latch when released, when I press the button I want ring 1 to change then the remaining 2 rings change. when false 3 ring can be adjusted freely. I have tried a few case functions structor or slect but it is not my way. Any ideas on this problem?
Thank all.
01-14-2020 10:01 AM
@vuka wrote:
I have 3 rings. I use 1 bolean latch when released, when I press the button I want ring 1 to change then the remaining 2 rings change.
That calls for an event structure. That will trigger an event when the button is released.
@vuka wrote:
when false 3 ring can be adjusted freely.
If you don't want a ring to be adjusted, disable the control.