]> jspc29.x-matter.uni-frankfurt.de Git - daqdocu.git/commitdiff
*** empty log message ***
authorhadeshyp <hadeshyp>
Tue, 17 Jul 2012 13:20:58 +0000 (13:20 +0000)
committerhadeshyp <hadeshyp>
Tue, 17 Jul 2012 13:20:58 +0000 (13:20 +0000)
trb3/GbEGettingStarted.tex [new file with mode: 0644]
trb3/main.tex

diff --git a/trb3/GbEGettingStarted.tex b/trb3/GbEGettingStarted.tex
new file mode 100644 (file)
index 0000000..30df47a
--- /dev/null
@@ -0,0 +1,23 @@
+In order to control TRB3 or a larger system with TRB3 as slow control client via Ethernet link, one needs to properly install and compile the trbcmd server, load a correct FPGA design and configure DHCP deamon on the server PC.Follow the instructions described in the next points.
+
+\subsubsection{FPGA design}
+The optical link, activated for the Slow Control over GbE is the one labelled SFP8.
+After loading the design, TRB3 will automatically start to send control packets once per second. With any network monitoring tools (ex. Wireshark) one have to capture such packet and check the source MAC address. This address has to be added to the DHCP configuration on Slow Control server PC.
+\begin{itemize*}
+\item Open /etc/dhcpd.conf and add an entry specifing hostname and MAC address
+\item Open /etc/hosts and add an etry specifing hostanme and an selected IP address
+\item Restart DHCP daemon
+\end{itemize*}
+Now you can reload the central FPGA and it should automatically aquire the IP address from the server. One can verify that by monitoring the network traffic or system log file.
+
+
+\subsubsection{Trbcmd server}
+\begin{itemize*}
+\item Download the latest release of {\bf trbcmd} and {\bf libtrbnet} from CVS repository: \begin{verbatim}trbsoft/trbnettools/libtrbnet \end{verbatim}
+\item Compile with appropriate flag: \begin{verbatim} make TRB3=1\end{verbatim}
+\item Set up the environment variable DAQ_SERVER to your TRB3 hostname
+\end{itemize*}
+
+
+\subsubsection{Usage}
+Now you are ready to use the trbcmd in the same way as it is for the normal HADES system.
\ No newline at end of file
index c997ead79ee54e63f4b7e5168e333dfc02434902..c8a346edfd1464193f69a4d7c4162df0f81b22ba 100755 (executable)
 
   \clearpage
   \section{GbE Slow-Control}
+    \subsection{Getting Started}
+      \input{GbEGettingStarted}
     \subsection{Building Blocks}
     \subsection{Slow Control Registers}