tsal change

This commit is contained in:
Johnny Hsu 2025-04-28 20:37:01 +02:00
parent 4156b72ecf
commit 3239f6cc12
4 changed files with 20 additions and 19 deletions

Binary file not shown.

View File

@ -37,7 +37,7 @@
\includepdf[pages=-]{./Documents/PDU_SDC.pdf}
\section*{AMS \& IMD latching}
The latching is achieved with the MC14013BDG flip-flop. It can only be resetted by the AMS reset button in the error state. (the Reset\_Button\_In and Reset\_Button\_Out comes directly from the button located on the side of the car.)
The latching is achieved with the MC14013BDG flip-flop. It can only be resetted by the AMS reset button in the error state. (the \texttt{Reset\_Button\_In} and \texttt{Reset\_Button\_Out} comes directly from the button located on the side of the car.)
\section*{Current Consumption}
To calculate the current consumption, the load on the shutdown circuit must first be identified. As seen in the SDC schematic, the load consists of the AIRs, precharge relay, EBS Relay and the Discharge Circuit.

Binary file not shown.

View File

@ -35,7 +35,7 @@
\begin{document}
\section{AMS und IMD Error Latching}
\section{AMS und IMD Error Latching}
\begin{center}
\begin{circuitikz}[]
% LEGEND
@ -44,7 +44,7 @@
% IMD
\node[draw, minimum width=1.5cm, minimum height=1cm, label=above:IR155-3204] (IMD) at (0,0) {\href{https://www.bender.de/fileadmin/content/Products/d/e/IR155-32xx-V004_D00115_D_XXEN.pdf}{IMD}};
% AMS Master
\node[draw, minimum width=1.5cm, minimum height=1cm] (AMS-IO) at (8,0) {\hyperlink{ams-io}{AMS Master - Input/Output}};
\node[draw, minimum width=1.5cm, minimum height=1cm] (AMS-SDC) at (8,-2) {\hyperlink{ams-sdc}{AMS Master - SDC Latching Circuit}};
@ -61,18 +61,18 @@
\end{circuitikz}
\end{center}
\subsection{IMD Latching}
\begin{itemize}
\begin{itemize}
\item The \texttt{IMD\_OK} signal is pulled high approximately 1.5 seconds after startup for the \href{https://www.bender.de/fileadmin/content/Products/d/e/IR155-32xx-V004_D00115_D_XXEN.pdf}{IR155-3204 IMD}.
\item Therefore the Power-on Reset (PoR) lasts approximately 2 seconds.
\end{itemize}
\end{itemize}
\subsection{AMS Latching}
\begin{itemize}
\begin{itemize}
\item The \texttt{AMS\_OK} signal is pulled low until the following conditions are met:
\begin{itemize}
\item The AMS Master communicates with all six AMS Slaves, each providing valid voltage and temperature measurements.
\item The AMS Master communicates with the shunt sensor (\href{https://www.isabellenhuetteusa.com/wp-content/uploads/2022/07/Datasheet-IVT-S-V1.03.pdf}{IVT-S-300-U3-I-CAN2-12/24})
\end{itemize}
\begin{itemize}
\item The AMS Master communicates with all six AMS Slaves, each providing valid voltage and temperature measurements.
\item The AMS Master communicates with the shunt sensor (\href{https://www.isabellenhuetteusa.com/wp-content/uploads/2022/07/Datasheet-IVT-S-V1.03.pdf}{IVT-S-300-U3-I-CAN2-12/24})
\end{itemize}
\end{itemize}
@ -81,7 +81,7 @@
\begin{circuitikz}[]
% IMD
\node[draw, minimum width=1.5cm, minimum height=1cm] (AMS) at (0,0) {AMS Master};
% AMS Master
\node[draw, minimum width=1.5cm, minimum height=1cm] (DB) at (8,0) {{Dashboard}};
\node[draw, dashed, fit=(AMS), inner sep=0.5cm, label=above:Accumulator] {};
@ -90,21 +90,22 @@
\end{circuitikz}
\end{center}
\paragraph{}
Both signals are transmitted every 50 ms over the CAN bus. If the Dashboard does not receive a CAN message from the AMS Master within 150 ms,
it will trigger a fault condition. In response to this fault, the following LEDs will be activated:
Both signals are transmitted every 50 ms over the CAN bus. If the Dashboard does not receive a CAN message from the AMS Master within 150 ms,
it will trigger a fault condition. In response to this fault, the following LEDs will be activated:
the \texttt{AMS Error} LED will be turned on, the \texttt{IMD Error} LED will be turned on, and the \texttt{TS Off} LED will remain off.
\pageref{sec:io}
\includepdf[pages={1}, landscape=true]{./Documents/TS-overview.pdf}
% \includepdf[pages={1}, landscape=true]{./Documents/TS-overview.pdf}
\hypertarget{ams-io}{}
\includepdf[pages={9}, landscape=true]{./Documents/Master_FT25.pdf}
\hypertarget{ams-sdc}{}
\includepdf[pages={8}, landscape=true]{./Documents/Master_FT25.pdf}
\hypertarget{ams-mcu}{}
\includepdf[pages={3}, landscape=true]{./Documents/Master_FT25.pdf}
\includepdf[pages={8,5,15,2,11,12,14}, landscape=true]{./Documents/Master_FT25.pdf}
% \hypertarget{ams-mcu}{}
%\includepdf[pages={3}, landscape=true]{./Documents/Master_FT25.pdf}
\includepdf[pages={5,15,2,11,12,14}, landscape=true]{./Documents/Master_FT25.pdf}
\includepdf[landscape=true]{./Documents/dashboard-FT25.pdf}
\includepdf[pages={2}, landscape=true]{./Documents/TS-overview.pdf}
\label{sec:io}
% \includepdf[pages={2}, landscape=true]{./Documents/TS-overview.pdf}
\includepdf[landscape=true]{./Documents/DC.pdf}
\end{document}