Quellcode durchsuchen

Uppdatera git-versionen med overleaf-versionen av rapporten

Jonatan Gezelius vor 6 Jahren
Ursprung
Commit
b84f83a86b

+ 2 - 0
rapport/conclusion.tex

@@ -1,3 +1,5 @@
 \chapter{Avslutande kommentarer}\label{cha:conclusions}
 %
 Sätt av ett kort kapitel sist i rapporten till att avrunda och föreslå rikningar för framtida utveckling av arbetet.
+
+It was suprisingly difficult to find and choose apropriate components for the dummy load. The resistors had to tolerate extreme surges and the relays had to have high insulation voltages between the contacts.

+ 2 - 2
rapport/introduction.tex

@@ -25,7 +25,7 @@ The following questions will be answered in this paper:
 \begin{enumerate}
     \item{How should the test equipment be verified to give a robust result?}
     \item{How much differences are there in a real implementation compared to a simulated system?}
-    \item{What considerations must be made when automating the verification system?}
+    \item{What design considerations must be made when automating the verification system?}
     \item{------- OLD STUFF FOLLOW, TODO REMOVE STUFF}
     \item{Can test equipment for ISO 7637-2:2004 of the standard be used for testing compliance with the newer ISO 7637-2:2011 standard?}
     \item{Is the reused system more cost effective than investing and maintaining a new test system?}
@@ -43,7 +43,7 @@ This paper only considers the following test equipment for the real implementati
         \hline
         EFT 200A    &Burst generator\\
         \hline
-        MPG 200B    &Mocropulse generator\\
+        MPG 200B    &Micropulse generator\\
         \hline
         LD 200B    &Load dump generator\\
         \hline

+ 1 - 0
rapport/main.tex

@@ -38,6 +38,7 @@
 \mainmatter
 \include{introduction}
 \include{theory}
+\include{methods}
 \include{results}
 \include{conclution}
 

+ 31 - 1
rapport/myrefs.bib

