\documentclass{article} \usepackage[utf8]{inputenc} \usepackage[a4paper, landscape, margin=2cm]{geometry} \usepackage{siunitx} \sisetup{ group-separator = {.}, input-decimal-markers={.}, output-decimal-marker = {.}, group-minimum-digits=9} \usepackage{graphicx} \usepackage{fancyhdr} \usepackage{lastpage} \usepackage{subfigure} \usepackage{float} \usepackage{wrapfig} \usepackage{multicol} \usepackage{amsmath, amssymb} \usepackage{pdfpages} \usepackage{hyperref} \hyphenpenalty=10000 %to stop cutting words in a paragraph \pagestyle{fancy} \fancyhf{} \rhead{\includegraphics*[scale=0.013]{./Pictures/FaSTTUBe_Logo_ohneAuto.png}} \rfoot{Page \thepage \hspace{1pt} of \pageref{LastPage}} \lhead{Car 313, 26.04, Rev. 1} \chead{\large SDC Schematic} \begin{document} \includepdf[pages=-]{./Documents/SDC.pdf} \includepdf[pages=-]{./Documents/Master_FT25-IO.pdf} \includepdf[pages=-]{./Documents/Master_FT25-SDC_Latching.pdf} \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. The current consumption of the components are as follows: \begin{multicols}{2} \begin{itemize} \item AIRs: \SI{249}{\milli\ampere} \item Precharge relay: \SI{8}{\milli\ampere} \item EBS relay: \SI{9.6}{\milli\ampere} \item Discharge circuit: \SI{4}{\milli\ampere} \end{itemize} \end{multicols} We can then find the total consumption when we add all the the load together. $\SI{249}{\milli\ampere} \cdot 2 + \SI{8}{\milli\ampere} + \SI{9.6}{\milli\ampere} + \SI{4}{\milli\ampere} \approx \SI{520}{\milli\ampere}$. \section*{Overcurrent Protection} \bibliographystyle{plain} \renewcommand\refname{Reference} \begin{thebibliography}{00} \bibitem{ptc_datasheet} \textit{Vishay PTCEL13R251NxE}. \href{https://www.vishay.com/docs/29165/ptcel_series.pdf}{https://www.vishay.com/docs/29165/ptcel\_series.pdf}, 09.2024 \bibitem{mosfet_datasheet} \textit{ST STB10LN80K5}. \href{https://www.st.com/resource/en/datasheet/stb10ln80k5.pdf}{https://www.st.com/resource/en/datasheet/stb10ln80k5.pdf}, 02.2016 \end{thebibliography} \end{document}