Skip to content

Commit 947b701

Browse files
added empty sections
1 parent 6764ccd commit 947b701

4 files changed

Lines changed: 43 additions & 5 deletions

File tree

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

docs/source/hardware.rst

Lines changed: 41 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,47 @@ in the following table.
101101

102102
System Architecture
103103
===================
104-
tbd
104+
.. figure:: _static/images/system_architecture.svg
105+
:width: 1000pt
106+
107+
Figure: Simplified system architecture for the safety controller on the chargeSOM
108+
109+
The safety controller manages the Control Pilot (CP) line, acting as a critical interface for monitoring and controlling the high-voltage (HV) system in accordance with EV safety standards. Its core function is to **enforce safe operating states** based on system diagnostics and environmental conditions.
110+
111+
Fault Detection & Safety Response
112+
---------------------------------
113+
114+
When an error is detected—such as a fault in the system, a triggered emergency input, or a thermal violation—the controller transitions to **State F**, a fail-safe state that prevents further system operation to protect both the hardware and the user.
115+
116+
HV Ready Enablement
117+
-------------------
118+
119+
The controller verifies that **no system errors are present** and that the CP line is in **State C**. Only under these safe conditions does it enable the HV Ready signal, which may be used to energize the HV interlock or permit charging/operation.
120+
121+
Emergency Inputs
122+
----------------------------------
123+
124+
The simplified system architecture shows only one emergency input. In the real system, there are 3 independent emergency input signals available: SAFETY_ESTOP1, SAFETY_ESTOP2 and SAFETY_ESTOP3. The inputs are active low. This means an emergency stop needs to pull the input to Gnd. The emergency inputs can be parameterized out.
125+
126+
127+
Temperature Monitoring
128+
----------------------------------
129+
130+
The simplified system architecture shows only one temperature input. In the real system, there are 4 independent temperature measurement circuits for PT1000 sensors. The safety software monitors the temperature circuit for hardware errors and for overtemperaure. The temperature threshold can be parameterized.
131+
132+
HV Connector Control
133+
--------------------
134+
135+
If State C is confirmed and all safety criteria are met, the controller is also capable of closing HV connectors to complete the high-voltage path. Therefore it enables the 2 connectors SAFETY_HVSW1_HS and SAFETY_HVSW2_HS under the condition that State C is detected, the system is HV-ready and the host processor commands to close the contactors.
136+
137+
138+
Reset Behaviour and Controller states
139+
=====================================
140+
The safety controller starts in an initialization state, to give the peripherals time to reach an defined state. It leaves the initialization state to a running state, after the reception of the first UART message from the host. In running state, it monitors the peripherals and sends out UART messages. If any error occurs, the system goes into safe state. This state can only be left by a reset.
141+
142+
.. figure:: _static/images/safety_controller_states.svg
143+
:width: 1000pt
105144

106-
Reset Behaviour
107-
===============
108-
tbd
109145

110146

111147
Safety Controller Communication Protocol
@@ -116,7 +152,7 @@ Packet format descriptions
116152

117153
Data packet format
118154

119-
Data packets contain payload and can be sent out from host to safety controller or vice versa. Data packets from safety controller to host can be transmitted periodically or by request via an inquiry packet.
155+
Data packets contain payload and can be sent out from host to safety controller or vice versa. Data packets from safety controller to host can be transmitted periodically or by request via an inquiry packet. Only one inquiry packet can be requested before requesting the next one.
120156

121157
+--------+--------+--------+-------------------+
122158
| Symbol | Size | Code | Description |

docs/source/utils/Images.pptx

41.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)