Difference between revisions of "IAC NaI Detectors"
Line 717: | Line 717: | ||
~ > runcontrol | ~ > runcontrol | ||
+ | |||
+ | === Run Control Interface === | ||
+ | |||
+ | 1. connect | ||
+ | |||
+ | 2. Configure | ||
+ | |||
+ | 3. Select V792_ADC | ||
+ | |||
+ | 4. at "REad From" select "roc1" | ||
+ | |||
+ | 5. Configure | ||
+ | |||
+ | 6. Download | ||
+ | |||
+ | ---------------------- | ||
+ | Then stopped. | ||
[[Positrons]] | [[Positrons]] |
Revision as of 20:53, 14 October 2011
General info on IAC NaI detector
[[1]]
Crystal size
NaI crystal sizes: 3”x3”
PMT base configureation
IAC NAI_0
analysis commands
/home/daq/CODA/CODAreader/UsingROOTnEVIO/Oleksiy/evio2nt -fr2177.dat > /dev/null
mv r2177 r2177.root
root r2177.root
TH1F * Hist1=new TH1F("Hist1","Hist1",4096,-0.5,4095.5);
ntuple->Draw("ADC1 >> Hist1")
Detector and Parts
Big pulse due to scope 1 M ohm scope resistance
Pulses in the following to detectors are huge due to we used wrong scope resistance of 1 M ohm.
IAC NAI_1
Without Mu material:
HV = 700 V
With Mu material:
HV = 700 V
IAC_NAI_2
With Mu material
HV = 700 V
Tests with 50 Ohm Scope Resistance
All the following tests are done under 700 V.
IAC NAI_1 with Base #1
Detector # 1 with Base #1:
IAC NAI_2 with Base #2
Detector # 2 with Base #2:
IAC NAI_3 with Base #3
Detector # 3 with Base #3:
IAC NAI_4 with Base #4
Detector # 4 with Base #4:
Calibration
Starting CODA
1st Attempt - Failed
1.msqld
~ >source CODA/setup
~ >msqld
mSQL Server 1.0.16coda starting ...
Can't start server : IP Bind : Address already in use
~ >
Ignore
telnet roc1
~ >source CODA/setup
~ >telnet roc1
Trying 10.1.1.2...
telnet: connect to address 10.1.1.2: No route to host
~ >
Restart roc1, first by turning off small pushing button, then by red button on the top.
et_start
~ >cource CODA/setup
cource: Command not found.
~ >source CODA/setup
~ >et_start -v -s 70000 -n 200
et_start: asking for 70000 byte events.
et_start: asking for 200 events.
et_start: starting ET system /tmp/et_sys_DAQ
et ERROR: et_system_start, ET system process already exists!
et_start: error in starting ET system
~ >rm /tmp/et_sys_DAQ
~ >et_start -v -s 70000 -n 200
et_start: asking for 70000 byte events.
et_start: asking for 200 events.
et_start: starting ET system /tmp/et_sys_DAQ
need to delete the old memory file /tmp/et_sys_DAQ
rcServer
~ >source CODA/setup
~ >rcServer
Listening for UDP on port 2052
sh: cmlog_activate: command not found
run control up and running!!
daLogMsg: run control up and running!!
coda_eb
~ >source CODA/setup
~ >coda_eb -i -s DAQ -n eb1 -t CDEB
CODA 2.5,Name : eb1, Type CDEB Id : 0
sh: cmlog_activate: command not found
"eb1" state now "booted"
daLogMsg: "eb1" state now "booted"
DAQ::eb1>
coda_er
~ >source CODA/setup
~ >coda_er -i -s DAQ -n LDS_ER -t ROC
CODA 2.5,Name : LDS_ER, Type ER Id : 0
sh: cmlog_activate: command not found
"LDS_ER" state now "booted"
daLogMsg: "LDS_ER" state now "booted"
DAQ::LDS_ER>
runcontrol
~ >source CODA/setup
~ >runcontrol
sh: uncompress: command not found
sh: uncompress: command not found
Run Control Interface
1st Attempt
Then Run control interface appears.
1. Press "Connect"
2. Press "Configure" (on the top middle)
Then "Run Type Configuration" appears
3. Select "SIS3610", Press "OK"
4. Press "Configure" again.
5. Select "V792_ADC", Press "OK"
6 Press "Download"
Followings are the messeges
INFO : runNumber is now: 2569
INFO : Run number is 2569
INFO : Parsing SIS3610 configuration
INFO : activate component roc1
INFO : activate component eb1
INFO : activate component LDS_ER
INFO : activate component coda_0
INFO : Parsing SIS3610 finished
WARN : No data count limit
WARN : No event count limit
INFO : transition Configure succeeded.
INFO : runNumber is now: 2569
INFO : Run number is 2569
INFO : Configuration V792_ADC is already in use.
INFO : Parsing V792_ADC configuration
INFO : activate component roc1
INFO : activate component eb1
INFO : activate component LDS_ER
INFO : activate component coda_0
INFO : Parsing V792_ADC finished
WARN : No data count limit
WARN : No event count limit
INFO : transition Configure succeeded.
INFO : Connecting to LDS_ER on host daq1.physics.isu.edu
INFO : booted ok
INFO : Connecting to eb1 on host daq1.physics.isu.edu
INFO : booted ok
INFO : Connecting to roc1 on host roc1
Then it stopped.
2nd Attempt
Then Run control interface appears.
1. Press "Connect"
2. Press "Configure" (on the top middle)
Then "Run Type Configuration" appears
3. Select "SIS3610", Press "OK"
4. Press "Configure" again.
5. Select "V792_ADC", Press "OK"
6 Press "Start Run"
INFO : Parsing V792_ADC finished
WARN : No data count limit
WARN : No event count limit
INFO : transition Configure succeeded.
INFO : Connecting to LDS_ER on host daq1.physics.isu.edu
INFO : booted ok
INFO : Connecting to eb1 on host daq1.physics.isu.edu
INFO : booted ok
INFO : Connecting to roc1 on host roc1
Then it stopped again.
3rd Attempt
Then Run control interface appears.
1. Press "Connect"
2. Press "Configure" (on the top middle)
Then "Run Type Configuration" appears
3. Select "V792_ADC", Press "OK"
4. Press "Start Run"
INFO : transition Configure succeeded.
INFO : Connecting to LDS_ER on host daq1.physics.isu.edu
INFO : booted ok
INFO : Connecting to eb1 on host daq1.physics.isu.edu
INFO : booted ok
INFO : Connecting to roc1 on host roc1
Then it stopped.
Second Attempt to Start CODA
msqld
~ >source CODA/setup
~ >msqld
mSQL Server 1.0.16coda starting ...
Can't start server : IP Bind : Address already in use
Need to kill the process
ps -aux | grep msqld
Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procps-3.2.7/FAQ daq 7724 0.0 0.0 2216 828 ? S Sep26 0:00 msqld daq 23620 0.0 0.0 3912 684 pts/0 R+ 14:12 0:00 grep msqld
~ >kill -9 7724
~ >msqld
mSQL Server 1.0.16coda starting ...
setjmp returned 0
Checking Authority to use databases in /usr/local/coda/common/rcdb
loading administration ACL msql.acl
admin ACL loaded
loading ACL for database LDS.back
Warning : Couldn't open ACL file: No such file or directory
database LDS.back ACL loaded.
loading ACL for database LDS
Warning : Couldn't open ACL file: No such file or directory
database LDS ACL loaded.
loading ACL for database LDS.back1
Warning : Couldn't open ACL file: No such file or directory
database LDS.back1 ACL loaded.
ACL load done
telnet roc1
~ >source CODA/setup
~ >telnet roc1
Trying 10.1.1.2...
Connected to roc1.
Escape character is '^]'.
->
t_start
~ >source CODA/setup
~ >et_start -v -s 70000 -n 200
et_start: asking for 70000 byte events.
et_start: asking for 200 events.
et_start: starting ET system /tmp/et_sys_DAQ
et ERROR: et_system_start, ET system process already exists!
et_start: error in starting ET system
~ >rm /tmp/et_sys_DAQ
~ >et_start -v -s 70000 -n 200
et_start: asking for 70000 byte events.
et_start: asking for 200 events.
et_start: starting ET system /tmp/et_sys_DAQ
rcServer
~ >source CODA/setup
~ >ps -aux | grep rcServer
Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procps-3.2.7/FAQ
daq 23886 0.0 0.0 3912 692 pts/20 S+ 14:39 0:00 grep rcServer
~ >rcServer
Warning: RunControl Server: DAQ may be running already
Info: RunControl Server DAQ is not running on port 2052
Listening for UDP on port 2052
sh: cmlog_activate: command not found
run control up and running!!
daLogMsg: run control up and running!!
tried to kill them
~ >source CODA/setup
~ >ps -aux | grep rcServer
Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procps-3.2.7/FAQ
daq 23969 0.0 0.0 3912 696 pts/20 S+ 14:43 0:00 grep rcServer
~ >kill -9 23969
23969: No such process
~ >ps -aux | grep rcServer
Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procps-3.2.7/FAQ
daq 23972 0.0 0.0 3912 692 pts/20 S+ 14:43 0:00 grep rcServer
~ >kill 23969
23969: No such process
~ >kill -9 23972
23972: No such process
~ >ps -aux | grep rcServer
Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procps-3.2.7/FAQ
daq 23976 0.0 0.0 3912 696 pts/20 S+ 14:44 0:00 grep rcServer
~ >kill -9 23976
23976: No such process
~ >ps -aux | grep rcServer
Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procps-3.2.7/FAQ
daq 23978 0.0 0.0 3912 696 pts/20 S+ 14:44 0:00 grep rcServer
~ >kill -9 23978
23978: No such process
~ >ps -aux | grep rcServer
Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procps-3.2.7/FAQ
daq 23980 0.0 0.0 3912 716 pts/20 R+ 14:44 0:00 grep rcServer
~ >kill -9 23980
23980: No such process
~ >ps -aux | grep rcServer
Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procps-3.2.7/FAQ
~ >ps -aux | grep rcServer
Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procps-3.2.7/FAQ
~ >rcServer
Warning: RunControl Server: DAQ may be running already
Info: RunControl Server DAQ is not running on port 2052
Listening for UDP on port 2052
sh: cmlog_activate: command not found
run control up and running!!
daLogMsg: run control up and running!!
coda_eb
~ >cource CODA/setup
cource: Command not found.
~ >source CODA/setup
~ >coda_eb -i -s DAQ -n eb1 -t CDEB
CODA 2.5,Name : eb1, Type CDEB Id : 0
sh: cmlog_activate: command not found
"eb1" state now "booted"
daLogMsg: "eb1" state now "booted"
DAQ::eb1>
coda_er
~ >source CODA/setup
~ >coda_er -i -s DAQ -n LDS_ER -t ROC
CODA 2.5,Name : LDS_ER, Type ER Id : 0
sh: cmlog_activate: command not found
"LDS_ER" state now "booted"
daLogMsg: "LDS_ER" state now "booted"
DAQ::LDS_ER>
runcontrol
~ >source CODA/setup
~ > runcontrol
Run Control Interface
1. connect
2. Configure
3. Select V792_ADC
4. at "REad From" select "roc1"
5. Configure
6. Download
Then stopped.