diff --git a/docs/source/_static/images/switch-3ph1ph-serial-3p-contactor.drawio.svg b/docs/source/_static/images/switch-3ph1ph-serial-3p-contactor.drawio.svg deleted file mode 100644 index d1b8c33..0000000 --- a/docs/source/_static/images/switch-3ph1ph-serial-3p-contactor.drawio.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - -
Charge Control C   
Charge Control C   
N
N
LY
LY
R1
R1
S1
S1
C
C
S2
S2
R2
R2
Socket / Cable
Socket / Cable
X14
X14
Sense
Detection
Logic
Sense...
Sense
Detection
Logic
Sense...
Primary
Primary
N
N
L1
L1
L'1
L'1
N'
N'
L'2
L'2
L'3
L'3
Secondary
Secondary
L3
L3
L2
L2
Text is not SVG - cannot display
\ No newline at end of file diff --git a/docs/source/_static/images/switch-3ph1ph-serial-4p-contactor.drawio.svg b/docs/source/_static/images/switch-3ph1ph-serial.drawio.svg similarity index 100% rename from docs/source/_static/images/switch-3ph1ph-serial-4p-contactor.drawio.svg rename to docs/source/_static/images/switch-3ph1ph-serial.drawio.svg diff --git a/docs/source/everest_charging_stack.rst b/docs/source/everest_charging_stack.rst index d160f67..8599a9c 100644 --- a/docs/source/everest_charging_stack.rst +++ b/docs/source/everest_charging_stack.rst @@ -68,30 +68,21 @@ A phase count switching setup always consists of two contactors which are contro stack more or less independently. There exists two different kinds of hardware setups which are different in the physical wiring: -* **serial** setup type: In this setup type both contactors are wired in 'series'. This means, that - the primary contactor always switches all phases (directly or indirectly) while the secondary contactor - only switches the phases 2 and 3. The advantage of such a connection is that all phases appear - simultaneously on the car side, not one after another. - To achieve this, the primary contactor either switches all phases or, in addition to the neutral line - and one phase, also switches the control path from the secondary contactor. - From the software perspective, the secondary contactor is switched on first, but switched off last. - In contrast to the primary contactor: this one is switched on last, but switched off first. - This ensures - in combination with the physical setup - a homogeneous view of the grid to - the car. Thus the charger appears to be a single-phase only or a three-phase charger. - -.. _switch-3ph1ph-serial-1: -.. figure:: _static/images/switch-3ph1ph-serial-4p-contactor.drawio.svg - :width: 80% +* **serial** setup type: In this setup type both contactors are wired in 'series': while the + primary contactor switches all phases, the secondary contactor only switches the phases 2 and 3. + However, it is also required that all phases appear simultaneously on the car side, not one after + another. To achieve this, from the software perspective, the secondary contactor is switched on first, + but switched off last. In contrast to the primary contactor: this one is switched on last, + but switched off first. + This ensures - in combination with the physical setup - a homogeneous view of the grid from the + car side. Thus the charger appears to be a single-phase only or a three-phase charger. + +.. _switch-3ph1ph-serial: +.. figure:: _static/images/switch-3ph1ph-serial.drawio.svg + :width: 50% Example wiring with two contactors 'in series', both with auxiliary contacts for feedback generation. - Both contactors must be rated for 400 V in this setup. - -.. _switch-3ph1ph-serial-2: -.. figure:: _static/images/switch-3ph1ph-serial-3p-contactor.drawio.svg - :width: 80% - - Another example wiring with two contactors 'in series'. Here too, both contactors must be - rated for 400 V. In this example, the primary contactor only needs to switch 3 wires. + Note, that both contactors must be rated for 400 V in this setup. * **mutual** setup type: In this setup type, two different contactors are used 'in parallel'. However, it is important that only one contactor can be active at a time, i.e. they exclude each other *mutually*. @@ -101,7 +92,7 @@ different in the physical wiring: .. _switch-3ph1ph-mutual: .. figure:: _static/images/switch-3ph1ph-mutual.drawio.svg - :width: 80% + :width: 60% Example wiring with two contactors in 'mutual' setup. The primary contactor must be rated for 400 V, the secondary contactor can be rated for 230 V only.