diff --git a/manual/manual-client/Eiger_short.tex b/manual/manual-client/Eiger_short.tex index b7b729381..56a5e7cd5 100644 --- a/manual/manual-client/Eiger_short.tex +++ b/manual/manual-client/Eiger_short.tex @@ -70,9 +70,39 @@ To do that: \begin{verbatim} sls_detector_put 0-config mydetector.config \end{verbatim} -Refer to sample configuration files to produce the appropriate one for your detector. -\underline{In the case of cSAXS the {\tt{mydetector.config}} *at present* is:}\\ -\underline{/sls/X12SA/data/x12saop/EigerPackage/beb\_1.5M\_1Gb\_fiber.config} + +In the config file, if client, receiver and detector are using \textbf{1GbE} the following lines are mandatory: +\begin{verbatim} +detsizechan 1024 512 #detetctor geometry, long side of the module first +hostname beb059+beb058+ #1Gb detector hostname for controls +0:rx_tcpport 1991 #tcpport for the first halfmodule +0:rx_udpport 50011 #udp port first quadrant, first halfmodule +0:rx_udpport2 50012 #udp port second quadrant, first halfmodule +1:rx_tcpport 1992 #tcpport for the second halfmodule +1:rx_udpport 50013 #udp port first quadrant, second halfmodule +1:rx_udpport2 50014 #udp port second quadrant, second halfmodule +rx_hostname x12sa-vcons #1Gb receiver pc hostname +outdir /sls/X12SA/data/x12saop/Data10/Eiger0.5M +\end{verbatim} + +In the config file, if client, receiver and detector commands are on 1Gb, but detector data to receiver are sent using \textbf{10GbE} the following lines are mandatory: +\begin{verbatim} +detsizechan 1024 512 #detetctor geometry, long side of the module first +hostname beb059+beb058+ #1Gb detector hostname for controls +0:rx_tcpport 1991 #tcpport for the first halfmodule +0:rx_udpport 50011 #udp port first quadrant, first halfmodule +0:rx_udpport2 50012 #udp port second quadrant, first halfmodule +0:rx_udpip 10.0.30.210 #udp IP of the receiver over 10Gb +0:detectorip 10.0.30.100 #first half module 10 Gb IP +1:rx_tcpport 1992 #tcpport for the second halfmodule +1:rx_udpport 50013 #udp port first quadrant, second halfmodule +1:rx_udpport2 50014 #udp port second quadrant, second halfmodule +1:rx_udpip 10.0.40.210 #udp IP of the receiver over 10Gb, + can be the same or different from 0:rx_udpip +1:detectorip 10.0.40.101 #second half module 10 Gb IP +rx_hostname x12sa-vcons #1Gb receiver pc hostname +outdir /sls/X12SA/data/x12saop/Data10/Eiger0.5M +\end{verbatim} One can configure all the detector settings in a parameter file {\tt{setup.det}}, which is loaded by doing: \begin{verbatim}