diff --git a/README.md b/README.md index dea68ef..eec860d 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,28 @@ TeX source file for ESF and scrutineering -### TODOs - -- [X] BSPD - - [ ] Better Formulation +# ESF 2.0 TODOs +- [ ] BSPD + - [x] Schematic + - [ ] Better Formulation + - [ ] Datasheet of used TS current sensor - [ ] SDC + - [ ] Current consumption + - [ ] 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 - [ ] TSAL + - [ ] TS Accumulator + - [ ] Accumulator TSAL + - [ ] Accumulator TSAL - Voltage detection + - [ ] Accumulator TSAL - Relay state detection + - [ ] Dashboard + - [ ] TSAL driver board and DC-link voltage detection + - [ ] Vehicle TS Schematic + - [ ] (DC) Vehicle Side Voltage Detection - [ ] TS Discharge Circuit + - [ ] Schematic + - [ ] Relay/MOSFET (or equivalent) datasheet + - [ ] Resistor (or equivalent) datasheet Each document must be a standalone, searchable PDF named in the format: E###_TeamName_ESF_DocType.pdf diff --git a/SDC-schematic/SDC-schematic.pdf b/SDC-schematic/SDC-schematic.pdf index a0f7d4f..c23741d 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 c536c03..f07218f 100644 --- a/SDC-schematic/SDC-schematic.tex +++ b/SDC-schematic/SDC-schematic.tex @@ -1,7 +1,6 @@ -\documentclass[paper=A4]{article} +\documentclass{article} \usepackage[utf8]{inputenc} - -\usepackage[a4paper, left=2cm, right=2cm, top=2cm, bottom=2cm]{geometry} +\usepackage[a4paper, landscape, margin=2cm]{geometry} \usepackage{siunitx} \sisetup{ @@ -32,7 +31,7 @@ \begin{figure}[H] \centering - \includegraphics[width=\textwidth]{./Documents/SDC.pdf} + \includegraphics[height=0.95\textheight]{./Documents/SDC.pdf} \caption{Schematic of the Shutdown Circuit} \end{figure} diff --git a/TSAL-schematic/TSAL-schematic.pdf b/TSAL-schematic/TSAL-schematic.pdf index db98401..308961a 100644 Binary files a/TSAL-schematic/TSAL-schematic.pdf and b/TSAL-schematic/TSAL-schematic.pdf differ diff --git a/TSAL-schematic/TSAL-schematic.tex b/TSAL-schematic/TSAL-schematic.tex index da5ae0a..dc7ed76 100644 --- a/TSAL-schematic/TSAL-schematic.tex +++ b/TSAL-schematic/TSAL-schematic.tex @@ -1,7 +1,6 @@ -\documentclass[paper=A4]{article} +\documentclass{article} \usepackage[utf8]{inputenc} - -\usepackage[a4paper, left=2cm, right=2cm, top=2cm, bottom=2cm]{geometry} +\usepackage[a4paper, landscape, margin=2cm]{geometry} \usepackage{siunitx} \sisetup{ @@ -29,5 +28,23 @@ \chead{\large TSAL Schematic} \begin{document} - Hallo world + +\begin{figure}[H] + \centering + \includegraphics[height=0.95\textheight]{./Documents/SDC.pdf} + \caption{Schematic of the Shutdown Circuit} +\end{figure} + +\begin{figure}[H] + \centering + \includegraphics[height=0.95\textheight]{./Documents/SDC.pdf} + \caption{Schematic of the Shutdown Circuit} +\end{figure} + +\begin{figure}[H] + \centering + \includegraphics[height=0.95\textheight]{./Documents/SDC.pdf} + \caption{Schematic of the Shutdown Circuit} +\end{figure} + \end{document}