finished the up the bspd
This commit is contained in:
parent
4a65d6ec3f
commit
2d2dbf4bc3
Binary file not shown.
@ -25,31 +25,39 @@
|
||||
|
||||
\rhead{\includegraphics*[scale=0.013]{./Pictures/FaSTTUBe_Logo_ohneAuto.png}}
|
||||
\rfoot{Page \thepage \hspace{1pt} of \pageref{LastPage}}
|
||||
\lhead{Car 313, 06.03, Rev. 1}
|
||||
\lhead{Car 313, 01.05, Rev. 1}
|
||||
\chead{\large BSPD Schematic}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\section{BSPD Schematic and Circuitry}
|
||||
\begin{figure}[H]
|
||||
\centering
|
||||
\includegraphics[width=\textwidth]{./Documents/FT25_BSPD.pdf}
|
||||
\caption{Schematic of BSPD}
|
||||
\end{figure}
|
||||
|
||||
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}
|
||||
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}
|
||||
|
||||
\section{SCS signal implementation}
|
||||
For Out-of-Range signal such as Open circuit, Short circuit to ground, Short circuit to
|
||||
supply voltage, pull-down resistors (\texttt{R3} and \texttt{R4}) are used to ensure that they are out of the valid
|
||||
range determined by the reference voltages (\texttt{current\_ref}, \texttt{brake\_ref} and \texttt{low\_ref} in schematic).
|
||||
Once this happens, the photovoltaic relay (\texttt{U4}) will open the shutdown circuit and the AIRs.\cite{pvg612_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)
|
||||
As shown in the schematic, the error latching is realized with the RC Combination \texttt{R21} and \texttt{C13}.
|
||||
In case of an error the open collector output of \texttt{U1A} is discharging \texttt{C13} via a small resistor \texttt{R21}, causing \texttt{U1B} to open the Shutdown Circuit.
|
||||
If the error is removed, \texttt{C13} is charged via \texttt{R20} in series with \texttt{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}
|
||||
|
||||
\newpage
|
||||
\section{BSPD Test Procedure}
|
||||
The test procedure is shown here:
|
||||
|
||||
\begin{multicols}{2}
|
||||
@ -90,10 +98,10 @@ The test procedure is shown here:
|
||||
\renewcommand\refname{Reference}
|
||||
\begin{thebibliography}{00}
|
||||
|
||||
\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
|
||||
|
||||
\bibitem{lem_datasheet} \textit{Current Transducer HO-S series Datasheet}, \href{https://www.lem.com/sites/default/files/products_datasheets/ho-50__250-s_v7.pdf}{www.lem.com}, 03.2022
|
||||
\bibitem{adz_datasheet} \textit{ADZ SME 200bar Datasheet}, \href{https://www.adz.de/fileadmin/user_upload/downloads/produkte/SME/ADZ_SME_OperatingManual_DE-EN_A.pdf}{www.adz.de}, 12.2010
|
||||
\bibitem{pvg612_datasheet} \textit{PVG612A Datasheet}, \href{https://www.infineon.com/dgdl/Infineon-PVG612A-DataSheet-v01_00-EN.pdf?fileId=5546d462533600a401535683ca14293a}{www.infineon.com}, 05.2015
|
||||
|
||||
\end{thebibliography}
|
||||
|
||||
\end{document}
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user