LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Boolean algebra

i want to implement a logic based on the boolean function i.e. i was selected the 2 buttons and if i select as 0 0 the out put will appear as 1 like that if i press 0 1 the output display wil be 2 upto 11 plz give me the hint how to generate the code

0 Kudos
Message 1 of 4
(2,704 Views)

You defenetly have to go through the basic materials I have given in an earlier thread. All the functions are available in LV.

-----

The best solution is the one you find it by yourself
0 Kudos
Message 2 of 4
(2,702 Views)

Boolean buttons are true or false, not 0 or 1. If you have an array of booleans, you could used this function. If you don't have an array, you can make one.

 

This is now your third post with very generic questions. Have you looked at any LabVIEW tutorials?

0 Kudos
Message 3 of 4
(2,694 Views)

@altenbach wrote:

This is now your third post with very generic questions. Have you looked at any LabVIEW tutorials?


Wanna lay odds on that?

0 Kudos
Message 4 of 4
(2,668 Views)