Practical Uses of NOT, OR, and AND Gates

  • Thread starter Thread starter eku_girl83
  • Start date Start date
  • Tags Tags
    Practical
AI Thread Summary
Practical applications of NOT, OR, and AND gates include automated systems like supermarket doors, where NOT gates prevent one door from opening if the other is already open. OR gates can activate lights and music when either door is open, enhancing customer experience. In a basement scenario, OR gates can trigger an alarm if either of two float switches detects water, indicating a problem. AND gates are useful for security, sounding an alarm only when both doors are open, preventing a pet from escaping. These examples illustrate how logic gates can optimize safety and efficiency in various systems.
eku_girl83
Messages
89
Reaction score
0
Can someone give me an example of where the following types of gates should be of practical use?
NOT
OR
AND

Thanks!
 
Engineering news on Phys.org
Ok, the automatic doors at a supermarket, the idea is to use two sets of doors to minimize the amount of air that can transfer in/out to minimize heating/cooling costs.

If one door is open then you do NOT want the other door to automatically open.

If one door OR the other door is open turn on the lights promo music in the space between the doors.

If one door AND the other door is open turn on the blower fan to keep the air moving in the desired direction and heat/cool it appropriately.

That help?

Cliff
 
not: let's say, you have a float in your basement that is nc (normally closed, like a light switch turned on, when not under water). you want to use this float for an alarm. if you wire this float directly to the alarm panel it will be on when the basement is dry! therefore we reverse the incoming signal to the alarm panel through a not gate. consequently; 0=1, and 1=0, so the alarm will only sound when your feet are wet.
or: let's say, you have a large basement with two water infiltration areas, and also two float switches wired no (normally open, like a light switch off when dry). we really don't care which area has water when we are asleep, we just want to know that there is a problem. therefore; we require an alarm whether float # 1 OR float # 2 is under water, and consequently apply these float signals to an OR gate for an alarm.(0 with 0 input=0 output feet dry/no alarm, 0 with 1 input=1 output, feet wet/ alarm, 1 with 0 input= 1 output, feet wet alarm.
and; let's say your dog runs away through two doors every time they are both open at the same time.
we will place a no switch on each door, so that an alarm will sound every time both doors are open, using an AND gate. [0 with 1 input = 0 dog ok & no alarm, 1 with 0 input = 0 dog ok & no alarm, 1 with 1 input = 1 dog may be run over & alarms go off like gang busters (whatever that is) so you to save him/her from peril]
 
Last edited:
Very basic question. Consider a 3-terminal device with terminals say A,B,C. Kirchhoff Current Law (KCL) and Kirchhoff Voltage Law (KVL) establish two relationships between the 3 currents entering the terminals and the 3 terminal's voltage pairs respectively. So we have 2 equations in 6 unknowns. To proceed further we need two more (independent) equations in order to solve the circuit the 3-terminal device is connected to (basically one treats such a device as an unbalanced two-port...
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Back
Top