From a62e077c67237b15ac9286e8794bf4ce960fcdc4 Mon Sep 17 00:00:00 2001 From: hadeshyp Date: Wed, 28 Apr 2010 16:26:57 +0000 Subject: [PATCH] *** empty log message *** --- mdc.tex | 21 ++++++++++++++++++++- slowcontrol.tex | 20 ++++++++++++++------ 2 files changed, 34 insertions(+), 7 deletions(-) diff --git a/mdc.tex b/mdc.tex index 0ad2733..2ba8832 100755 --- 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} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/slowcontrol.tex b/slowcontrol.tex index 2d84cb6..4d302cc 100755 --- a/slowcontrol.tex +++ b/slowcontrol.tex @@ -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|} -- 2.43.0