# AC

* [Power Meter](#power-meter)
* [Voltages](#voltages)
* [Power Connectors](#power-connectors)
  * [Industrial](#industrial)
* [Residual Current Device](#residual-current-device)
* [UPS](#ups)
* [Docs](#docs)

## Power Meter

DLT645抄表：<https://github.com/fzinfz/flask-DLT645>

## Voltages

<https://en.wikipedia.org/wiki/Mains\\_electricity\\_by\\_country#Table\\_of\\_mains\\_voltages,\\_frequencies,\\_and\\_plugs> ![](https://upload.wikimedia.org/wikipedia/commons/thumb/7/70/World_Map_of_Mains_Voltages_and_Frequencies%2C_Detailed.svg/1200px-World_Map_of_Mains_Voltages_and_Frequencies%2C_Detailed.svg.png)

* CN 220/380V 50Hz | UK 230V 50Hz | US 120/240V 60Hz

## Power Connectors

<https://en.wikipedia.org/wiki/IEC\\_60320#Appliance\\_couplers\\>
C13/C14 and C15/C16 connectors for up to 15 A\[10] (IEC maximum is 10 A)\
C15/C16's temperature rating is 120 °C rather than the 70 °C of the similar C13/C14 combination.\
C19/C20 and C21/C22 connectors for up to 20 A\[11] (IEC maximum is 16 A)

<https://en.wikipedia.org/wiki/NEMA\\_connector> ![](https://upload.wikimedia.org/wikipedia/commons/thumb/0/0d/NEMA_simplified_pins.svg/525px-NEMA_simplified_pins.svg.png)

### Industrial

<https://en.wikipedia.org/wiki/Industrial\\_and\\_multiphase\\_power\\_plugs\\_and\\_sockets>

## Residual Current Device

<https://www.theiet.org/forums/forum/messageview.cfm?catid=205\\&threadid=9258>

```
RCD - Residual Current Device 
RCCB - Residual Current Circuit Breaker 
RCBO - Residual Current circuit Breakers integral Over current protection 
ELCB - Earth Leakage Circuit Breaker 
```

RCD is the term that covers a family of devices.

RCCBs are RCDs without any overload protection.

RCBOs are RCDs with overcurrent protection included in the device.

CBRS are circuit breakers with residual current protection which may or may not be integral.

SRCDS are socket outlets with RCD protection.

PRCDS are RCDS built in to a plug.

MRCDS are independantly mounted devices that provide a signal to trip another device.

SRCBOS are sockets incorporating an RCD and overcurrent protection.

RCDs without overcurrent protection must be protected by a separate overcurrent device.

## UPS

* Online/double-conversion: the batteries are always connected to the inverter
* Offline/standby: <https://upload.wikimedia.org/wikipedia/commons/thumb/6/66/Standby\\_UPS\\_Diagram\\_SVG.svg/525px-Standby\\_UPS\\_Diagram\\_SVG.svg.png>
* Line-interactive: adjust if over/under normal voltage | <https://upload.wikimedia.org/wikipedia/commons/thumb/2/24/Line-Interactive\\_UPS\\_Diagram\\_SVG.svg/750px-Line-Interactive\\_UPS\\_Diagram\\_SVG.svg.png>

Compare: EEVBlog <https://youtu.be/Fj7e3WGUKO8?t=521>

## Docs

常见电气元件: <http://www.sohu.com/a/216349064\\_488169\\>
导线趋肤效应和临近效应：<http://www.sohu.com/a/221088726\\_488169>

ABB低压产品目录： <https://library.e.abb.com/public/3ed9d6e55176101f48257d46000d1d62/1SXF000032X2001\\_022011\\_OEM.pdf>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://book.ferro.pro/elec/ac.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
