From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

create vi-internal switch

I need to create a switch that is manipulated not by the user but by the vi itself. More precisely, I need an element, that is always "true" until it receives a "true" from another structure running in parallel.
The problem with all the comparing elements is, that they wait for both signals. But in my case, I cant wait for the slower loop...
I hope you undestand my problem despite my weak english.

Greets from Germany

Karin
0 Kudos
Message 1 of 3
(2,236 Views)
If I understood you correctly, than you could use internal variables (see VI attached). If thats not what you wanted, tell me (eix at itiv.uni-karlsruhe.de).

Ilos
0 Kudos
Message 2 of 3
(2,236 Views)
Hi Karin,

You may want to use a case structure.

That will allow you determine which of the two loops will execute.

Otherwise,
Post in German!

Some of best Enthusiast speak German.

We are big, we are bad, we are international!

Ben
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 3 of 3
(2,236 Views)