Friday 10 May 2019

ac - Symmetric power sockets – design considerations in electrical devices


There are various single-phase power socket standards in use. Some countries use plugs that can be plugged in the socket only in a specific orientation (for example, the United Kingdom) while other sockets accept the plug in either orientation (for example, Germany).


British plug:


British plug



German plug:


German plug


Do engineers have to account for this fact when designing electrical devices? Could certain designs be simplified if line and neutral always were clearly defined?



Answer



No, there really isn't any significant simplification possible. When you interface to the power line, you have to make your design as robust and fail-safe as possible, in order to avoid product liability issues.


Even if the design of the wall socket permits only one physical orientation, there are enough mis-wired wall sockets out there that you really need to treat both Line and Neutral as "hot" inside your product.


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...