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