]> jspc29.x-matter.uni-frankfurt.de Git - mvd_docu.git/commitdiff
new comments
authorJan Michel <j.michel@gsi.de>
Tue, 11 Jun 2013 13:52:29 +0000 (15:52 +0200)
committerJan Michel <j.michel@gsi.de>
Tue, 11 Jun 2013 13:52:29 +0000 (15:52 +0200)
electronics/electronics2013.tex
electronics/powermeasurements.tex [new file with mode: 0644]

index 2bf64ac6504f699af9a49083886ec19eb0f4cbb1..966b18b310f13f926489966626284e27d69f615b 100644 (file)
 \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 (file)
index 0000000..4f2f279
--- /dev/null
@@ -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}
+