diff --git a/README.md b/README.md index 8b89c37..a9f3ed9 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,10 @@ TeX source file for ESF and scrutineering - [X] Step-by-step walkthrough of the technical inspection BSPD test procedure. - [ ] SDC - - [ ] Please give information about the additional parts consumption and add your used powerstages (MOSFETs and/or relays) used in your shutdown circuit. - - [ ] AMS & IMD Latching - - [ ] Inertia Switch - - [ ] Top-level schematics with all switching elements. - - [ ] Provide latching capability explanation/simulation (AMS and IMD). - - [ ] Current consumption + - [X] AMS & IMD Latching + - [X] Top-level schematics with all switching elements. + - [X] Provide latching capability explanation/simulation (AMS and IMD). + - [ ] Current consumption - [ ] Describe overcurrent protection - [ ] TSAL - [ ] Detailed TSAL schematic, including all remote circuitry (DC-link and TSAC output diff --git a/SDC-schematic/Documents/SDC.pdf b/SDC-schematic/Documents/SDC.pdf index d0f874f..9c8b052 100644 Binary files a/SDC-schematic/Documents/SDC.pdf and b/SDC-schematic/Documents/SDC.pdf differ diff --git a/SDC-schematic/SDC-schematic.pdf b/SDC-schematic/SDC-schematic.pdf index c23741d..9fd584e 100644 Binary files a/SDC-schematic/SDC-schematic.pdf and b/SDC-schematic/SDC-schematic.pdf differ diff --git a/SDC-schematic/SDC-schematic.tex b/SDC-schematic/SDC-schematic.tex index f07218f..d193889 100644 --- a/SDC-schematic/SDC-schematic.tex +++ b/SDC-schematic/SDC-schematic.tex @@ -16,6 +16,7 @@ \usepackage{wrapfig} \usepackage{multicol} \usepackage{amsmath, amssymb} +\usepackage{pdfpages} \hyphenpenalty=10000 %to stop cutting words in a paragraph @@ -29,10 +30,20 @@ \begin{document} -\begin{figure}[H] - \centering - \includegraphics[height=0.95\textheight]{./Documents/SDC.pdf} - \caption{Schematic of the Shutdown Circuit} -\end{figure} +\includepdf[pages=-]{./Documents/SDC.pdf} +\includepdf[pages=-]{./Documents/Master_FT25-IO.pdf} +\includepdf[pages=-]{./Documents/Master_FT25-SDC_Latching.pdf} + +%\begin{figure}[H] +% \centering +% \includegraphics[height=\textheight]{./Documents/Master_FT25-SDC_Latching.pdf} +% \caption{Schematic of the Shutdown Circuit Latching } +%\end{figure} + +%\begin{figure}[H] +% \centering +% \includegraphics[height=\textheight]{./Documents/SDC.pdf} +% \caption{Schematic of the Shutdown Circuit} +%\end{figure} \end{document}