-\section{Introduction}
-The Micro Vertex Detector (MVD) of the Compressed Baryonic Matter (CBM) experiment employs
-Monolithic Active Pixsel Sensors (MAPS) due to their unique properties concerning spacial
-resolution, low material budget and radiation hardness.
-
-At the present time (march 2014) the Detector is not yet in the production phase but there
-is ongoing research and development. Due to the fact that the sensor, intended for use in
-the final detector, is not available yet, a prototype data acquisition (DAQ) system is developed
-around the MIMOSA26 chip.
-This documentation aims for describing the latest revision of the DAQ system, as well as providing
-a guide to the monitoring, control and data acquisition software for the high level user.
-
-\section{Breakdown of the data acquisition system}
+\section{Breakdown of the data acquisition hardware}
% \subsection{Overview}
\subsection{Front-end electronics(2): The converter board}
\label{sec:converter_board}
The converter board is the main front-end electronics component.
-It is intended to electrically accommodate up to two sensors and it provides a means to monitor the
+It is intended to electrically accommodate up two sensors and it provides a means to monitor the
sensor's electrical behaviour.
The converter board consists of the following circuits:
Each power supply unit has a shunt plus a high side current mirror in order to measure the
voltage drop on the shunt that is proportional to the output current.
This voltage drop is not only measured by the ADC section, but also monitored by an analog comparator.
-The comparator also receives a reference voltage from a programmable on-board DAC.
+The comparator also receives a reference voltage from a
+\hyperref[sec:Programmable_DAC]{programmable on-board DAC}.
If the output current exceeds a certain threshold, depending on the DAC setting, a fast digital signal
is generated by the comparator indicating an overcurrent situation
(see figure \ref{fig:latch-up_detection}).
physics experiments due to its versatility.
It is equipped with five Lattice ECP3-150EA FPGAs, i.e. one central and four peripheral FPGAs.
-The board possesses eight SFP ports that are able to accomodate optical or electrical ethernet adaptors.
+The board possesses eight SFP ports that are able to accommodate optical or electrical ethernet adaptors.
Next to each peripheral FPGA a high pin density extension connector is located, that can be equipped
with specialized adaptor or interface boards. This way a wide range of data acquisition applications
is possible. The FPGAs have an internal flash storage for its design configuration.
the entity allows for the switching of power and signal lines to and from the sensor via slow control.
Furthermore it is involved in the acquisition of sensor status information,
such as sensor temperature and power consumption.
-For communication with the converter board the entity includes an SPI slave interface and a
+The ADC data acquisition and the converter board components are controlled by the on board
+\hyperref[sec:Microcontroller]{microcontroller}.
+To communicate with the microcontroller the entity incorporates an SPI slave interface and a
bidirectional UART.
The CbController entity forwards slow control commands to the converter board via the UART
and receives status information in turn.
by the ADCs on the converter board.
The readings get stored in dedicated registers and are refreshed continuously. The register contents
can then be read out via slow control requests.
-The ADC data acquisition and the converter board components are controlled by the on board
-\hyperref[sec:Microcontroller]{microcontroller}.
\subsubsection{hub/ccu?(draft!)}
[??placeholder]
\newpage
-\section{Prerequisites (draft)}
-\begin{itemize}
-\item
-A Linux system.
-\item
-Perl has to be installed.
-\item
-An Apache webserver has to be running that executes perl scripts when they are requested
-via HTTP (even outside a cgi-bin directory). (link to a tutorial?)
-\item
-libxml-perl has to be installed.
-\item
-(how is it called?) storable perl module
-\item
-git
-\end{itemize}
+\section{Introduction}
+The Micro Vertex Detector (MVD) of the Compressed Baryonic Matter (CBM) experiment employs
+Monolithic Active Pixsel Sensors (MAPS) due to their unique properties concerning spacial
+resolution, low material budget and radiation hardness.
+
+At the present time (march 2014) the Detector is not yet in the production phase but there
+is ongoing research and development. Due to the fact that the sensor, intended for use in
+the final detector, is not available yet, a prototype data acquisition (DAQ) system is developed
+around the MIMOSA26 chip.
+This documentation aims for describing the latest revision of the DAQ system, as well as providing
+a guide to the monitoring, control and data acquisition software for the high level user.
+
+
+
+% \section{Prerequisites (draft)}
+% \begin{itemize}
+% \item
+% A Linux system.
+% \item
+% Perl has to be installed.
+% \item
+% An Apache webserver has to be running that executes perl scripts when they are requested
+% via HTTP (even outside a cgi-bin directory). (link to a tutorial?)
+% \item
+% libxml-perl has to be installed.
+% \item
+% (how is it called?) storable perl module
+% \item
+% git
+% \end{itemize}
\include{daqsetup}