| ID |
Date |
Author |
Subject |
|
816
|
Mon May 27 08:51:04 2019 |
TD | Offline analysis of alpha background data files May19/R1, R2, R7, R8, R9, R11 | Offline analysis of alpha background data files May19/R1, R2, R7, R8, R9, R11 ( c. 380h )
1 per DSSSD m_p versus m_n
2 per DSSSD x versus y
3 per DSSSD E_p versus E_n
4 per DSSSD E_p versus E_n - zoom to 5 & 7Mev groups
5 hit pattern ( DSSSD order ) versus E
6 x & y projections of 5 & 7MeV groups from hit pattern ( DSSSD order ) versus E
7 hit pattern ( DSSSD order)
8 hit pattern ( ASIC order ) |
| Attachment 1: 100.png
|
|
| Attachment 2: 101.png
|
|
| Attachment 3: 102.png
|
|
| Attachment 4: 104.png
|
|
| Attachment 5: 105.png
|
|
| Attachment 6: 106.png
|
|
| Attachment 7: 107.png
|
|
| Attachment 8: 110.png
|
|
| Attachment 9: 111.png
|
|
|
817
|
Mon May 27 10:31:35 2019 |
TD | Updated /etc/hosts & /etc/dhcp/dhcpd.conf |
/etc/dhcp/dhcpd.conf updated to reflect actual MAC and IP
addresses for nnrpi1 and to add nnrpi2 to /etc/hosts
nnrpi1
% /sbin/ifconfig -a
eth0 Link encap:Ethernet HWaddr b8:27:eb:0b:f6:73
inet addr:10.1.1.114 Bcast:10.1.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:9315838 errors:0 dropped:0 overruns:0 frame:0
TX packets:9579504 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:492141377 (469.3 MiB) TX bytes:3950371110 (3.6 GiB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:8485967 errors:0 dropped:0 overruns:0 frame:0
TX packets:8485967 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2807265055 (2.6 GiB) TX bytes:2807265055 (2.6 GiB)
nnrpi2
pi@npg-monitor ~ $ ifconfig -a
eth0 Link encap:Ethernet HWaddr b8:27:eb:6b:0a:a0
inet addr:10.1.1.117 Bcast:10.1.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:806 errors:0 dropped:0 overruns:0 frame:0
TX packets:872 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:66327 (64.7 KiB) TX bytes:548797 (535.9 KiB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) |
| Attachment 1: hosts
|
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
10.1.1.250 aidas1
10.1.1.114 nnrpi1 nnrpi rpi
10.1.1.117 nnrpi2 npg-monitor
10.1.1.1 nnaida1
10.1.1.2 nnaida2
10.1.2.3 nnaida3
10.1.2.4 nnaida4
10.1.1.5 nnaida5
10.1.1.6 nnaida6
10.1.2.7 nnaida7
10.1.2.8 nnaida8
10.1.1.9 nnaida9
10.1.1.10 nnaida10
10.1.2.11 nnaida11
10.1.2.12 nnaida12
10.1.1.13 nnaida13
10.1.1.14 nnaida14
10.1.2.15 nnaida15
10.1.2.16 nnaida16
10.1.1.17 nnaida17
10.1.1.18 nnaida18
10.1.2.19 nnaida19
10.1.2.20 nnaida20
10.1.1.21 nnaida21
10.1.1.22 nnaida22
10.1.2.23 nnaida23
10.1.2.24 nnaida24
10.1.1.25 nnaida25
10.1.1.26 nnaida26
10.1.2.27 nnaida27
10.1.2.28 nnaida28
10.1.1.29 nnaida29
10.1.1.30 nnaida30
10.1.2.31 nnaida31
10.1.2.32 nnaida32
|
| Attachment 2: dhcpd.conf
|
#
# DHCP Server Configuration file.
# see /usr/share/doc/dhcp*/dhcpd.conf.sample
#
authoritative;
ddns-update-style none; ddns-updates off;
max-lease-time 691200;
option domain-search code 119 = string;
subnet 10.1.1.0 netmask 255.255.255.0 {
option subnet-mask 255.255.255.0;
option broadcast-address 10.1.1.255;
option routers 10.1.1.250;
pool {
range 10.1.1.100 10.1.1.249;
}
}
subnet 10.1.2.0 netmask 255.255.255.0 {
option subnet-mask 255.255.255.0;
option broadcast-address 10.1.2.255;
option routers 10.1.2.250;
pool {
range 10.1.2.100 10.1.2.249;
}
}
subnet 10.1.3.0 netmask 255.255.255.0 {
option subnet-mask 255.255.255.0;
option broadcast-address 10.1.3.255;
option routers 10.1.3.250;
pool {
range 10.1.3.100 10.1.3.249;
}
}
subnet 10.1.4.0 netmask 255.255.255.0 {
option subnet-mask 255.255.255.0;
option broadcast-address 10.1.4.255;
option routers 10.1.4.250;
pool {
range 10.1.4.100 10.1.4.249;
}
}
subnet 10.1.5.0 netmask 255.255.255.0 {
option subnet-mask 255.255.255.0;
option broadcast-address 10.1.5.255;
option routers 10.1.5.250;
pool {
range 10.1.5.100 10.1.5.249;
}
}
group {
use-host-decl-names true;
default-lease-time 3600;
max-lease-time 14400;
server-name "10.1.1.250";
next-server 10.1.1.250;
host nnrpi1 {
hardware ethernet b8:27:eb:0b:f6:73;
fixed-address 10.1.1.114;
}
host nnrpi2 {
hardware ethernet b8:27:eb:6b:0a:a0;
fixed-address 10.1.1.117;
}
host nnaida1 {
hardware ethernet 00:04:a3:2a:d0:1b;
fixed-address 10.1.1.1;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida1,tcp";
}
host nnaida2 {
hardware ethernet 00:04:a3:2a:d9:e1;
fixed-address 10.1.1.2;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida2,tcp";
}
host nnaida5 {
hardware ethernet 00:04:a3:2a:d0:10;
fixed-address 10.1.1.5;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida5,tcp";
}
host nnaida6 {
hardware ethernet 00:04:a3:2a:d4:b7;
fixed-address 10.1.1.6;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida6,tcp";
}
host nnaida9 {
hardware ethernet 00:04:a3:2a:d9:ad;
fixed-address 10.1.1.9;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida9,tcp";
}
host nnaida10 {
hardware ethernet 00:04:a3:2a:f7:07;
fixed-address 10.1.1.10;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida10,tcp";
}
host nnaida13 {
hardware ethernet 00:04:a3:2b:11:b9;
fixed-address 10.1.1.13;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida13,tcp";
}
host nnaida14 {
hardware ethernet 00:04:a3:2b:11:b8;
fixed-address 10.1.1.14;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida14,tcp";
}
host nnaida17 {
hardware ethernet 00:04:a3:2a:ed:b9;
fixed-address 10.1.1.17;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida17,tcp";
}
host nnaida18 {
hardware ethernet 00:04:a3:2b:11:ae;
fixed-address 10.1.1.18;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida18,tcp";
}
host nnaida21 {
hardware ethernet 00:04:a3:2b:27:23;
fixed-address 10.1.1.21;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida21,tcp";
}
host nnaida22 {
hardware ethernet 00:04:a3:2a:f6:e9;
fixed-address 10.1.1.22;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida22,tcp";
}
host nnaida25 {
hardware ethernet 00:04:a3:2b:09:e7;
fixed-address 10.1.1.25;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida25,tcp";
}
host nnaida26 {
hardware ethernet 00:04:a3:2b:22:55;
fixed-address 10.1.1.26;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida26,tcp";
}
host nnaida29 {
hardware ethernet 00:04:a3:2a:d0:1a;
fixed-address 10.1.1.29;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida29,tcp";
}
host nnaida30 {
hardware ethernet 00:04:a3:2b:33:0c;
fixed-address 10.1.1.30;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida30,tcp";
}
}
group {
use-host-decl-names true;
default-lease-time 3600;
max-lease-time 14400;
server-name "10.1.2.250";
next-server 10.1.2.250;
host nnaida3 {
hardware ethernet 00:04:a3:2a:f7:06;
fixed-address 10.1.2.3;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida3,tcp";
}
host nnaida4 {
hardware ethernet 00:04:a3:2a:ed:b8;
fixed-address 10.1.2.4;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida4,tcp";
}
host nnaida7 {
hardware ethernet 00:04:a3:2a:b8:8d;
fixed-address 10.1.2.7;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida7,tcp";
}
host nnaida8 {
hardware ethernet 00:04:a3:2a:9c:07;
fixed-address 10.1.2.8;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida8,tcp";
}
host nnaida11 {
hardware ethernet 00:04:a3:2b:11:af;
fixed-address 10.1.2.11;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida11,tcp";
}
host nnaida12 {
hardware ethernet 00:04:a3:2a:d0:2f;
fixed-address 10.1.2.12;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida12,tcp";
}
host nnaida15 {
hardware ethernet 00:04:a3:2a:f3:ac;
fixed-address 10.1.2.15;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida15,tcp";
}
host nnaida16 {
hardware ethernet 00:04:a3:2a:9c:0e;
fixed-address 10.1.2.16;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida16,tcp";
}
host nnaida19 {
hardware ethernet 00:04:a3:2b:27:54;
fixed-address 10.1.2.19;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida19,tcp";
}
host nnaida20 {
hardware ethernet 00:04:a3:2a:d0:11;
fixed-address 10.1.2.20;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida20,tcp";
}
host nnaida23 {
hardware ethernet 00:04:a3:2a:d0:06;
fixed-address 10.1.2.23;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida23,tcp";
}
host nnaida24 {
hardware ethernet 00:04:a3:2a:d9:b6;
fixed-address 10.1.2.24;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida24,tcp";
}
host nnaida27 {
hardware ethernet 00:04:a3:2a:f6:d4;
fixed-address 10.1.2.27;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida27,tcp";
}
host nnaida28 {
hardware ethernet 00:04:a3:2a:ed:8f;
fixed-address 10.1.2.28;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida28,tcp";
}
host nnaida31 {
hardware ethernet 00:04:a3:2a:b6:45;
fixed-address 10.1.2.31;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida31,tcp";
}
host nnaida32 {
hardware ethernet 00:04:a3:2a:b2:b2;
fixed-address 10.1.2.32;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida32,tcp";
}
}
group {
# 8 days
default-lease-time 691200;
# option dhcp-client-identifier "\0foo";
host nndhcp052 {
# Analysis server
hardware ethernet 00:22:19:50:02:40;
fixed-address 10.1.1.252;
}
}
|
|
818
|
Tue May 28 01:37:14 2019 |
TD | Monday 28 May | 09.30 Julabo FL11006 chiller set point +20 deg C actual +20.0 deg C
Water level c. 75% M-H markers
Temperature +25.1 deg C dew point +9.7 deg C RH 37.9%
DAQ continues OK
all system wide checks OK *except* nnaida7 fails ADC calibration
detector biases & leakage currents OK - see attachments 1 & 2
FEE64 temperatures OK - see attachment 3
good event statistics OK - see attachments 4
13x < 20k, 22x <50k, 24x <100k
1.8.L spectra - see attachments 5 & 6
nnaida1 73 ch FWHM, nnaida3 78 ch FWHM
p+n FEE64s 1.8.W spectra 20us FSR - attachment 7
n+n FEE64s 1.8.W spectra 20us FSR - attachment 8 |
| Attachment 1: 1.png
|
|
| Attachment 2: 2.png
|
|
| Attachment 3: 3.png
|
|
| Attachment 4: 4.png
|
|
| Attachment 5: 5.png
|
|
| Attachment 6: 6.png
|
|
| Attachment 7: 7.png
|
|
| Attachment 8: 8.png
|
|
|
819
|
Wed May 29 06:11:34 2019 |
TD | Wednesday 29 May | 14.10 Julabo FL11006 chiller set point +20 deg C actual +20.0 deg C
Water level c. 75% M-H markers
Temperature +25.7 deg C dew point +8.2 deg C RH 32.4%
DAQ continues OK
ASIC settings 2019May19-17.54.03
slow comparator 0xa
BNC PB-4 Pulser
Amplitude 90,000
x5 attenuator IN
Frequency 25Hz range
t_r 100ns, tau_d 50us
- polarity
Delay MIN, tail pulse
14.14 all system wide checks OK *except* nnaida7 fails ADC calibration
detector biases & leakage currents OK - see attachments 1 & 2
FEE64 temperatures OK - see attachment 3
good event statistics OK - see attachments 4
11x <20k, 22x <50k, 24x <100k - 13x <20k yesterday
1.8.L spectra - see attachments 5 & 6
nnaida1 73 ch FWHM, nnaida3 78 ch FWHM - no change cf. yesterday
p+n FEE64s 1.8.W spectra 20us FSR - attachment 7
n+n FEE64s 1.8.W spectra 20us FSR - attachment 8
FEE64 Rate spectra - attachment 9
Check ASIC Control *all* FEE64s & ASICs
zero all spectra
16.05 slow comparator 0x8
good event statistics OK - see attachments 10
2x <20k, 11x <50k, 18x <100k
slow comparator 0x9
good event statistics OK - see attachments 11
6x <20k, 19x <50k, 23x <100k
slow comparator 0xa
good event statistics OK - see attachments 12
10x <20k, 21x <50k, 24x <100k |
| Attachment 1: 1.png
|
|
| Attachment 2: 2.png
|
|
| Attachment 3: 3.png
|
|
| Attachment 4: 4.png
|
|
| Attachment 5: 5.png
|
|
| Attachment 6: 6.png
|
|
| Attachment 7: 7.png
|
|
| Attachment 8: 8.png
|
|
| Attachment 9: 9.png
|
|
| Attachment 10: 8.png
|
|
| Attachment 11: 9.png
|
|
| Attachment 12: 10.png
|
|
|
820
|
Wed May 29 06:53:56 2019 |
TD | Report - medium - unable to monitor FEE64 logs using pi_monitor |
Unable to monitor FEE64 logs using pi_monitor using instructions https://elog.ph.ed.ac.uk/AIDA/559
At first load of URL http://10.1.1.117:8015/AIDA/Pi_Monitor/Pi_Monitor.tml I obtain error messages - attachment 1
At reload of URL I obtain the expected page and
Update USB Terminal List and Connect USB Terminals operate as expected - attachment 2
Selecting Parse USB Log Files for Details produces (after c. 60s) a connection reset error from the browser -
see attachment 3
pi@npg-monitor /tmp $ ls
log8015_19.05.28 log8015_counter log8015_error tcl2156 tclhttpd2156.default
pi@npg-monitor /tmp $ cat log8015_error
[28/May/2019:09:18:01] sock8 error writing "sock8": broken pipe /css/buttons.css
[28/May/2019:09:18:11] sock8 DocSubstSystemFile {could not read "/MIDAS/TclHttpd/Html/error.html": no such file
or directory} /AIDA/Pi_Monitor/Pi_Monitor.tml
[28/May/2019:09:18:11] sock8 Error 500 /AIDA/Pi_Monitor/Pi_Monitor.tml {can't read "JS": no such variable
while executing
"if {$JS != ""} {
append JS "\");"
set html "<script>[set JS]</script>"
}"
(in namespace eval "::Pi_Monitor" script line 2)
invoked from within
"namespace eval Pi_Monitor {
if {$JS != ""} {
append JS "\");"
set html "<script>[set JS]</script>"
}
}"
invoked from within
"subst \n[Doc_Dynamic\]\n\n[global\ env\;\ source\ [file\ join\ \$env(MIDASBASE)\ TclHttpd\ Html\
settings.tml\]\]\n\n<!\n[global\ Httpd\;\ upvar\ ..."
("uplevel" body line 1)
invoked from within
"uplevel #0 [list subst $script]"
(procedure "SubstFile" line 12)
invoked from within
"SubstFile /MIDAS/TclHttpd/Html/AIDA/Pi_Monitor/Pi_Monitor.tml {}"
("uplevel" body line 1)
invoked from within
"uplevel 1 [list SubstFile $path $interp]"
(procedure "Subst_File" line 7)
invoked from within
"Subst_File $template $interp"
invoked from within
"TemplateInstantiate $sock $path {} $suffix {} $Template(templateInterp)"
(procedure "Doc_application/x-tcl-template" line 9)
invoked from within
"$cmd $path $suffix $sock"
(procedure "Doc_Handle" line 20)
invoked from within
"Doc_Handle $prefix $path $suffix $sock"
(procedure "DocDomain" line 44)
invoked from within
"DocDomain / /MIDAS/TclHttpd/Html sock8 AIDA/Pi_Monitor/Pi_Monitor.tml"
("eval" body line 1)
invoked from within
"eval $Url(command,$prefix) [list $sock $suffix]"} /AIDA/Pi_Monitor/Pi_Monitor.tml
pi@npg-monitor /tmp $ cat log8015_19.05.28
10.1.1.250 - - [28/May/2019:09:18:01 UTC] "GET / HTTP/1.1" 200 - - "Mozilla/5.0 (X11; Linux x86_64; rv:60.0)
Gecko/20100101 Firefox/60.0"
10.1.1.250 - - [28/May/2019:09:18:01 UTC] "GET /js/Common.js HTTP/1.1" 200 3828 "http://nnrpi2:8015/"
"Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0"
10.1.1.250 - - [28/May/2019:09:18:11 UTC] "GET /AIDA/Pi_Monitor/Pi_Monitor.tml HTTP/1.1" 500 - - "Mozilla/5.0
(X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0"
10.1.1.250 - - [28/May/2019:09:18:30 UTC] "GET /AIDA/Pi_Monitor/Pi_Monitor.tml HTTP/1.1" 200 - - "Mozilla/5.0
(X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0"
10.1.1.250 - - [28/May/2019:09:18:30 UTC] "GET /AIDA/Pi_Monitor/Pi_Monitor.js HTTP/1.1" 200 542
"http://10.1.1.117:8015/AIDA/Pi_Monitor/Pi_Monitor.tml" "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101
Firefox/60.0"
10.1.1.250 - - [28/May/2019:09:18:30 UTC] "GET /js/Common.js HTTP/1.1" 304 3828
"http://10.1.1.117:8015/AIDA/Pi_Monitor/Pi_Monitor.tml" "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101
Firefox/60.0"
10.1.1.250 - - [28/May/2019:09:18:30 UTC] "GET /images/Space.gif HTTP/1.1" 200 -
"http://10.1.1.117:8015/AIDA/Pi_Monitor/Pi_Monitor.tml" "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101
Firefox/60.0"
10.1.1.250 - - [28/May/2019:09:18:30 UTC] "GET /js/FormChek.js HTTP/1.1" 304 60521
"http://10.1.1.117:8015/AIDA/Pi_Monitor/Pi_Monitor.tml" "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101
Firefox/60.0"
10.1.1.250 - - [28/May/2019:09:18:30 UTC] "GET /images/midas.gif HTTP/1.1" 200 2558
"http://10.1.1.117:8015/AIDA/Pi_Monitor/Pi_Monitor.tml" "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101
Firefox/60.0"
10.1.1.250 - - [28/May/2019:09:18:30 UTC] "GET /images/Space.gif HTTP/1.1" 200 -
"http://10.1.1.117:8015/AIDA/Pi_Monitor/Pi_Monitor.tml" "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101
Firefox/60.0"
10.1.1.250 - - [28/May/2019:09:18:30 UTC] "GET /images/tclp.gif HTTP/1.1" 200 1294
"http://10.1.1.117:8015/AIDA/Pi_Monitor/Pi_Monitor.tml" "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101
Firefox/60.0"
10.1.1.250 - - [28/May/2019:09:18:32 UTC] "POST /AIDA/Pi_Monitor/Pi_Monitor.tml HTTP/1.1" 200 -
"http://10.1.1.117:8015/AIDA/Pi_Monitor/Pi_Monitor.tml" "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101
Firefox/60.0"
10.1.1.250 - - [28/May/2019:09:18:32 UTC] "GET /images/Space.gif HTTP/1.1" 200 -
"http://10.1.1.117:8015/AIDA/Pi_Monitor/Pi_Monitor.tml" "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101
Firefox/60.0"
10.1.1.250 - - [28/May/2019:09:18:39 UTC] "POST /AIDA/Pi_Monitor/Pi_Monitor.tml HTTP/1.1" 200 -
"http://10.1.1.117:8015/AIDA/Pi_Monitor/Pi_Monitor.tml" "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101
Firefox/60.0"
10.1.1.250 - - [28/May/2019:09:18:39 UTC] "GET /images/Space.gif HTTP/1.1" 200 -
"http://10.1.1.117:8015/AIDA/Pi_Monitor/Pi_Monitor.tml" "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101
Firefox/60.0"
pi@npg-monitor /tmp $ cat log8015_counter
set ::counter::H-urlhits(0) 0
set ::counter::H-urlhits(1) 0
set ::counter::H-urlhits(10) 0
set ::counter::H-urlhits(11) 0
set ::counter::H-urlhits(12) 0
set ::counter::H-urlhits(13) 0
set ::counter::H-urlhits(14) 0
set ::counter::H-urlhits(15) 0
set ::counter::H-urlhits(16) 0
set ::counter::H-urlhits(17) 0
set ::counter::H-urlhits(18) 0
set ::counter::H-urlhits(19) 0
set ::counter::H-urlhits(2) 0
set ::counter::H-urlhits(20) 0
set ::counter::H-urlhits(21) 0
set ::counter::H-urlhits(22) 0
set ::counter::H-urlhits(23) 0
set ::counter::H-urlhits(24) 0
set ::counter::H-urlhits(25) 0
set ::counter::H-urlhits(26) 0
set ::counter::H-urlhits(27) 0
set ::counter::H-urlhits(28) 0
set ::counter::H-urlhits(29) 0
set ::counter::H-urlhits(3) 0
set ::counter::H-urlhits(30) 0
set ::counter::H-urlhits(31) 0
set ::counter::H-urlhits(32) 0
set ::counter::H-urlhits(33) 0
set ::counter::H-urlhits(34) 0
set ::counter::H-urlhits(35) 0
set ::counter::H-urlhits(36) 0
set ::counter::H-urlhits(37) 0
set ::counter::H-urlhits(38) 0
set ::counter::H-urlhits(39) 0
set ::counter::H-urlhits(4) 0
set ::counter::H-urlhits(40) 0
set ::counter::H-urlhits(41) 0
set ::counter::H-urlhits(42) 0
set ::counter::H-urlhits(43) 0
set ::counter::H-urlhits(44) 0
set ::counter::H-urlhits(45) 0
set ::counter::H-urlhits(46) 0
set ::counter::H-urlhits(47) 0
set ::counter::H-urlhits(48) 0
set ::counter::H-urlhits(49) 0
set ::counter::H-urlhits(5) 0
set ::counter::H-urlhits(50) 0
set ::counter::H-urlhits(51) 0
set ::counter::H-urlhits(52) 0
set ::counter::H-urlhits(53) 0
set ::counter::H-urlhits(54) 0
set ::counter::H-urlhits(55) 0
set ::counter::H-urlhits(56) 0
set ::counter::H-urlhits(57) 0
set ::counter::H-urlhits(58) 0
set ::counter::H-urlhits(59) 0
set ::counter::H-urlhits(6) 0
set ::counter::H-urlhits(7) 0
set ::counter::H-urlhits(8) 0
set ::counter::H-urlhits(9) 0
set ::counter::Hour-urlhits(0) 0
set ::counter::Hour-urlhits(1) 0
set ::counter::Hour-urlhits(10) 0
set ::counter::Hour-urlhits(11) 0
set ::counter::Hour-urlhits(12) 0
set ::counter::Hour-urlhits(13) 0
set ::counter::Hour-urlhits(14) 0
set ::counter::Hour-urlhits(15) 0
set ::counter::Hour-urlhits(16) 0
set ::counter::Hour-urlhits(17) 0
set ::counter::Hour-urlhits(18) 0
set ::counter::Hour-urlhits(19) 0
set ::counter::Hour-urlhits(2) 0
set ::counter::Hour-urlhits(20) 0
set ::counter::Hour-urlhits(21) 0
set ::counter::Hour-urlhits(22) 0
set ::counter::Hour-urlhits(23) 0
set ::counter::Hour-urlhits(3) 0
set ::counter::Hour-urlhits(4) 0
set ::counter::Hour-urlhits(5) 0
set ::counter::Hour-urlhits(6) 0
set ::counter::Hour-urlhits(7) 0
set ::counter::Hour-urlhits(8) 0
set ::counter::Hour-urlhits(9) 0
set ::counter::Day-urlhits(0) 0
Before selecting Parse USB ...
pi@npg-monitor /tmp $ ps -ef
UID PID PPID C STIME TTY TIME CMD
root 1 0 0 09:16 ? 00:00:01 init [2]
root 2 0 0 09:16 ? 00:00:00 [kthreadd]
root 3 2 0 09:16 ? 00:00:00 [ksoftirqd/0]
root 5 2 0 09:16 ? 00:00:00 [kworker/0:0H]
root 6 2 0 09:16 ? 00:00:00 [kworker/u8:0]
root 7 2 0 09:16 ? 00:00:00 [rcu_preempt]
root 8 2 0 09:16 ? 00:00:00 [rcu_sched]
root 9 2 0 09:16 ? 00:00:00 [rcu_bh]
root 10 2 0 09:16 ? 00:00:00 [migration/0]
root 11 2 0 09:16 ? 00:00:00 [migration/1]
root 12 2 0 09:16 ? 00:00:00 [ksoftirqd/1]
root 14 2 0 09:16 ? 00:00:00 [kworker/1:0H]
root 15 2 0 09:16 ? 00:00:00 [migration/2]
root 16 2 0 09:16 ? 00:00:00 [ksoftirqd/2]
root 17 2 0 09:16 ? 00:00:00 [kworker/2:0]
root 18 2 0 09:16 ? 00:00:00 [kworker/2:0H]
root 19 2 0 09:16 ? 00:00:00 [migration/3]
root 20 2 0 09:16 ? 00:00:00 [ksoftirqd/3]
root 21 2 0 09:16 ? 00:00:00 [kworker/3:0]
root 22 2 0 09:16 ? 00:00:00 [kworker/3:0H]
root 23 2 0 09:16 ? 00:00:00 [khelper]
root 24 2 0 09:16 ? 00:00:00 [kdevtmpfs]
root 25 2 0 09:16 ? 00:00:00 [netns]
root 26 2 0 09:16 ? 00:00:00 [perf]
root 27 2 0 09:16 ? 00:00:00 [khungtaskd]
root 28 2 0 09:16 ? 00:00:00 [writeback]
root 29 2 0 09:16 ? 00:00:00 [crypto]
root 30 2 0 09:16 ? 00:00:00 [bioset]
root 31 2 0 09:16 ? 00:00:00 [kblockd]
root 32 2 0 09:16 ? 00:00:00 [kworker/1:1]
root 33 2 0 09:16 ? 00:00:00 [rpciod]
root 34 2 0 09:16 ? 00:00:00 [kswapd0]
root 35 2 0 09:16 ? 00:00:00 [fsnotify_mark]
root 36 2 0 09:16 ? 00:00:00 [nfsiod]
root 42 2 0 09:16 ? 00:00:00 [kthrotld]
root 43 2 0 09:16 ? 00:00:00 [kworker/0:1]
root 44 2 0 09:16 ? 00:00:00 [VCHIQ-0]
root 45 2 0 09:16 ? 00:00:00 [VCHIQr-0]
root 46 2 0 09:16 ? 00:00:00 [VCHIQs-0]
root 47 2 0 09:16 ? 00:00:00 [iscsi_eh]
root 48 2 0 09:16 ? 00:00:00 [dwc_otg]
root 49 2 0 09:16 ? 00:00:00 [DWC Notificatio]
root 51 2 0 09:16 ? 00:00:00 [VCHIQka-0]
root 52 2 0 09:16 ? 00:00:00 [SMIO]
root 53 2 0 09:16 ? 00:00:00 [deferwq]
root 54 2 0 09:16 ? 00:00:00 [kworker/u8:2]
root 55 2 0 09:16 ? 00:00:00 [kworker/2:1]
root 56 2 0 09:16 ? 00:00:00 [mmcqd/0]
root 58 2 0 09:16 ? 00:00:00 [jbd2/mmcblk0p2-]
root 59 2 0 09:16 ? 00:00:00 [ext4-rsv-conver]
root 74 2 0 09:16 ? 00:00:00 [kworker/3:1]
root 176 1 0 09:16 ? 00:00:00 udevd --daemon
root 200 2 0 09:16 ? 00:00:00 [kworker/1:4]
root 260 2 0 09:16 ? 00:00:00 [3f204000.spi]
root 299 176 0 09:16 ? 00:00:00 udevd --daemon
root 319 176 0 09:16 ? 00:00:00 udevd --daemon
root 1619 1 0 09:17 ? 00:00:00 /usr/sbin/ifplugd -i lo -q -f -u0 -d10 -w -I
root 1642 1 0 09:17 ? 00:00:00 /usr/sbin/ifplugd -i eth0 -q -f -u0 -d10 -w -I
root 1836 1 0 09:17 ? 00:00:00 /bin/sh /etc/init.d/rc 2
root 1845 1836 0 09:17 ? 00:00:00 startpar -p 4 -t 20 -T 3 -M start -P N -R 2
nobody 1903 1 0 09:17 ? 00:00:00 /usr/sbin/thd --daemon --triggers /etc/triggerhappy/triggers.d/
--socket /var/run/thd.socket --pidfile /var/run/thd.pid --user nobody /dev/input/event*
root 1909 2 0 09:17 ? 00:00:00 [kworker/0:2]
root 1912 1 0 09:17 ? 00:00:00 /usr/sbin/rsyslogd -c5
root 2037 1 0 09:17 ? 00:00:00 /usr/sbin/cron
ntp 2050 1 0 09:17 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 102:104
104 2082 1 0 09:17 ? 00:00:00 /usr/bin/dbus-daemon --system
root 2087 2050 0 09:17 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 102:104
root 2142 1845 0 09:17 ? 00:00:00 /bin/sh /etc/init.d/rc.local start
root 2148 2142 0 09:17 ? 00:00:00 /bin/sh -e /etc/rc.local
root 2151 2148 0 09:17 ? 00:00:00 /bin/csh -f /MIDAS/TclHttpd/linux-arm/TclHttpd-server
root 2156 2151 0 09:17 ? 00:00:03 /usr/bin/tclsh /MIDAS/TclHttpd/bin/httpd_Server.tcl -uid 0 -gid 0
root 2165 1 0 09:17 ? 00:00:00 dhclient -v -pf /run/dhclient.eth0.pid -lf
/var/lib/dhcp/dhclient.eth0.leases eth0
root 2210 1 0 09:17 ? 00:00:00 /usr/sbin/sshd
root 2269 2210 0 09:18 ? 00:00:00 sshd: pi [priv]
pi 2273 2269 0 09:19 ? 00:00:00 sshd: pi@pts/0
pi 2278 2273 0 09:19 pts/0 00:00:00 -bash
pi 2306 2278 0 09:24 pts/0 00:00:00 ps -ef
After selecting Parse USB ...
pi@npg-monitor /tmp $ ps -ef
UID PID PPID C STIME TTY TIME CMD
root 1 0 0 09:16 ? 00:00:01 init [2]
root 2 0 0 09:16 ? 00:00:00 [kthreadd]
root 3 2 0 09:16 ? 00:00:02 [ksoftirqd/0]
root 5 2 0 09:16 ? 00:00:00 [kworker/0:0H]
root 6 2 0 09:16 ? 00:00:00 [kworker/u8:0]
root 7 2 0 09:16 ? 00:00:00 [rcu_preempt]
root 8 2 0 09:16 ? 00:00:00 [rcu_sched]
root 9 2 0 09:16 ? 00:00:00 [rcu_bh]
root 10 2 0 09:16 ? 00:00:00 [migration/0]
root 11 2 0 09:16 ? 00:00:00 [migration/1]
root 12 2 0 09:16 ? 00:00:00 [ksoftirqd/1]
root 14 2 0 09:16 ? 00:00:00 [kworker/1:0H]
root 15 2 0 09:16 ? 00:00:00 [migration/2]
root 16 2 0 09:16 ? 00:00:00 [ksoftirqd/2]
root 17 2 0 09:16 ? 00:00:00 [kworker/2:0]
root 18 2 0 09:16 ? 00:00:00 [kworker/2:0H]
root 19 2 0 09:16 ? 00:00:00 [migration/3]
root 20 2 0 09:16 ? 00:00:00 [ksoftirqd/3]
root 21 2 0 09:16 ? 00:00:00 [kworker/3:0]
root 22 2 0 09:16 ? 00:00:00 [kworker/3:0H]
root 23 2 0 09:16 ? 00:00:00 [khelper]
root 24 2 0 09:16 ? 00:00:00 [kdevtmpfs]
root 25 2 0 09:16 ? 00:00:00 [netns]
root 26 2 0 09:16 ? 00:00:00 [perf]
root 27 2 0 09:16 ? 00:00:00 [khungtaskd]
root 28 2 0 09:16 ? 00:00:00 [writeback]
root 29 2 0 09:16 ? 00:00:00 [crypto]
root 30 2 0 09:16 ? 00:00:00 [bioset]
root 31 2 0 09:16 ? 00:00:00 [kblockd]
root 32 2 0 09:16 ? 00:00:00 [kworker/1:1]
root 33 2 0 09:16 ? 00:00:00 [rpciod]
root 34 2 0 09:16 ? 00:00:01 [kswapd0]
root 35 2 0 09:16 ? 00:00:00 [fsnotify_mark]
root 36 2 0 09:16 ? 00:00:00 [nfsiod]
root 42 2 0 09:16 ? 00:00:00 [kthrotld]
root 43 2 0 09:16 ? 00:00:01 [kworker/0:1]
root 44 2 0 09:16 ? 00:00:00 [VCHIQ-0]
root 45 2 0 09:16 ? 00:00:00 [VCHIQr-0]
root 46 2 0 09:16 ? 00:00:00 [VCHIQs-0]
root 47 2 0 09:16 ? 00:00:00 [iscsi_eh]
root 48 2 0 09:16 ? 00:00:00 [dwc_otg]
root 49 2 0 09:16 ? 00:00:00 [DWC Notificatio]
root 51 2 0 09:16 ? 00:00:00 [VCHIQka-0]
root 52 2 0 09:16 ? 00:00:00 [SMIO]
root 53 2 0 09:16 ? 00:00:00 [deferwq]
root 54 2 0 09:16 ? 00:00:00 [kworker/u8:2]
root 55 2 0 09:16 ? 00:00:00 [kworker/2:1]
root 56 2 0 09:16 ? 00:00:02 [mmcqd/0]
root 58 2 0 09:16 ? 00:00:00 [jbd2/mmcblk0p2-]
root 59 2 0 09:16 ? 00:00:00 [ext4-rsv-conver]
root 74 2 0 09:16 ? 00:00:00 [kworker/3:1]
root 176 1 0 09:16 ? 00:00:00 udevd --daemon
root 200 2 0 09:16 ? 00:00:00 [kworker/1:4]
root 260 2 0 09:16 ? 00:00:00 [3f204000.spi]
root 299 176 0 09:16 ? 00:00:00 udevd --daemon
root 319 176 0 09:16 ? 00:00:00 udevd --daemon
root 1619 1 0 09:17 ? 00:00:00 /usr/sbin/ifplugd -i lo -q -f -u0 -d10 -w -I
root 1642 1 0 09:17 ? 00:00:01 /usr/sbin/ifplugd -i eth0 -q -f -u0 -d10 -w -I
nobody 1903 1 0 09:17 ? 00:00:00 /usr/sbin/thd --daemon --triggers /etc/triggerhappy/triggers.d/
--socket /var/run/thd.socket --pidfile /var/run/thd.pid --user nobody /dev/input/event*
root 1909 2 0 09:17 ? 00:00:00 [kworker/0:2]
root 1912 1 0 09:17 ? 00:00:00 /usr/sbin/rsyslogd -c5
root 2037 1 0 09:17 ? 00:00:00 /usr/sbin/cron
ntp 2050 1 0 09:17 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 102:104
104 2082 1 0 09:17 ? 00:00:00 /usr/bin/dbus-daemon --system
root 2087 2050 0 09:17 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 102:104
root 2165 1 0 09:17 ? 00:00:00 dhclient -v -pf /run/dhclient.eth0.pid -lf
/var/lib/dhcp/dhclient.eth0.leases eth0
root 2210 1 0 09:17 ? 00:00:00 /usr/sbin/sshd
root 2269 2210 0 09:18 ? 00:00:00 sshd: pi [priv]
pi 2273 2269 0 09:19 ? 00:00:00 sshd: pi@pts/0
pi 2278 2273 0 09:19 pts/0 00:00:00 -bash
root 2309 2 0 09:28 ? 00:00:00 [kworker/1:1H]
root 2310 2 0 09:28 ? 00:00:00 [kworker/3:1H]
root 2311 2 0 09:29 ? 00:00:00 [kworker/0:0]
root 2312 1 0 09:29 tty1 00:00:00 /sbin/getty --noclear 38400 tty1
root 2313 1 0 09:29 tty2 00:00:00 /sbin/getty 38400 tty2
root 2314 1 0 09:29 tty3 00:00:00 /sbin/getty 38400 tty3
root 2315 1 0 09:29 tty4 00:00:00 /sbin/getty 38400 tty4
root 2316 1 0 09:29 tty5 00:00:00 /sbin/getty 38400 tty5
root 2317 1 0 09:29 tty6 00:00:00 /sbin/getty 38400 tty6
root 2318 1 0 09:29 ? 00:00:00 /sbin/getty -L ttyAMA0 115200 vt100
root 2319 2 0 09:29 ? 00:00:00 [kworker/u8:1]
pi 2332 2278 0 09:32 pts/0 00:00:00 ps -ef
The httpd server appears to have died |
| Attachment 1: 10.png
|
|
| Attachment 2: 11.png
|
|
| Attachment 3: 12.png
|
|
|
821
|
Thu May 30 03:13:04 2019 |
TD | Thursday 30 May |
11.13 DAQ continues OK
ASIC settings 2019May19-17.54.03
slow comparator 0xa
BNC PB-4 Pulser
Amplitude 90,000
x5 attenuator IN
Frequency 25Hz range
t_r 100ns, tau_d 50us
- polarity
Delay MIN, tail pulse
all system wide checks OK *except* nnaida7 fails ADC calibration
detector biases & leakage currents OK - see attachments 1 & 2
FEE64 temperatures OK - see attachment 3
good event statistics OK - see attachments 4
10x < 20k, 21x < 50k, 24x < 100k - cf. yesterday 11x < 20k, 21x <50k
1.8.L spectra - see attachments 5 & 6
nnaida1 74 ch FWHM, nnaida3 78 ch FWHM - cf. yeserday nnaida1 73 -> 74 ch FWHM
p+n FEE64s 1.8.W spectra 20us FSR - attachment 7
n+n FEE64s 1.8.W spectra 20us FSR - attachment 8
1.8.L n+n spectra (log scale) no indication of light ions - attachment 9
N.B. currently no ions through ZDS and no increase in background for DTAS
This may/will change as online experiment starts to use ZDS from this evening
Check ASIC Control *all* FEE64s & ASICs
zero all spectra
FEE64 Rate spectra - attachment 10
Check ASIC Control
FEE64 ASIC
1 4
8 1
13 3
14 1
22 3
FEE64 Rate spectra - attachment 11
14.08 detector biases & leakage currents OK - see attachments 12 & 13
16.01 DAQ start (to TapeServer, no storage)
ASIC settings 2019May19-17.54.03
slow comparator 0xa
BNC PB-4 Pulser
Amplitude 90,000
x5 attenuator IN
Frequency 25Hz range
t_r 100ns, tau_d 50us
- polarity
Delay MIN, tail pulse
ADC data synchronised - see attachment 14
17.15 detector biases & leakage currents OK - see attachments 15 & 16 |
| Attachment 1: 1.png
|
|
| Attachment 2: 2.png
|
|
| Attachment 3: 3.png
|
|
| Attachment 4: 4.png
|
|
| Attachment 5: 5.png
|
|
| Attachment 6: 6.png
|
|
| Attachment 7: 7.png
|
|
| Attachment 8: 8.png
|
|
| Attachment 9: 9.png
|
|
| Attachment 10: 10.png
|
|
| Attachment 11: 11.png
|
|
| Attachment 12: 12.png
|
|
| Attachment 13: 13.png
|
|
| Attachment 14: 14.png
|
|
| Attachment 15: 15.png
|
|
| Attachment 16: 16.png
|
|
|
822
|
Fri May 31 03:31:54 2019 |
TD | Friday 31 May | 11.31 DAQ continues OK
ASIC settings 2019May19-17.54.03
slow comparator 0xa
BNC PB-4 Pulser
Amplitude 90,000
x5 attenuator IN
Frequency 25Hz range
t_r 100ns, tau_d 50us
- polarity
Delay MIN, tail pulse
all system wide checks OK *except* nnaida7 fails ADC calibration
detector biases & leakage currents OK - see attachments 1 & 2
FEE64 temperatures OK - see attachment 3
good event statistics OK - see attachments 4
12x < 20k, 21x < 50k, 24x < 100k - cf. yesterday 10x < 20k, 21x < 50k
1.8.L spectra - see attachments 5 & 6
nnaida1 74 ch FWHM, nnaida3 78 ch FWHM - same as yesterday
p+n FEE64s 1.8.W spectra 20us FSR - attachment 7
n+n FEE64s 1.8.W spectra 20us FSR - attachment 8
no indication of light ions with beam to ZDS & F11
FEE64 Rate spectra - attachment 9
Check ASIC Control *all* FEE64s & ASICs
zero all spectra
17.21 detector biases & leakage currents OK - see attachments 10 & 11
FEE64 temperatures OK - see attachment 12
good event statistics OK - see attachments 13
11x < 20k, 19x < 50k, 21x < 100k - cf. 11.30 today 12x < 20k, 21x < 50k, 24x <100k
increased rates observed for nnaida17, 20 & 23 - all DSSSD#1 - nnaida22 ~15k -> ~30k
Check ASIC Control *all* FEE64s & ASICs
zero all spectra
cycled DSSSD#1 bias - no change
nnaida2 - no good events
unable to DAQ stop nnaida20 & nnaida23
unable to DAQ reset nnaida20 & nnaida23
obtain timeout errors from nnaida20 and DAQ error status for nnaida20 & nnaida23
reboot nnaida20 & nnaida23
DAQ reset
DAQ setup
ASIC settings 2019May19-17.54.03
slow comparator 0x64 -> 0xa
Check ASIC Control *all* FEE64s & ASICs
zero all spectra
still observe increased rates for nnaida17, 20 & 23 - all DSSSD#1 - nnaida22 ~32k
18.05 DAQ statistics return to ~normal - attachment 14
10x < 20k, 21x < 50k, 24x < 100k
11.31 17.21 18.05
nnaida17 13k 100k 43k
nnaida20 59k 136k 70k
nnaida22 16k 32k 26k
nnaida23 46k 111k 53k |
| Attachment 1: 1.png
|
|
| Attachment 2: 2.png
|
|
| Attachment 3: 3.png
|
|
| Attachment 4: 4.png
|
|
| Attachment 5: 5.png
|
|
| Attachment 6: 6.png
|
|
| Attachment 7: 7.png
|
|
| Attachment 8: 8.png
|
|
| Attachment 9: 9.png
|
|
| Attachment 10: 10.png
|
|
| Attachment 11: 11.png
|
|
| Attachment 12: 12.png
|
|
| Attachment 13: 13.png
|
|
| Attachment 14: 14.png
|
|
|
823
|
Sat Jun 1 08:11:15 2019 |
TD | Saturday 1 June | 16.08 Julabo FL11006 chiller set point +20 deg C actual +20.0 deg C
Water level c. 60% M-H markers - topup to 100% with 1x jugful water
Temperature +25.7 deg C dew point +7.7 deg C RH 31.4%
DAQ continues OK
ASIC settings 2019May19-17.54.03
slow comparator 0xa
BNC PB-4 Pulser
Amplitude 90,000
x5 attenuator IN
Frequency 25Hz range
t_r 100ns, tau_d 50us
- polarity
Delay MIN, tail pulse
14.14 all system wide checks OK *except* nnaida7 fails ADC calibration
detector biases & leakage currents OK - see attachments 1 & 2
FEE64 temperatures OK - see attachment 3
Check ASIC Control *all* FEE64s & ASICs
good event statistics OK - see attachments 4
11x <20k, 19x <50k, 21x <100k - cf. 10x <20k 21x <50k 24x <100k yesterday
Merger OK - see attachment 5
TapeServer OK - see attachment 6
FEE64 Rate spectra - attachment 7
Check ASIC Control
FEE64 ASIC
1 4
10 1
13 1
14 1
14 2
22 3
FEE64 Rate spectra - attachment 8 - some channels recovered
1.8.L spectra - see attachments 9 & 10
nnaida1 77 ch FWHM, nnaida3 82 ch FWHM - cf. 74 & 78 ch FWHM respectively yesterday
p+n FEE64s 1.8.W spectra 20us FSR - attachment 11
n+n FEE64s 1.8.W spectra 20us FSR - attachment 12
FEE64 Rate spectra - attachment 9
DAQ continues OK
ASIC settings 2019May19-17.54.03
slow comparator 0xa
BNC PB-4 Pulser
Amplitude 90,000
x5 attenuator IN
Frequency 25Hz range
t_r 100ns, tau_d 50us
- polarity
Delay MIN, tail pulse
17.03 ADC data synchronised - attachment 13
2x Pb blocks placed lengthways in aperture of the upstream (CH2) shield removed
c. 8cm (1x std width) Pb thick Pb wall immediately downstream of F11 remains in position
check light ions when beam returns and online group changes target
18.16 AA reports F11 rate c. 2.5kHz
AIDA plastic rate c. 2.4kHz
online sort sampling small fraction of data so write to disk and analyse all offline
18.22 zero all spectra
Check ASIC Settings *all* FEE64s & ASICs
DAQ start file May19/R15
light ion background?
ASIC settings 2019May19-17.54.03
slow comparator 0xa
BNC PB-4 Pulser
Amplitude 90,000
x5 attenuator IN
Frequency 25Hz range
t_r 100ns, tau_d 50us
- polarity
Delay MIN, tail pulse
good event statistics OK - see attachments 4
11x <20k, 19x <50k, 24x <100k - cf. 11x <20k 19x <50k 21x <100k earlier |
| Attachment 1: 1.png
|
|
| Attachment 2: 2.png
|
|
| Attachment 3: 3.png
|
|
| Attachment 4: 4.png
|
|
| Attachment 5: 5.png
|
|
| Attachment 6: 6.png
|
|
| Attachment 7: 7.png
|
|
| Attachment 8: 8.png
|
|
| Attachment 9: 9.png
|
|
| Attachment 10: 10.png
|
|
| Attachment 11: 11.png
|
|
| Attachment 12: 12.png
|
|
| Attachment 13: 13.png
|
|
| Attachment 14: 1.png
|
|
|
824
|
Sat Jun 1 09:14:19 2019 |
TD | Screenshots miscellaneous AIDA Control & Merge tabs | |
| Attachment 1: 100.png
|
|
| Attachment 2: 101.png
|
|
| Attachment 3: 102.png
|
|
| Attachment 4: 104.png
|
|
| Attachment 5: 105.png
|
|
| Attachment 6: 106.png
|
|
| Attachment 7: 107.png
|
|
| Attachment 8: 108.png
|
|
| Attachment 9: 109.png
|
|
| Attachment 10: 110.png
|
|
| Attachment 11: 111.png
|
|
| Attachment 12: 112.png
|
|
| Attachment 13: 113.png
|
|
| Attachment 14: 114.png
|
|
| Attachment 15: 115.png
|
|
| Attachment 16: 116.png
|
|
| Attachment 17: 117.png
|
|
| Attachment 18: 118.png
|
|
| Attachment 19: 120.png
|
|
| Attachment 20: 121.png
|
|
| Attachment 21: 122.png
|
|
| Attachment 22: 123.png
|
|
|
826
|
Sun Jun 2 04:00:50 2019 |
TD | Sunday 2 June | 12.00 DAQ continues file May19/R15_169
ASIC settings 2019May19-17.54.03
slow comparator 0xa
BNC PB-4 Pulser
Amplitude 90,000
x5 attenuator IN
Frequency 25Hz range
t_r 100ns, tau_d 50us
- polarity
Delay MIN, tail pulse
all system wide checks OK *except* nnaida7 fails ADC calibration
detector biases & leakage currents OK - see attachments 1 & 2
FEE64 temperatures OK - see attachment 3
good event statistics OK - see attachments 4
10x <20k, 19x <50k, 24x <100k - same as yesterday evening
Merger OK - see attachment 5
TapeServer OK - see attachment 6
nnaida13 1.*.L spectra - attachment 7 - some evidence of light ions (5 < E < 20MeV) but low rate
FEE64 Rate spectra - attachment 8
1.8.L spectra - see attachments 9 & 10
nnaida1 75 ch FWHM, nnaida3 76 ch FWHM - cf. 77 & 82 ch FWHM respectively yesterday afternoon
p+n FEE64s 1.8.W spectra 20us FSR - attachment 11
n+n FEE64s 1.8.W spectra 20us FSR - attachment 12
Check ASIC Control *all* FEE64s & ASICs
12.20 Offline analysis from R15_0 to R15_167 ADC & disc data synchronisedfor file R15_0 - attachments 13, 14 & 15
18.27 DAQ stop file May19/R15_245
DAQ start - no storage
DAQ stall - reboot all FEE64s *except* nnaida4, 7, 8, 14, 15 & 16 - N.B. no power cycle required
all system wide checks OK *except* nnaida7 fails ADC calibration
detector biases & leakage currents OK - see attachments 19 & 20
FEE64 temperatures OK - see attachment 21
good event statistics OK - see attachments 16
8x <20k, 15x <50k, 21x <100k - cf. earlier today 10x <20k, 19x <50k, 24x <100k
p+n FEE64s 1.8.W spectra 20us FSR - attachment 17
n+n FEE64s 1.8.W spectra 20us FSR - attachment 18 |
| Attachment 1: 1.png
|
|
| Attachment 2: 2.png
|
|
| Attachment 3: 3.png
|
|
| Attachment 4: 4.png
|
|
| Attachment 5: 5.png
|
|
| Attachment 6: 6.png
|
|
| Attachment 7: 7.png
|
|
| Attachment 8: 8.png
|
|
| Attachment 9: 9.png
|
|
| Attachment 10: 10.png
|
|
| Attachment 11: 12.png
|
|
| Attachment 12: 13.png
|
|
| Attachment 13: 14.png
|
|
| Attachment 14: 15.png
|
|
| Attachment 15: 16.png
|
|
| Attachment 16: 4.png
|
|
| Attachment 17: 5.png
|
|
| Attachment 18: 6.png
|
|
| Attachment 19: 1.png
|
|
| Attachment 20: 2.png
|
|
| Attachment 21: 3.png
|
|
|
827
|
Mon Jun 3 05:40:19 2019 |
TD | Monday 3 June | 13.40 DAQ continues OK
ASIC settings 2019May19-17.54.03
slow comparator 0xa
BNC PB-4 Pulser
Amplitude 90,000
x5 attenuator IN
Frequency 25Hz range
t_r 100ns, tau_d 50us
- polarity
Delay MIN, tail pulse
all system wide checks OK *except* nnaida7 fails ADC calibration
detector biases & leakage currents OK - see attachments 1 & 2
FEE64 temperatures OK - see attachment 3
good event statistics OK - see attachments 4
14x <20k, 21x <50k, 24x <100k - cf. 8x <20k, 15x <50k, 21x <100k yesterday evening
Merger OK - see attachment 5
TapeServer OK - see attachment 6
1.8.L spectra - see attachments 7 & 8
nnaida1 95 ch FWHM, nnaida3 99 ch FWHM - cf. 75 & 76 ch FWHM respectively yesterday afternoon
p+n FEE64s 1.8.W spectra 20us FSR - attachment 9
n+n FEE64s 1.8.W spectra 20us, 200us, 2ms & 20ms FSR - attachments 10-13
Check ASIC Control *all* FEE64s & ASICs
zero all spectra
14.11 MIDASsort running online (sampling TapeServer buffers, 5% say) overnight (last time spectra
were zero'd) observed high energy heavy ions in DSSSD #1-3 - see attachments 14-17
Currently high energy, heavy ion rate is zero.
19.58 DAQ continues OK
ASIC settings 2019May19-17.54.03
slow comparator 0xa
BNC PB-4 Pulser
Amplitude 90,000
x5 attenuator IN
Frequency 25Hz range
t_r 100ns, tau_d 50us
- polarity
Delay MIN, tail pulse
all system wide checks OK *except* nnaida7 fails ADC calibration
detector biases & leakage currents OK - see attachments 18 & 19
FEE64 temperatures OK - see attachment 20
good event statistics OK - see attachments 21
15x <20k, 21x < 50k, 24x < 100k - cf. 14x <20k, 21x <50k, 24x <100k at 13.40 today
Merger OK - see attachment 22
TapeServer OK - see attachment 23
p+n FEE64s 1.8.W spectra 20us FSR - attachment 24
n+n FEE64s 1.8.W spectra 20us FSR - attachment 25 |
| Attachment 1: 1.png
|
|
| Attachment 2: 2.png
|
|
| Attachment 3: 3.png
|
|
| Attachment 4: 4.png
|
|
| Attachment 5: 5.png
|
|
| Attachment 6: 6.png
|
|
| Attachment 7: 7.png
|
|
| Attachment 8: 8.png
|
|
| Attachment 9: 9.png
|
|
| Attachment 10: 10.png
|
|
| Attachment 11: 11.png
|
|
| Attachment 12: 12.png
|
|
| Attachment 13: 13.png
|
|
| Attachment 14: 15.png
|
|
| Attachment 15: 16.png
|
|
| Attachment 16: 17.png
|
|
| Attachment 17: 18.png
|
|
| Attachment 18: 1.png
|
|
| Attachment 19: 2.png
|
|
| Attachment 20: 3.png
|
|
| Attachment 21: 4.png
|
|
| Attachment 22: 5.png
|
|
| Attachment 23: 6.png
|
|
| Attachment 24: 7.png
|
|
| Attachment 25: 8.png
|
|
|
828
|
Tue Jun 4 07:10:27 2019 |
TD | Tuesday 4 June | 15.01 Julabo FL11006 chiller set point +20 deg C actual +20.0 deg C
Water level c. 70% M-H markers - topup to 100% with 1x jugful water
Temperature +25.8 deg C dew point +8.0 deg C RH 32.4%
Access to F11 from 14.00 whilst F3 & F7 plastic scintillator and PPAC are replaced due to rad damage
during online experiment
DAQ continues OK
ASIC settings 2019May19-17.54.03
slow comparator 0xa
BNC PB-4 Pulser
Amplitude 90,000
x5 attenuator IN
Frequency 25Hz range
t_r 100ns, tau_d 50us
- polarity
Delay MIN, tail pulse
all system wide checks OK *except* nnaida7 fails ADC calibration
detector biases & leakage currents OK - see attachments 1 & 2
FEE64 temperatures OK - see attachment 3
good event statistics OK - see attachments 4
13x <20k 21x < 50k 24x <100k cf. 15x <20k, 21x < 50k, 24x < 100k yesterday evening
Merger OK - see attachment 5
TapeServer OK - see attachment 6
p+n FEE64s 1.8.W spectra 20us FSR - attachment 7
n+n FEE64s 1.8.W spectra 20us FSR - attachment 8
1.8.L spectra - see attachments 9 & 10
nnaida1 75 ch FWHM, nnaida3 82 ch FWHM - cf. 95 & 99 ch FWHM respectively yesterday afternoon
FEE64 Rate spectra - attachment 11
Check ASIC Control *all* FEE64s & ASICs x2
FEE64 Rate spectra - attachment 12 - some channels recovered
ADC data synchronised - attachment 11 |
| Attachment 1: 1.png
|
|
| Attachment 2: 2.png
|
|
| Attachment 3: 3.png
|
|
| Attachment 4: 4.png
|
|
| Attachment 5: 5.png
|
|
| Attachment 6: 6.png
|
|
| Attachment 7: 7.png
|
|
| Attachment 8: 8.png
|
|
| Attachment 9: 9.png
|
|
| Attachment 10: 10.png
|
|
| Attachment 11: 11.png
|
|
| Attachment 12: 12.png
|
|
| Attachment 13: 13.png
|
|
|
829
|
Wed Jun 5 06:57:38 2019 |
TD | Wednesday 5 June | 14.50 DAQ continues OK
ASIC settings 2019May19-17.54.03
slow comparator 0xa
BNC PB-4 Pulser
Amplitude 90,000
x5 attenuator IN
Frequency 25Hz range
t_r 100ns, tau_d 50us
- polarity
Delay MIN, tail pulse
all system wide checks OK *except* nnaida7 fails ADC calibration
detector biases & leakage currents OK - see attachments 1 & 2
FEE64 temperatures OK - see attachment 3
good event statistics OK - see attachments 4
13x <20k 21x < 50k 24x <100k cf. same yesterday afternoon
Merger OK - see attachment 5
TapeServer OK - see attachment 6
p+n FEE64s 1.8.W spectra 20us FSR - attachment 7
n+n FEE64s 1.8.W spectra 20us FSR - attachment 8
1.8.L spectra - see attachments 9 & 10
nnaida1 88 ch FWHM, nnaida3 92 ch FWHM - cf. 75 & 82 ch FWHM respectively yesterday afternoon
FEE64 Rate spectra - attachment 11
Check ASIC Control *all* FEE64s & ASICs x2
FEE64 Rate spectra - attachment 12 - some channels recovered
15.09 zero *all* spectra
zero DAQ stats
ADC data synchronised - attachment 11 |
| Attachment 1: 1.png
|
|
| Attachment 2: 2.png
|
|
| Attachment 3: 3.png
|
|
| Attachment 4: 4.png
|
|
| Attachment 5: 5.png
|
|
| Attachment 6: 6.png
|
|
| Attachment 7: 7.png
|
|
| Attachment 8: 8.png
|
|
| Attachment 9: 9.png
|
|
| Attachment 10: 10.png
|
|
| Attachment 11: 11.png
|
|
| Attachment 12: 12.png
|
|
| Attachment 13: 13.png
|
|
|
830
|
Thu Jun 6 08:55:15 2019 |
TD | Thursday 6 June | 16.40 DAQ continues OK
ASIC settings 2019May19-17.54.03
slow comparator 0xa
BNC PB-4 Pulser
Amplitude 90,000
x5 attenuator IN
Frequency 25Hz range
t_r 100ns, tau_d 50us
- polarity
Delay MIN, tail pulse
all system wide checks OK *except* nnaida7 fails ADC calibration
detector biases & leakage currents OK - see attachments 1 & 2
FEE64 temperatures OK - see attachment 3
good event statistics OK - see attachments 4
13x <20k 21x < 50k 24x <100k cf. same yesterday afternoon
Merger OK - see attachment 5
TapeServer OK - see attachment 6
p+n FEE64s 1.8.W spectra 20us FSR - attachment 7
n+n FEE64s 1.8.W spectra 20us FSR - attachment 8
1.8.L spectra - see attachments 9 & 10
nnaida1 96 ch FWHM, nnaida3 103 ch FWHM - cf. 88 & 92 ch FWHM respectively yesterday afternoon - now
observe high amplitude tailing on pulser peaks
FEE64 Rate spectra - attachment 11
Check ASIC Control *all* FEE64s & ASICs x2
FEE64 Rate spectra - attachment 12 - some channels recovered
16.59 zero *all* spectra
zero DAQ stats
ADC data synchronised - attachment 11 |
| Attachment 1: 1.png
|
|
| Attachment 2: 2.png
|
|
| Attachment 3: 3.png
|
|
| Attachment 4: 4.png
|
|
| Attachment 5: 5.png
|
|
| Attachment 6: 6.png
|
|
| Attachment 7: 7.png
|
|
| Attachment 8: 8.png
|
|
| Attachment 9: 9.png
|
|
| Attachment 10: 10.png
|
|
| Attachment 11: 11.png
|
|
| Attachment 12: 12.png
|
|
| Attachment 13: 13.png
|
|
|
831
|
Fri Jun 7 05:30:23 2019 |
TD | Friday 7 June | 14.05 Julabo FL11006 chiller set point +20 deg C actual +20.0 deg C
Water level c. 70% M-H markers
Temperature +25.6 deg C dew point +10.3 deg C RH 37.7%
13.30 DAQ continues OK
ASIC settings 2019May19-17.54.03
slow comparator 0xa
BNC PB-4 Pulser
Amplitude 90,000
x5 attenuator IN
Frequency 25Hz range
t_r 100ns, tau_d 50us
- polarity
Delay MIN, tail pulse
all system wide checks OK *except* nnaida7 fails ADC calibration
detector biases & leakage currents OK - see attachments 1 & 2
FEE64 temperatures OK - see attachment 3
good event statistics OK - see attachments 4
13x <20k 21x < 50k 24x <100k cf. same yesterday afternoon
Merger OK - see attachment 5
TapeServer OK - see attachment 6
p+n FEE64s 1.8.W spectra 20us FSR - attachment 7
n+n FEE64s 1.8.W spectra 20us FSR - attachment 8
1.8.L spectra - see attachments 9 & 10
nnaida1 80 ch FWHM, nnaida3 87 ch FWHM - cf. 96 & 103 ch FWHM respectively yesterday aftenoon
FEE64 Rate spectra - attachment 11
Check ASIC Control *all* FEE64s & ASICs x2
FEE64 Rate spectra - attachment 12 - some channels recovered
14.20 BNC PB-4 pulser
Frequency changed from c. 4Hz to c. 2.5Hz (minimum)
25Hz range, variable fully anti-clockwise
14.33 zero *all* spectra
zero DAQ stats
ADC data synchronised - attachment 13
16.50 DAQ start file May19/R18
AIDA+DTAS merger test - 12kBq 60Co positioned on top of AIDA snout
DAQ sync issued by DTAS during R18_0
ASIC settings 2019May19-17.54.03
slow comparator 0xa
BNC PB-4 Pulser
Amplitude 90,000
x5 attenuator IN
Frequency 25Hz range
t_r 100ns, tau_d 50us
- polarity
Delay MIN, tail pulse
17.28 DAQ stop file May19/R18_4
17.40 DAQ start file May19/R19
AIDA+DTAS merger test - c. 30kBq? 137Cs positioned on top of AIDA snout
DAQ sync issued by DTAS during R18_0
ASIC settings 2019May19-17.54.03
slow comparator 0xa
BNC PB-4 Pulser
Amplitude 90,000
x5 attenuator IN
Frequency 25Hz range
t_r 100ns, tau_d 50us
- polarity
Delay MIN, tail pulse
18.18 DAQ stop file May19/R19_5
19.36 all system wide checks OK *except* nnaida7 fails ADC calibration
detector biases & leakage currents OK - see attachments 14 & 15
FEE64 temperatures OK - see attachment 16
good event statistics OK - see attachments 17
12x <20k 21x < 50k 24x <100k cf. 13x <20k 21x < 50k 24x <100k earlier this afternoon
19.45 Julabo FL11006 chiller set point +20 deg C actual +20.0 deg C
Water level c. 70% M-H markers
Temperature +25.1 deg C dew point +7.9 deg C RH 33.6%
|
| Attachment 1: 1.png
|
|
| Attachment 2: 2.png
|
|
| Attachment 3: 3.png
|
|
| Attachment 4: 4.png
|
|
| Attachment 5: 5.png
|
|
| Attachment 6: 6.png
|
|
| Attachment 7: 7.png
|
|
| Attachment 8: 8.png
|
|
| Attachment 9: 9.png
|
|
| Attachment 10: 10.png
|
|
| Attachment 11: 11.png
|
|
| Attachment 12: 12.png
|
|
| Attachment 13: 13.png
|
|
| Attachment 14: 1.png
|
|
| Attachment 15: 2.png
|
|
| Attachment 16: 3.png
|
|
| Attachment 17: 4.png
|
|
|
832
|
Fri Jun 7 05:58:11 2019 |
TD | per FEE64 rate/20.48us versus slow comparator threshold |
per FEE64 rate/20.48us & 'good event' DAQ statistics
slow comparator threshold
100keV - attachments 1 & 2
110keV - attachments 3 & 4
120keV - attachments 5 & 6
150keV - attachments 7 & 8
200keV - attachments 9 & 10 |
| Attachment 1: 100.png
|
|
| Attachment 2: 101.png
|
|
| Attachment 3: 110.png
|
|
| Attachment 4: 111.png
|
|
| Attachment 5: 120.png
|
|
| Attachment 6: 121.png
|
|
| Attachment 7: 150.png
|
|
| Attachment 8: 151.png
|
|
| Attachment 9: 200.png
|
|
| Attachment 10: 201.png
|
|
|
861
|
Thu Nov 14 07:57:46 2019 |
TD | AIDA moved from in-beam position at F11 |
To make room for the installation of an MR-TOF device at F11, AIDA and DTAS have been removed
from their in-beam position at F11.
The AIDA network and DTAS/BRIKEN optic fibre cables have been coiled and tied to the E17 stairwell
barrier. |
|
868
|
Thu Jul 6 10:20:25 2023 |
TD | Unable to start Rly16 server |
Unable to start Rly16 server - see attachment 1
Added 16.10 6 July 2023
CU No /dev/ttyUSB* on Raspberry Pi
Re-seated USB cable at Raspberry Pi and USB-controlled ac mains relay, power cycled Raspberry Pi - return to normal operation. |
| Attachment 1: Screenshot_from_2023-07-06_10-18-59.png
|
|
|
869
|
Fri Jul 7 10:15:09 2023 |
TD | Test of AIDA FEE64 d8:80:39:41:f6:ee ( aida01 ) - HDMI connector replaced |
Test of AIDA FEE64 d8:80:39:41:f6:ee ( aida01 ) - HDMI connector replaced. Cooling plate fitted - no base plate.
ISOL test station STFC DL, T9
Pulser BNC PB-5
Amplitude 0.5V
Attenuation x1
Polarity +
Frequency 100Hz
Tail pulse, decay time 1ms
Delay 250ns (min)
ASIC settings 2019May22-10.19.28 - attachment 1
Slow comparator 0x80
Options - attachment 2
Adaptor PCB - PJCS
FEE64 temperatures OK - attachments 3
System wide checks - attachments 4-9
FEE64 module aida01 global clocks failed, 6
Clock status test result: Passed 3, Failed 1
FEE64 module aida01 failed
Calibration test result: Passed 3, Failed 1
Timestamp RAM values OK?
Statistics OK - attachments 10-11
Good WAVE events reported?
LEC spectra - attachments 12-15
Data observed for all channels of all ASICs - double peaking observed - may be due to incomplete FEE64 assembly? See attachment 17
Hit/HitRate spectra - attachment 16
OK *except*
1.2.L fast comparator missing
no WAVE data |
| Attachment 1: Screenshot_from_2023-07-07_10-23-46.png
|
|
| Attachment 2: Screenshot_from_2023-07-07_10-23-41.png
|
|
| Attachment 3: Screenshot_from_2023-07-07_09-45-39.png
|
|
| Attachment 4: Screenshot_from_2023-07-07_09-46-06.png
|
|
| Attachment 5: Screenshot_from_2023-07-07_09-46-54.png
|
|
| Attachment 6: Screenshot_from_2023-07-07_09-46-58.png
|
|
| Attachment 7: Screenshot_from_2023-07-07_09-47-01.png
|
|
| Attachment 8: Screenshot_from_2023-07-07_09-48-29.png
|
|
| Attachment 9: Screenshot_from_2023-07-07_09-48-34.png
|
|
| Attachment 10: Screenshot_from_2023-07-07_09-48-00.png
|
|
| Attachment 11: Screenshot_from_2023-07-07_09-48-08.png
|
|
| Attachment 12: Screenshot_from_2023-07-07_10-34-10.png
|
|
| Attachment 13: Screenshot_from_2023-07-07_10-34-42.png
|
|
| Attachment 14: Screenshot_from_2023-07-07_10-35-09.png
|
|
| Attachment 15: Screenshot_from_2023-07-07_10-35-37.png
|
|
| Attachment 16: Screenshot_from_2023-07-07_10-36-11.png
|
|
| Attachment 17: Screenshot_from_2023-07-07_10-50-22.png
|
|
|
871
|
Fri Jul 7 11:59:06 2023 |
TD | Test of AIDA FEE64 - summary | Test of AIDA FEE64s
ISOL test station STFC DL, T9
Pulser BNC PB-5
Amplitude 1.0V
Attenuation x1
Polarity +
Frequency 100Hz
Tail pulse, decay time 1ms
Delay 250ns (min)
ASIC settings 2019May22-10.19.28
Slow comparator 0x80
Adaptor PCB - PJCS
FEE64 temperatures OK
System wide checks OK
Statistics OK
Hit/HitRate spectra OK
LEC spectra OK
Data observed for all channels of all ASIC #1-4
Pulser peak widths *.8.L
Wave spectra OK
Data observed for all channels of all ASIC #1-4
Date/time FEE64 MAC Pulser peak width Status
(channels FWHM)
6.7.23 17:50 d8:80:39:41:d8:2a 17,17,16,15 OK
6.7.23 11:20 d8:80:39:41:b4:0b 7,7,7,7 OK
6.7.23 10:03 d8:80:39:41:d0:0e 12,12,12,12 OK
5.7.23 15.31 d8:80:39:41:d7:cc 6,6,6,6 OK
5.7.23 14:04 d8:80:39:41:a0:71 12,11,11,12 OK Rate/Hitrate, *.*.L and *.*.W spectra - attachments 1-10
5.7.23 13:18 d8:80:39:42:0d:16 13,15,14,14 OK
5.7.23 12:43 d8:80:39:41:ee:71 17,17,15,16 OK
6.7.23 11:00 d8:80:39:42:0d:0b 17,15,16,15 https://elog.ph.ed.ac.uk/AIDA/870 Mezzanine replaced - ASIC #2 address bit #2 always on? ASIC #2 fail or mezzanine-FEE64
connection
issue?
7.7.23 09:46 d8:80:39:41:f6:ee https://elog.ph.ed.ac.uk/AIDA/869 HDMI replaced - not fully assembled - LEC fast comparator ASIC #1 channel #2 missing. ADC
does not
calibrate. HDMI issue?
OK FEE64s - attachment 11 |
| Attachment 1: Screenshot_from_2023-07-05_14-03-51.png
|
|
| Attachment 2: Screenshot_from_2023-07-05_14-04-40.png
|
|
| Attachment 3: Screenshot_from_2023-07-05_14-07-35.png
|
|
| Attachment 4: Screenshot_from_2023-07-05_14-09-29.png
|
|
| Attachment 5: Screenshot_from_2023-07-05_14-10-03.png
|
|
| Attachment 6: Screenshot_from_2023-07-05_14-39-07.png
|
|
| Attachment 7: Screenshot_from_2023-07-05_14-40-48.png
|
|
| Attachment 8: Screenshot_from_2023-07-05_14-41-11.png
|
|
| Attachment 9: Screenshot_from_2023-07-05_14-41-34.png
|
|
| Attachment 10: Screenshot_from_2023-07-05_14-42-55.png
|
|
| Attachment 11: 20230707_134745.jpg
|
|
|