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
  •  | 
  •  

Domanda

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.

È stato utile?

Soluzione

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.

Altri suggerimenti

You can do a lot with the Compound Arithmetic node.

Compound Arithmetic

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top