Skip to main content

Is parallel switching possible in an AC system practically?

A question was asked for any practical information as I know theoretically it is possible and it was answered quite clearly by "Dean Rubine". 

Question: Is parallel switching possible in an AC system practically? ( as in the picture) 
[www.quora.com/Is-parallel-switching-possible-in-an-AC-system-practically?ch=10&share=c68e9614&srid=BzQhd] 

Answer by Rubine:  Sure. It’s not common but it does have a few use cases. In the posted photo the fans will run when either switch is on; both need to be off for the fans to be off. This is inclusive or implemented with switches.
My wife and I have separate bathrooms with their exhaust fans wired this way. There’s a common exhaust ducting, I think shared with the range hood. A switch in my bathroom or hers will activate the fans. They’re actually timers so the fans don’t run forever. I think they run all the fans at once so the exhaust doesn’t get blown into another room.

In my house growing up (built around 1970) there were a panel of four switches next to my parent’s bed. They were almost always off, but if my mother wanted to turn lights on inside and outside the house in the middle of the night she could just turn all those on without getting out of bed. I’m not sure if they were wired in parallel with other switches in the house, but that would make sense for this application.

We usually aim for exclusive-or when we have a two switch circuit. That way each switch can turn the load on and off no matter what state the other switch is left in. So both switches in the ON position turns the load off.

Exclusive-or uses single pole double throw switches (which have an alternate conducting path in the “off” state) as opposed to a simple single pole single throw switch. Sometimes these days the switches work by sending and receiving digital signals, which is more complicated but more flexible.

Comments

Popular posts from this blog

Tutorials Download Link | Software Download Link

  ====================================================== BooKs ====================================================== Ebooks Collection : Click Here ====================================================== Tutorials ======================================================   All Useful Google Drive Links 300 TB Link – https://drive.google.com/drive/folders/1oCMgJeBc55NuEasPcgwjx2FuPdQd8neu Heaven 50TB – https://drive.google.com/drive/folders/1hxe7Des-ooQpamAtjyR7CX-k_hyqlQ7Q Plenty Of Udemy Courses – https://drive.google.com/drive/u/0/folders/1RDGY0Q3WBO_OE1gyImUn1W2ybFuFo6AQ 1.25 TB Course Collection – https://drive.google.com/drive/u/0/folders/1ASdn3H_kF_HsNswsQc4F3rh_PHmGNjKK DK English Books – https://drive.google.com/drive/u/1/folders/13NgYNawnbS3YqExM9Zi3y2YYSqyVr7Xd SAT Books & Past Exams – https://drive.google.com/drive/u/0/folders/14P77CHMXbErX19AUc5A05lEb_UcEAT8E Mixed Folder – https://drive.google.com/drive/folders/1DsvR68wjyT1WbNZb6tgzFep_3-hzecXm TKT Books – https:...

Government Job Opportunities for EEE, ECE & ETE Graduates in Bangladesh

🚀 Government Job Opportunities for EEE, ECE & ETE Graduates in Bangladesh If you are a graduate in Electrical and Electronic Engineering (EEE) , Electronics and Communication Engineering (ECE)  or Electronics and Telecommunication Engineering (ETE) , you have a vast field of career possibilities within the government sector of Bangladesh. Whether it's power, energy, telecom, infrastructure, or scientific research, your academic background aligns directly with the technical needs of numerous public organizations. Many of these entities publish regular job circulars , making them a prime target for stable and prestigious employment. Here's a comprehensive list of government organizations and entities where you can build a solid and impactful career: ⚡ Power Division: This is one of the most active fields for EEE graduates, offering roles in electricity distribution, transmission, generation , and policy & planning . 1. Distribution Companies: BPDB (Bangladesh ...

Configure QUANTUM ESPRESSO Parallel execution Setup/Installation procedure

To install QE with Parallel:  extract QE download from [www.quantum-espresso.org] & Extract. goto inside qe-6.6 or Download From Here ................. Open a Terminal ..................... >> sudo apt-get update >> sudo apt-get upgrade >> sudo apt-get install gfortran >> ./configure >> sudo apt-get install openmpi-bin openmpi-doc libopenmpi-dev [you must have to install libopenmpi-dev or intel mpi  so that the mpi can communicate with processor otherwise it will be serial] >> ./configure  >> make all ...................... If after configuration if it shows ( ./configure ) Parallel environment detected successfully.\ Configured for compilation of parallel executables. For more info, read the ESPRESSO User's Guide (Doc/users-guide.tex). -------------------------------------------------------------------- configure: success Then ................................. Done ................................