change BSPD description

This commit is contained in:
Johnny Hsu 2025-04-26 18:27:00 +02:00
parent abf54c493e
commit 4fcff0cfcc
2 changed files with 20 additions and 4 deletions

View File

@ -36,7 +36,21 @@
\caption{Schematic of BSPD} \caption{Schematic of BSPD}
\end{figure} \end{figure}
The BSPD PCB is located in the front "Sensor-Node" (mainly there to transfer the analog data to CAN), in which a separate compartment is created to ensure the BSPD can be separated sealed without affecting other parts in the same housing. The BSPD PCB is located in the front Sensor-Node (Where the main PCB for sensor signal processing resides), in which a separate compartment is created to ensure the BSPD can be separated sealed without affecting other parts in the same housing. The current sensor and the brake pressure sensor are connected directly to the BSPD. The datasheet of the sensors used are shown in reference. \cite{lem_datasheet} \cite{adz_datasheet}
\medskip
For Out-of-Range signal such as Open circuit, Short circuit to ground, Short circuit to supply voltage, pull-down resistors (R3 and R4) are used to ensure that they are out of the valid range determined by the reference voltages (Current\_ref, Brake\_ref and low\_ref in schematic). Once this happens, the photovoltaic relay (U4) will open the shutdown circuit and the AIRs.
\medskip
As shown in the schematic, the Error Latching is realized with the RC Combination R21 and C13. In case of an Error the open collector output of U1A is discharging C13 via a small resistor R21, causing U1B to open the Shutdown Circuit. If the Error is removed, C13 is charged via R20 in series with R21, resulting in a time delay of ~11.65s. (as shown below)
\begin{align}
-(ln(1-\SI{3.44}{V}/\SI{5}{V})) \cdot \SI{10}{\micro\farad} \cdot \SI{1}{\mega\ohm} = \SI{11.65}{\second}
\end{align}
The test procedure is shown here:
\begin{multicols}{2} \begin{multicols}{2}
\textbf{Test Procedure} \textbf{Test Procedure}
@ -44,7 +58,7 @@ The BSPD PCB is located in the front "Sensor-Node" (mainly there to transfer the
\item apply external test current to the simulation coil \item apply external test current to the simulation coil
\item brake hard (with brake pressure $\geq 30 \unit{\bar}$) \item brake hard (with brake pressure $\geq 30 \unit{\bar}$)
\end{enumerate} \end{enumerate}
\textbf{Test Current Calculation} \textbf{Test Current Calculation}
\begin{align*} \begin{align*}
I_{test} & = 5 \unit{kW} / V_{max} = 5 \unit{kW} / 403.2 \unit{V} \\ I_{test} & = 5 \unit{kW} / V_{max} = 5 \unit{kW} / 403.2 \unit{V} \\
@ -76,8 +90,10 @@ The BSPD PCB is located in the front "Sensor-Node" (mainly there to transfer the
\renewcommand\refname{Reference} \renewcommand\refname{Reference}
\begin{thebibliography}{00} \begin{thebibliography}{00}
\bibitem{HO 50-S-0100 Datasheet} \textit{LEM HO 50-S-0100 TS Current Sensor Datasheet}. \hyperlink{https://www.lem.com/sites/default/files/products_datasheets/ho-50__250-s_v7.pdf}{www.lem.com}, 03.2022/V7 \bibitem{lem_datasheet} \textit{Current Transducer HO-S series}. \href{https://www.lem.com/sites/default/files/products_datasheets/ho-50__250-s_v7.pdf}{https://www.lem.com/sites/default/files/products\_datasheets/ho-50\_\_250-s\_v7.pdf}, 03.2022
\bibitem{adz_datasheet} \textit{ADZ SME 200bar}. \href{https://www.adz.de/fileadmin/user_upload/downloads/produkte/SME/ADZ_SME_OperatingManual_DE-EN_A.pdf}{https://www.adz.de/fileadmin/user\_upload/downloads/produkte/SME/ADZ\_SME\_
OperatingManual\_DE-EN\_A.pdf}, 12.2010
\end{thebibliography} \end{thebibliography}
\end{document} \end{document}