LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

HOW TO MAKE A BOOLEAN FUNCTION IN LABVIEW5.0

I want to use a boolean funtion but it does not exist in existing functions?so how can I do it?I final aim is how to make a VALVE boolean function and how to use it?please teach me,experts! Thank you very much!
0 Kudos
Message 1 of 2
(2,279 Views)
Hi,
what do you mean by "boolean function"?
For boolean operations you can use
1. Case structure. It is located in Functions->Structures
2. Boolean functions (such as AND, OR, NOT, etc.). They are located in Functions->Boolean
3. Comparison functions (such as equal?, greater?, less?, etc.). They are located in Functions->Comparison

You have to give more info about your problem.

Good luck.

Oleg Chutko.
Message 2 of 2
(2,279 Views)