LABVIEW: Is there a logic gate or a combination of logic gates that gives the following

StackOverflow https://stackoverflow.com/questions/19708365

  •  02-07-2022
  •  | 
  •  

문제

Is there a logic gate or combination of logic gates that gives the following? If not, is there something that gives the following on Labview

Input: 00, 01 , 10 , 11

Output respectively: 0,1,0,0

I think its unlikely because distinguishing a 1 and 0 with a 0 and 1 doesn't seem to be possible at face value except if its a special gate.

도움이 되었습니까?

해결책

It seems to me like what you want is (NOT A) AND (B). If you can't figure out how to do that in LabVIEW then you seriously need to take a step back and start with some basic tutorials, possibly even go to a proper course. You might also want to look at some more general computer science and programming courses.

다른 팁

You can do a lot with the Compound Arithmetic node.

Compound Arithmetic

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top