LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Same boolean two mechanical action conditions

I have a boolean wired to a case structure in a while loop that performs a task once . I used latch when released for this. I have another boolean that subsequently performs other tasks within the same while loop. This is set to switch when released as these have to be done multiple times. I want to use one boolean for both the tasks. How can I do it. The tasks have to be sequential.
0 Kudos
Message 1 of 5
(2,431 Views)
You could stick a local variable for the case controller inside the case to reset the control.

See ex.
0 Kudos
Message 2 of 5
(2,431 Views)
I am unable to open the file that you have sent. Can you please send it again.

Thanks
Hema
0 Kudos
Message 3 of 5
(2,431 Views)
I use Labview 6.1 so probably it is because of that
0 Kudos
Message 4 of 5
(2,431 Views)
Hmmm... so do I.

All it is is a case structure w/ a boolean control set to 'Switch When Pressed'. Inside the case structure, when TRUE, set a local variable for the boolean to false, hence resetting the control w/o using the Latch mechanical action.

Here's a 6.0 version.
0 Kudos
Message 5 of 5
(2,431 Views)