Project

General

Profile

Test stand DAQ » History » Revision 12

Revision 11 (Jixie Zhang, 12/29/2020 03:06 PM) → Revision 12/17 (David Flay, 12/29/2020 03:44 PM)

h1. [[Run list]]     

 h1. [[Linux/macOS VNC Instructions]] 

     



 h1. Test stand DAQ 

 VME CPU intelvmeha8 ROC2 ROC ID : 4 

 DAQ computer clrlpc  

 HV on /dev/ttyUSB2 

 VME crate on /dev/ttyUSB1 

 type CAEN to accesss the crate 

 to access use minicom, if you need to setup the port for /dev/ttyUSB1 or USB2 do : minicom -s and change serial settings ( should be 9600 8 N 1 ) 


 DAQ on VNC :1 


 Log on clrlpc , type tcsh  

 To start CODA type : startcoda 

 choose config TIintelvmeha8 and start run 

 Online diagnostic : 

  cd DiagGUI/fe_diaggui/ 
  ./DiagGUI intelvmeha8.txt 




 To look at data : 

 cd companaEcal 

 ./compana 

 give run number 

 root file goes in  

 /home/a-compton/companaEcal/Rootfiles 

 Few root command to display waveforms : 
 i=0; 
 T->Draw("fadc_slot7:Iteration$","","L",1,i++); 


 To change latency of fadc: 
 1) go to clrlpc:/home/coda/3.10/linuxvme/fadc-HallB/rol 
 2) modify fadc_list.C  
 3) ssh a-compton@intelvmeha8; cd /home/coda/3.10/linuxvme/fadc-HallB/rol; make 
 4) restart coda