Difference between revisions of "Compton DAQ Dev"

From Hall A Wiki
Jump to: navigation, search
(Basic Setup)
(How to Run)
Line 26: Line 26:
  
 
== [[How to Run]] ==
 
== [[How to Run]] ==
 +
 +
<pre>
 +
updated Oct 12, 2022.  R. Michaels
 +
 +
How to login to the two ROCs and start the ROC
 +
 +
ssh -X amoll1 -l sbs-onl
 +
./startroc1
 +
 +
ssh -X havtp1 -l sbs-onl
 +
./startRoc
 +
 +
How to start CODA on atedf3.  Username adaq.
 +
 +
kcoda
 +
 +
startcoda
 +
 +
VTP readout
 +
havtp1:/home/sbs-onl/comptonDaq/vtp/rol/vtp_list.so
 +
ROC1 readout
 +
amoll1:/home/sbs-onl/comptonDaq/rol/vtpCompton_list.so
 +
 +
Oct 12, 2022.
 +
Currently using a 50 Hz front-panel pulser trigger on TI.
 +
Later want to modify this to use a trigger from VTP based on data
 +
from FADC and/or the VETROC.
 +
 +
If I drop the VTP from the readout and remove tiRocEnable(2)
 +
from amoll1:/home/sbs-onl/comptonDaq/rol/vtpCompton_list.c
 +
then the DAQ runs fine and both the FADC and VETROC data
 +
make sense.
 +
 +
Next I added the VTP.  Still a FP trigger.  It downloads
 +
and prestarts. But here is where the problems start.
 +
</pre>
 +
 
== [[Current Problems]] ==
 
== [[Current Problems]] ==
 
== [[Analysis Software]] ==
 
== [[Analysis Software]] ==

Revision as of 11:57, 12 October 2022

Project to Develop a DAQ for the Compton

See earlier work https://hallaweb.jlab.org/wiki/index.php/Compton_Counting_DAQ_Software_HOWTO

Basic Setup

updated R. Michaels Oct 12, 2022

Here are some notes on the project of developing the Compton counting mode DAQ. The original work was done mainly by Bryan Moffit and Ben Raydo in 2020, with input from others.

It is foreseen to be a precurse of a moller polarimeter DAQ and a counting-mode DAQ for the MOLLER project, etc.

Here is a picture https://hallaweb.jlab.org/wiki/index.php/File:Polarimeter_daq_xfig.pdf

The basic configuration of the DAQ

DAQ config: https://hallaweb.jlab.org/wiki/index.php/File:HaVTP_config.png

ROC1 : https://hallaweb.jlab.org/wiki/index.php/File:Roc1_config.png

VTP : https://hallaweb.jlab.org/wiki/index.php/File:VtpROC_config.png

How to Run

updated Oct 12, 2022.  R. Michaels

How to login to the two ROCs and start the ROC

ssh -X amoll1 -l sbs-onl
./startroc1

ssh -X havtp1 -l sbs-onl
./startRoc

How to start CODA on atedf3.  Username adaq.

kcoda

startcoda

VTP readout
havtp1:/home/sbs-onl/comptonDaq/vtp/rol/vtp_list.so
ROC1 readout
amoll1:/home/sbs-onl/comptonDaq/rol/vtpCompton_list.so

Oct 12, 2022.
Currently using a 50 Hz front-panel pulser trigger on TI.
Later want to modify this to use a trigger from VTP based on data
from FADC and/or the VETROC.

If I drop the VTP from the readout and remove tiRocEnable(2)
from amoll1:/home/sbs-onl/comptonDaq/rol/vtpCompton_list.c
then the DAQ runs fine and both the FADC and VETROC data
make sense.

Next I added the VTP.  Still a FP trigger.  It downloads
and prestarts. But here is where the problems start. 

Current Problems

Analysis Software