\reject{This was a dumb idea}
\section{General Set-up}
- \begin{itemize*}
- \item\question{One (final) converter boards serves one ladder (whatever that means, e.g. 5)
-sensors and has its own JTAG chain}
- \end{itemize*}
+
\subsection{Required Connections TRB to converter board}
+\begin{table}[htp]
+ \centering
+\begin{tabularx}{\textwidth}{X|c|c}
+\textbf{Purpose} & \textbf{Inputs} & \textbf{Outputs} \\
+\hline
+JTAG: TDI,TMS,TCK, TDO& 1/0 & 3/0 \\
+Sensor Data: Clock, Marker, 2x Data per sensor & 8/0 & 0/0 \\
+Sensor Control: Clock, Start, Reset. & 0/0 & 3/0 or 1/2 \\
+ADC for voltages and currents & 2/1 & 2/0 \\
+\hline
+Total v1 & 10/1 & 8/0\\
+Total v2 & 10/1 & 6/2\\
+\end{tabularx}
+\caption{Inputs/Outputs from the FPGA, first value differential, second single ended}
+\end{table}
-\section{Converter Board}
-
-\section{Front-end Board}
-
-New converter board design plans
+\section{Converter Board}
+\begin{itemize*}
+ \item\question{One (final) converter board serves one ladder (whatever that means, e.g. 5)
+sensors and has its own JTAG chain} This removes both queue and termination boards.
+ \item Design of the converter board should be in a way to easily change the number of sensors,
+i.e. all electronics should be modular, eithre independent for each sensor - or shared between all
+of them.
+ \item For the telescope, the board should support two sensors.
+\end{itemize*}
+\subsection{Components}
+\begin{itemize*}
+ \item ADC, about 1 MSPS. For all voltages and currents for each sensor.
+\end{itemize*}
-Necessary Feature list
+\section{Converter to Frontend Board}
+\begin{itemize*}
+ \item Can use a thick, optimized flex cable
+ \item Should foresee to be fed into the vacuum vessel
+\end{itemize*}
-Optional Feature list
+\section{Front-end Board}
-Ideas
\end{document}
--- /dev/null
+\documentclass[11pt,a4paper,twoside]{scrartcl} %twoside
+
+\input{headers_definitions}
+
+\title{Sensor power requirements}
+\date{\today ~-~\thistime}
+\author{Michael Wiebusch}
+
+\newcommand{\question}[1]{\textcolor{YellowOrange}{#1}}
+\newcommand{\agreed}[1]{\textcolor{YellowGreen}{#1}}
+\newcommand{\reject}[1]{\textcolor{BrickRed}{#1}}
+
+\newcommand{\files}[1]{\texttt{#1}}
+\newcommand{\signal}[1]{\textsc{#1}}
+\newcommand{\genericname}[1]{\textsc{#1}}
+\newcommand{\constname}[1]{\textsc{#1}}
+\newcommand{\netname}[1]{\textsc{#1}}
+\newcommand{\cmdname}[1]{\texttt{#1}}
+\newcommand{\addr}[1]{\texttt{#1}}
+\bibliographystyle{alpha}
+
+\usepackage{remreset}
+\makeatletter\@removefromreset{footnote}{chapter}\makeatother
+
+\begin{document}
+\maketitle
+
+\section{Measured power consumption}
+
+\section{Noise measurement and Requirements}
+
+\end{document}
+