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:
Hi all I have some confusion about piezoelectrical sensors combination. If i have three acoustic piezoelectrical sensors (with same receive sensitivity in dB ref V/1uPa) placed at specific distance, these sensors receive acoustic signal from a sound source placed at far field distance (Plane Wave) and from broadside. I receive output of these sensors through individual preamplifiers, add them through hardware like summer circuit adder or in software after digitization and in this way got an...
I have recently moved into a new (rather ancient) house and had a few trips of my Residual Current breaker. I dug out my old Socket tester which tell me the three pins are correct. But then the Red warning light tells me my socket(s) fail the loop test. I never had this before but my last house had an overhead supply with no Earth from the company. The tester said "get this checked" and the man said the (high but not ridiculous) earth resistance was acceptable. I stuck a new copper earth...
I am not an electrical engineering student, but a lowly apprentice electrician. I learn both on the job and also take classes for my apprenticeship. I recently wired my first transformer and I understand that the neutral and ground are bonded together in the transformer or in the service. What I don't understand is, if the neutral is a current carrying conductor, which is then bonded to the ground conductor, why does current only flow back to its source and not on the ground path...
Back
Top