Difference between revisions of "GeP ECal cosmics DAQ"

From Hall A Wiki
Jump to: navigation, search
(Set up VTP)
(Set up VTP)
Line 44: Line 44:
  
 
=== Set up VTP ===
 
=== Set up VTP ===
* Download the firmware "fe_vtp_v7_sbs_ecal.bin" and put it under <code>/adaqfs/home/sbs-onl/ecal/vtp/firmware</code>
+
At sbs-onl@hksvtp:
* Update the DiagGUI to the latest version with ECAL implemented: <code>/adaqfs/home/sbs-onl/ecal/fe_diaggui/</code>
+
* Update the firmware to use "fe_vtp_v7_sbs_ecal.bin" and "fe_vtp_hallb_z7.bin" at <code>vtp/firmware</code>
* VTP configuration file: sbs-onl@hksvtp:/home/sbs-onl/vtp/cfg/ecalvtp.cnf
+
* VTP configuration file: <code>vtp/cfg/ecalvtp.cnf</code>
 +
* Readout list at <code>vtp/rol/ecal_vtp_list.c</code> (based on NPS VTP rol)
 +
 
 +
At sbs-onl@eel124gemdaq:
 +
* Update the DiagGUI to the latest version with ECAL implemented: <code>SBS-ECAL/fe_diaggui/</code>
 +
 
 +
=== FADC ===
 +
At sbs-onl@sbsvme22:
 +
* Update the firmware to use "fe_fadc_adc_1b07.mcs" and "fe_fadc_ctrl_vxs_readout_bb.mcs" at <code>linuxvme/fadc/firmware</code>
 +
* Readout list at <code>rol/ecal_list.c</code>
 +
* Configuration file at <code>cfg/fadc250/ecal.cnf</code>
  
 
=== FADC Scaler ===
 
=== FADC Scaler ===
 
* Scaler server auto start is set at jceidt "Expert->Supervisor Process"
 
* Scaler server auto start is set at jceidt "Expert->Supervisor Process"

Revision as of 11:58, 9 May 2024

  • CPU : sbsvme22
  • VTP : hksvtp portservhats4 port 3 geptestvxs.jlab.org
  • VXS crate : 129.57.188.101

2 FADCs in slot 8 and 9

  • DiagGui

In sbs-onl account from daq computers or CPU

cd ecal/fe_diaggui

./runDiagGui.sh ecaltest.txt

ECAL VTP trigger

  • Each block reports a hit that is above the TET threshold to VTP and its crossing threshold time.
  • For a super module, if there are more than "VTP_SBS_ECAL_COSMIC_MLTP_THR" blocks having a hit within "VTP_SBS_ECAL_COSMIC_HIT_DT", it will register a trigger candidate at the time when the "VTP_SBS_ECAL_COSMIC_MLTP_THR" requirement is first met. The trigger candidate for each super module is reported.
  • For all three super modules, if there are more than "VTP_SBS_ECAL_COSMIC_NSMO_THR" super modules having a trigger candidate within "VTP_SBS_ECAL_COSMIC_SMO_DT", a trigger is generated at the time units when the "VTP_SBS_ECAL_COSMIC_NSMO_THR" are met. The trigger is reported.
  • VTP_SBS_ECAL_COSMIC_SMO_DT>= VTP_SBS_ECAL_COSMIC_HIT_DT

VNC connection

  • ssh adaq@adaq1
  • ssh sbs-onl@eel124gemdaq
  • Start a VNC session: start_daq_vnc
  • Connect to a VNC session: connect_daq_vnc (same password as "adaq")

Set up CODA

  • Use "sbs-onl@eel124gemdaq" to run CODA
  • In sbs-onl@eel124gemdaq: .bashrc, I changed
EXPID=EELDAQ 
SESSION=EELRP
export CODA_SCRIPTS="${HOME}/SBS-GENRP/coda_scripts"

to

EXPID=COSMICDAQ
SESSION=ECALDAQ
export CODA_SCRIPTS="${HOME}/SBS-ECAL/coda_scripts"
  • Create a softlink at "eel124gemdaq": SBS-ECAL -> /adaqfs/home/sbs-onl/ecal/, and add a component table: SBS-ECAL/coda_scripts/config/ECALDAQ/coda_component_table.cfg
  • Change the $COOL_HOME and $JAVA_HOME in SBS-ECAL/coda_scripts/setupCODA3.bash
  • Create a configuration "ecalcosmic" with "sbsvme22" and "hksvtp" in jceidt
  • Change $EXPID and $SESSION in SBS-ECAL/coda_scripts/coda_platform.sh
  • Modify /etc/systemd/system/platform.service to point to the above coda_platform.sh, and restart the platform.service

Set up VTP

At sbs-onl@hksvtp:

  • Update the firmware to use "fe_vtp_v7_sbs_ecal.bin" and "fe_vtp_hallb_z7.bin" at vtp/firmware
  • VTP configuration file: vtp/cfg/ecalvtp.cnf
  • Readout list at vtp/rol/ecal_vtp_list.c (based on NPS VTP rol)

At sbs-onl@eel124gemdaq:

  • Update the DiagGUI to the latest version with ECAL implemented: SBS-ECAL/fe_diaggui/

FADC

At sbs-onl@sbsvme22:

  • Update the firmware to use "fe_fadc_adc_1b07.mcs" and "fe_fadc_ctrl_vxs_readout_bb.mcs" at linuxvme/fadc/firmware
  • Readout list at rol/ecal_list.c
  • Configuration file at cfg/fadc250/ecal.cnf

FADC Scaler

  • Scaler server auto start is set at jceidt "Expert->Supervisor Process"