]> jspc29.x-matter.uni-frankfurt.de Git - daqdocu.git/commitdiff
*** empty log message ***
authorhadeshyp <hadeshyp>
Wed, 3 Mar 2010 16:31:02 +0000 (16:31 +0000)
committerhadeshyp <hadeshyp>
Wed, 3 Mar 2010 16:31:02 +0000 (16:31 +0000)
biblio.bib [deleted file]
mdc.tex

diff --git a/biblio.bib b/biblio.bib
deleted file mode 100755 (executable)
index 402764f..0000000
Binary files a/biblio.bib and /dev/null differ
diff --git a/mdc.tex b/mdc.tex
index ec090e5d8d2a34a500f7fba2063148e57855e01e..785da32247afac8592c1cbdf6c2d129274110303 100755 (executable)
--- a/mdc.tex
+++ b/mdc.tex
@@ -12,8 +12,11 @@ The schematics of the MDC OEP v3 can be found in \cite{MDCOEP}. The schematics o
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \begin{table}[hb]
 \begin{center}
-\begin{tabularx}{\textwidth}{l|l|X}
+\begin{tabularx}{\textwidth}{|l|l|X|}
+\hline
 \textbf{Address} & \textbf{Name} & \textbf{Description} \\
+\hline
+\hline
 8000 - 803F & ADC              & Voltage monitoring ADC. see table \ref{MDCOEPADCMemoryMap} \\
 A000 - A0FF & Config. Mem.     & Configuration memory for thresholds and TDC settings  \\
 D000        & SPI Status Reg.  & see section SPI Flash \\
@@ -21,6 +24,7 @@ D001        & SPI Control Reg. & see section SPI Flash \\
 D100 - D13F & SPI Data Mem.    & see section SPI Flash \\
 D200        & Flash select     & select Flash ROM image \\
 E000        & TDC Readback Fifo & Fifo for readback values from TDC \\
+\hline
 \end{tabularx}
 \caption{Memory map for MDC OEP}
 \label{MDCOEPMemoryMap}
@@ -32,13 +36,17 @@ E000        & TDC Readback Fifo & Fifo for readback values from TDC \\
 
 \begin{table}[hb]
 \begin{center}
-\begin{tabularx}{\textwidth}{l|l|X}
+\begin{tabularx}{\textwidth}{|l|l|X|}
+\hline
 \textbf{Address} & \textbf{Name} & \textbf{Description} \\
+\hline
+\hline
 8000        & Control      &  Bit 0: ADC enable, 1: single measurement, 2: reset, 3: compare enable\\
 8001        & Overview     &  1 nibble for each voltage. Values: 0: voltage ok, 1: too low, 2: too high or combinations thereof. Too low / too high flags are stored until ADC reset. \\
 8010 - 8017 & Current voltage & One register for each channel. Bits 11 - 0 show the current voltage, measured in millivolt.\\
 8018 - 801F & Threshold    & One register for each channel. Bits 11 - 0 show the current low threshold, Bits 27 - 16 contain the current high threshold in millivolt. \\
 8020 - 8027 & Min/Max & One register for each channel. Bits 11 - 0 contain the lowest measured value, bits 27 - 16 show the highest measured value. Register are reset on ADC reset.\\
+\hline
 \end{tabularx}
 \caption{Memory map for MDC OEP voltage monitoring ADCs. The voltages assigned to each channel are shown in table \ref{MDCOEPADCChannels}}
 \label{MDCOEPADCMemoryMap}
@@ -47,8 +55,11 @@ E000        & TDC Readback Fifo & Fifo for readback values from TDC \\
 
 \begin{table}[hb]
 \begin{center}
-\begin{tabular}{l|l|l}
+\begin{tabular}{|l|l|l|}
+\hline
 \textbf{Channel} & \textbf{Voltage} & \textbf{Nominal Voltage}\\
+\hline
+\hline
 0 & 5V input & 5.8V \\
 1 & 5V regulated & 5.0V \\
 2 & 3.6V input & 3.8V \\
@@ -57,9 +68,9 @@ E000        & TDC Readback Fifo & Fifo for readback values from TDC \\
 5 & 1.2V regulated  & 1.20V\\
 6 & 3.0V input & 3.0V\\
 7 & -3.0V input & -3.0V\\
+\hline
 \end{tabular}
 \caption{ADC Channels for MDC OEP voltage monitoring. -3.0V are reported to be +3.0V by ADC. Both 5V channels are connected using a voltage divider, thus reading 2.5V at nominal voltage.}
 \label{MDCOEPADCChannels}
 \end{center}
-\end{table}
-\begin{small}\begin{footnotesize}             \end{footnotesize}\end{small}
\ No newline at end of file
+\end{table}
\ No newline at end of file