LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

ring output

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.

0 Kudos
Message 1 of 2
(1,998 Views)

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

0 Kudos
Message 2 of 2
(1,970 Views)