From 3a413478270a145b7c3a5d21da428b3e0b76a772 Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Tue, 11 Jun 2013 15:52:29 +0200 Subject: [PATCH] new comments --- electronics/electronics2013.tex | 47 +++++++++++++++++++++++-------- electronics/powermeasurements.tex | 33 ++++++++++++++++++++++ 2 files changed, 68 insertions(+), 12 deletions(-) create mode 100644 electronics/powermeasurements.tex diff --git a/electronics/electronics2013.tex b/electronics/electronics2013.tex index 2bf64ac..966b18b 100644 --- a/electronics/electronics2013.tex +++ b/electronics/electronics2013.tex @@ -31,10 +31,7 @@ \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*} + @@ -58,23 +55,49 @@ If there is an AddOn, it could have these features: \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} diff --git a/electronics/powermeasurements.tex b/electronics/powermeasurements.tex new file mode 100644 index 0000000..4f2f279 --- /dev/null +++ b/electronics/powermeasurements.tex @@ -0,0 +1,33 @@ +\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} + -- 2.43.0