LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

True or False

Hi,
 
My question: In my vi there are three terms (for example LEDs), which give my true or false and now the problem is that if one, two or all three give me a false something should happen, but there is only the possibility to connect two wires at the and/or functions. I wish to get a short message that something went wrong with one, two or all three terms, if the vi is finished. If everythiny is true, it´s OK, but if not i want to know it.
Has anybody an idea?!
 
Thanks, Thomas
0 Kudos
Message 1 of 4
(3,278 Views)
boolean logic such as 'and', 'or' etc.

Paul
0 Kudos
Message 2 of 4
(3,272 Views)
The easiest is to use the Compound Arithmentic function but nothing is stopping you from using multiple OR/and gates.
 
 
You might want to look at the on-line LabVIEW tutorials at http://www.ni.com/academic/lv_training/how_learn_lv.htm.

Message Edited by Dennis Knutson on 09-28-2007 11:31 AM

0 Kudos
Message 3 of 4
(3,273 Views)

Maybe something like this?

Message Edited by altenbach on 09-28-2007 10:40 AM

0 Kudos
Message 4 of 4
(3,253 Views)