@@ -1,3 +1,33 @@
+
+@techreport{iso7637-2,
+    author= {ISO} ,
+    type = {Standard},
+    key = {ISO 7637-2:2011},
+    month = mar,
+    year = {2011},
+    title = {{Road vehicles -- Electrical disturbances from conduction and coupling -- Part 2: Electrical transient conduction along supply lines only}},
+    volume = {2011},
+    institution = {ISO/TC 22/SC 32}
+}
+
+@Book{measAndInst,
+  author = {Alan S. Morris},
+  title = {Measurement \& Instrumentation Principles},
+  publisher = {Butterworth Heinmann},
+  edition = {Third},
+  year = {2001},
+}
+
+@Book{highVoltageEngTest,
+  author = {Hugh M. Ryan},
+  title = {High-Voltage Engineering and Testing},
+  publisher = {The Institution of Engineering and Technology, London, United Kingdom},
+  isbn = {9781849192644},
+  edition = {Third},
+  year = {2013},
+}
+
+%% Exempelreferenser
 @Article{Duck:2005,
   author =   {Duck, Donald},
   title =    {The History of Automatic Control},
@@ -72,4 +102,4 @@ url = {http://tug.org/pracjourn/2007-1/mori},
   year = {1993},
   number = {3},
   url = {http://www.tug.org/TUGboat/Articles/tb14-3/tb40rycko.pdf},
-}
+}

+ 4 - 0
rapport/setup/mynotation.sty

@@ -23,3 +23,7 @@
 
 % It's hard to get good-looking underscores in filenames.  This is one attempt...
 \newcommand{\usc}{\hspace{0.1ex}\rule{1ex}{0.1ex}\hspace{0.1ex}}%\raisebox{2.5pt}{\_}
+
+
+%c sharp as \cs
+\newcommand{\CS}{C\nolinebreak\hspace{-.05em}\raisebox{.6ex}{\tiny\bf \#}}

+ 22 - 9
rapport/setup/mythesis.sty

@@ -1,17 +1,17 @@
 \setupThesis{
-  author={N N och M M},
-  swetitle={Undersökning av ett problem},
+  author={Jonatan Gezelius},
+  swetitle={TODO},
   swesubtitle={},
-  title={Investigations of a problem},
+  title={Automated verification of pulses involving voltages up to 1500~V},
   subtitle={},
-  year=2020,
+  year=2019,
   type=msc,
   subject={Electrical Engineering},
-  division={Division of Automatic Control},
+  division={TODO DIVISION},
   department=isy,
-  examiner={Lena Lärare \AT \textsc{isy}, Linköpings universitet},
-  supervisor={Doktorand Si \AT \textsc{isy}, Linköpings universitet \AND Ingenjör Så \AT Company},
-  keywords={problem, lösning},
+  examiner={Michael Josefsson \AT \textsc{isy}, Linköpings universitet},
+  supervisor={Peter Johansson \AT \textsc{isy}, Linköpings universitet \AND Gunnar Karlström \AT BK Services AB},
+  keywords={verification, measurement, testing},
   isrn=LiTH-ISY-EX-{}-YY/NNNN-{}-SE,
   url={http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-XXXXX},
   dedication={}
@@ -22,9 +22,14 @@
 
 %%% Setup for natbib (natbib is loaded by rtthesis).
 \AtBeginDocument{%
-  \bibliographystyle{plainnat}%
+  %\bibliographystyle{plainnat}%
+  %\bibliographystyle{unsrtnat}%
+  \bibliographystyle{ieeetr}%
 }
 
+%%% Egna inställningar %%%%
+\setlength{\parindent}{0em}
+\setlength{\parskip}{1em}
 
 %%% Tell \includegraphics where to search for files.
 \graphicspath{{fig/}}
@@ -38,6 +43,14 @@
 \definecolor{Warning}{rgb}{1.0,0.5,0.0}
 \newcommand{\Warning}[2][Warning]{\marginpar{\fcolorbox{Warning}{white}{\begin{minipage}{\linewidth}\textbf{\textcolor{Warning}{\emph{#1:}}}\par \tiny \sf #2\end{minipage}}}}
 
+%%% Convenient todo command
+\usepackage{xifthen}
+\newcommand{\todo}[1][]{%
+    \ifthenelse{\equal{#1}{}}% if no argument given
+        { \emph{TODO}\Warning[TODO]{}}%
+    %else
+        {\emph{\uppercase{TODO}}\Warning[TODO]{#1}}%
+}
 
 %%% Define font size command to use for all verbatim environments.
 \newcommand{\verbatimsize}{\small}

+ 63 - 1
rapport/theory.tex

@@ -1,5 +1,67 @@
 \chapter{Theory}\label{cha:theory}
 
-This chapter contains all the necassary theory.
+This chapter contains all the necessary theory.
 
 \section{Test pulses}
+
+\section{Measurement}
+Bra böcker
+
+High frequency content
+
+Measurement \& Instrumentation Principles, Alan S Morris
+
+High-Voltage Engineering and Testing, 3rd Edition, 
+Chapter 15 - Basic Measuring Techniques
+
+Handbook of Measuring System Design, Peter H Sydenham and Richard Thorn
+
+
+
+\textbf{Artiklar om högspänningsmätning}
+
+High Voltage Measurements Using Slab Coupled 
+Optical Sensors (SCOS) 
+LeGrand Shumway, Nikola Stan, Freddy Seng, Rex King, 
+Richard Selfridge, Stephen Schultz  
+Department of Electrical \& Computer Engineering, Brigham Young University, Provo, Utah 84602, USA 
+
+High frequency high voltage probe embedded 
+into an extremely low inductivity high voltage 
+supply connection 
+D. Ketel, H. Hirsch, M. Malek 
+University of Duisburg-Essen, Bi
+smarckstr. 81, 47057 Duisburg, Germany, http://www.ets.uni-due.de 
+Tel: +49(0) 203 379 3789, email: daniel.ketel@uni-due.de 
+
+Optical measurement of current and voltage on power systems
+AJ. Rogers
+
+Application of the Pockels Effect to High Voltage 
+Measurement
+Fei Long Jianhuan  Zhang   Chunrong  Xie      Zhiwei  Yuan    
+Mechanical Electrical Engineering Department, Xiamen University, Xiamen, 361005 China
+
+
+\textbf{Artiklar om }
+
+
+
+----
+
+
+
+
+\section{High Voltage}
+
+\section{RF Attenuators}
+Linearity, tolerances, power, combinations of resistors, impedances
+
+\section{Maximum ratings}
+Resistors, Power, Voltages, surges
+
+Relays, isolation, dielectric strength
+
+\section{GPIB}
+Paralell bla bla.\todo[Lägg till stuff]
+