DAQ systems: Genesys

From Atlas Wiki
Revision as of 12:00, 10 February 2023 by Aalonso@nikhef.nl (talk | contribs) (add info from the Nikhef ITk twiki (cern twiki))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

---++ DAQ: Genesys setup

For petal reception, two setups are required: FELIX (the one ATLAS will use) and Genesys (the one used by the petal manufacturers before shipping them to Nikhef). Genesys doesn't require servers and it's more simple than FELIX.

More info about the Genesys2 card can be found here: https://twiki.cern.ch/twiki/bin/view/Atlas/Genesys2ITSDAQ

ITSDAQ firmware: https://www.hep.ucl.ac.uk/~warren/upgrade/firmware/?C=M;O=D

ITSDAQ software: https://gitlab.cern.ch/atlas-itk-strips-daq/itsdaq-sw

Documentation of the ITSDAQ software: https://atlas-strips-itsdaq.web.cern.ch (previous tracker documentation was called SCTDAQ and sometimes names may be mixed along the documentation).

<img alt="Genesys setup at SR1. Picture by Punit Sharma" height="268" src="%ATTACHURL%/IMG_20221013_131437.jpg" title="IMG_20221013_131437.jpg" width="442" />

Working chain with VLDB+ and Nikhef adapter board: G2 --&gt; FMC-QSFP --&gt; VLDB+ --&gt; AdapterBoard --&gt; Module

Firmware: https://www.hep.ucl.ac.uk/~warren/upgrade/firmware/genesys2_itsdaq_vc5f0_FDP_STAR.bit

Genesys setup at lab N221 at Nikhef, mounted on 31st October 2022, consisting of a Genesys2 with FMC-QSFP and transceiver connected to the module through the VLDB+ and the adapter board which have the role of an EoS card:

<img alt="ITk-server in Nikhef lab N221. It will be moved to the cleanroom when petals arrive to Amsterdam. In this picture, both FELIX (through blue fibers) and Genesys (through red ethernet cable) are connected to this server" height="446" src="%ATTACHURL%/ITk-server_labN221_20221207_1132.jpg" title="ITk-server_labN221_20221207_1132.jpg" width="594" /> <img alt="Genesys setup in lab N221 at Nikhef mounted on 31-10-22" height="470" src="%ATTACHURL%/Genesys_setup_NIkhef_31-10-22.png" title="Genesys_setup_NIkhef_31-10-22.png" width="572" />

How to configure the Genesys setup:

After installing the firmware and software, the server and Genesys must be able to communicate if the IP addresses are set correctly. You can check this with:

<verbatim> ifconfig </verbatim>

My Genesys is connected to the second ethernet interface eno2 of the ITk server (see the red ethernet cable going to the ITk server in the picture). The IP on eno2 has to be the same as the one shown on the display of the Genesys (192.168.222.16 for my Genesys), but changing the last digits, for example: 192.168.222.10. You can modify this in:

<verbatim> vi /etc/sysconfig/network-scripts/ifcfg-eno2 </verbatim>

For the changes to take effect, you have to restart the network with the command:

<verbatim> sudo /etc/init.d/network restart</verbatim>

Create the directory: sctdaq/sctvar/config/ and inside of it, create these folders: config/ data/ etc/ ps/ results/. Copy all the configuration files from itsdaq-sw/config to /sctdaq/sctvar/config/ and execute the following commands:

<verbatim>

cd itsdaq-sw

(cd /cvmfs/sft.cern.ch/lcg/releases ; lcgenv/latest/lcgenv -p LCG_96python3 x86_64-centos7-gcc8-opt ROOT) > env_file

source ./env_file

export BOOSTDIR=$BOOST__HOME/include

source /cvmfs/sft.cern.ch/lcg/views/LCG_100/x86_64-centos7-gcc8-opt/setup.sh

python waf configure

python waf build

python waf install

export SCTDAQ_VAR=/home/aalonso/sctdaq/sctvar/config

export SCTDB_USER=0001

./RUNITSDAQ.sh</verbatim>

Once everything is set correctly, the commands configure, build and install no longer need to be executed.

The following GUI will be opened:

<img alt="GUI that opens after executing RUNITSDAQ" height="775" src="%ATTACHURL%/GUI.png" title="GUI.png" width="1278" />

-- Main.AndreaGarciaAlonso - 2022-10-20