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