]> jspc29.x-matter.uni-frankfurt.de Git - daqdocu.git/commitdiff
*** empty log message ***
authorhadeshyp <hadeshyp>
Wed, 28 Apr 2010 16:26:57 +0000 (16:26 +0000)
committerhadeshyp <hadeshyp>
Wed, 28 Apr 2010 16:26:57 +0000 (16:26 +0000)
mdc.tex
slowcontrol.tex

diff --git a/mdc.tex b/mdc.tex
index 0ad2733aebd47cc519804d726b50b27c89299d85..2ba8832096860a04d08059dcff68d4d6ada8d92e 100755 (executable)
--- a/mdc.tex
+++ b/mdc.tex
@@ -4,7 +4,26 @@ The schematics of the MDC OEP v3 can be found in \cite{MDCOEP}. The schematics o
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \subsection{IPU Data Format}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
+\begin{table}[hb]
+\begin{center}
+\begin{tabular}{|c|c|c|c|}
+\hline
+\textbf{Bit} & \textbf{Debug Format} & \textbf{Compressed Format} & \textbf{Status Word} \\
+\hline
+\hline
+31       & 0     & 1  & 0\\
+30       & 0     & 0  & 1 \\
+29       & \multicolumn{3}{c|}{reserved}\\
+28 .. 25 & \multicolumn{2}{c|}{TDC number} & status data \\
+24 .. 22 & \multicolumn{2}{c|}{TDC channel} & status data  \\
+21 .. 11 & Bit 21: Hit number, rest 0         & ADC data - Hit 1 & status data \\
+10 .. 0  & ADC data         & ADC data - Hit 0 & status data \\
+\hline
+\end{tabular}
+\caption{MDC data format}
+\label{MDCDataFormat}
+\end{center}
+\end{table}
 
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
index 2d84cb63e790a61cbf992ff9ec1b09c4933da8a9..4d302cc8cd2b2ec891e2a74b433cf1b03e58d3ca 100755 (executable)
@@ -263,12 +263,19 @@ The first common control register consists of strobe signals for dummy timing tr
 \hline
 \textbf{Bits} & \textbf{Description} \\
 \hline\hline
-0 & serious error flag \\
-1 & error flag \\
-2 & warning flag \\
-3 & note flag\\
-4 & LVL1 trigger counter mismatch \\
-5 & IPU channel counter mismatch \\
+0  & serious error flag \\
+1  & error flag \\
+2  & warning flag \\
+3  & note flag\\
+4  & LVL1 trigger counter mismatch \\
+5  & IPU channel counter mismatch \\
+6  & Frontend not configured\\
+7  & Frontend error\\
+8  & Timing trigger missing\\
+9  & IPU Event not found\\
+10 & IPU requested event partially not found / data missing\\
+11 & Severe problem in event data buffer / IPU request handler\\
+12 & Last event sent on IPU is broken\\
 20 - 31 & temperature \\
 \hline
 \end{tabular}
@@ -277,6 +284,7 @@ The first common control register consists of strobe signals for dummy timing tr
 \end{center}
 \end{table}
 
+
 \begin{table}
 \begin{center}
 \begin{tabular}{|c|c|}