diff --git a/README.md b/README.md index 4b718c0..ff9d037 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ TeX source file for ESF and scrutineering - [ ] Current consumption - [ ] Describe overcurrent protection - [ ] TSAL - - [ ] Detailed TSAL schematic, including all remote circuitry (DC-link and TSAC output) + - [X] Detailed TSAL schematic, including all remote circuitry (DC-link and TSAC output) - [X] TS Accumulator - [X] Accumulator TSAL - [X] Accumulator TSAL - Voltage detection diff --git a/TSAL-schematic/Documents/TS-overview.pdf b/TSAL-schematic/Documents/TS-overview.pdf new file mode 100644 index 0000000..da19132 Binary files /dev/null and b/TSAL-schematic/Documents/TS-overview.pdf differ diff --git a/TSAL-schematic/TSAL-schematic.pdf b/TSAL-schematic/TSAL-schematic.pdf index 8a31a9b..443a00a 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 965e5a6..4521f87 100644 --- a/TSAL-schematic/TSAL-schematic.tex +++ b/TSAL-schematic/TSAL-schematic.tex @@ -1,6 +1,6 @@ \documentclass{article} \usepackage[utf8]{inputenc} -\usepackage[a4paper, landscape, margin=2cm]{geometry} +\usepackage[a4paper, margin=2cm]{geometry} \usepackage{siunitx} \sisetup{ @@ -30,8 +30,14 @@ \begin{document} -\includepdf{./Documents/DC.pdf} -\includepdf{./Documents/dashboard-FT25.pdf} -\includepdf[pages={9,8,5,15,2,11,12,14}]{./Documents/Master_FT25.pdf} + +\section{AMS und IMD Error Latching} +\section{SCS signal implementation} + +\includepdf[pages={1}, landscape=true]{./Documents/TS-overview.pdf} +\includepdf[pages={9,8,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} +\includepdf[landscape=true]{./Documents/DC.pdf} \end{document}