LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to realize the following logic function

I want to realize the following logic function

a line keeps for logic 'true' for some time, then
changes to logic 'false' for some time, then iteration
again and again.

GH

--
0 Kudos
Message 1 of 2
(2,165 Views)
You can try using a shift register into the loop, place a wait into it, and use logical NOT in the shift register. The line will change from true to false in every iteration, timed by the wait function.
Hope this helps
Message 2 of 2
(2,165 Views)