ID |
Date |
Author |
Subject |
322
|
Mon Feb 28 05:04:47 2022 |
JM, OF | Temperature cycle to 125K |
06:01
Rutherford rate was decreased compared to previous values. Max rate ~ 50 counts for the peak, average ~20 counts.
Temperature increased to 125 K
No large increase in chamber pressure observed.
06:25
Temperature setpoint back to 110 K.
Rutherford rate has increased, however is quite variable. Peak height 3*10^1 to 10^2 range.
06:54
Setpoint = 110 K
Ruthrford rate has stabilised around 7*10^1 to 10^2 peak height.
Merger OK
Data rate ~ 1300 kb/sec
Leakage current ~ 3.22 uA
Temperatures OK
System checks OK |
Attachment 1: 2022-02-28_06-30-39-Exrate.png
|
|
331
|
Mon Feb 28 13:56:02 2022 |
JG, CB | Temperature cycle to 125K |
14:45
Rutherford rate was decreased significantly for longer period.
Temperature increased to 125 K
No large increase in chamber pressure observed.
14:55
Temperature setpoint back to 110 K.
Rutherford rate has increased. Peak height 3*10^1. |
340
|
Tue Mar 1 04:07:31 2022 |
JM, EM | Temperature cycle |
Have been unable to achieve decent target density with temperature cycling so far. Will attempt to go up to 300 k and back down to around 115 k which proved successful in previous shifts. |
338
|
Tue Mar 1 03:19:50 2022 |
JM, EM | Temperature Cycle |
04:20
Did another temperature cycle (118 K -> 125 K -> 95 K -> 116 K) trying to improve the pressures at the target and the detector count rate.
Rates are still mostly below 100 counts (Ex rate) and the pressures are still fluctuating by about an order of magnitude (E4: between 1e-9 and 1e-8 mbar). |
361
|
Wed Mar 2 03:40:40 2022 |
David, George | Temperature Cycle |
04:40
Target density is hovering between 2.0e-8 and 2.3e-8, sometimes dipping below 2.0e-8
We will conduct a temperature walkthrough while there is no beam,
04:40: setpoint 125K
04:46 setpoint 95K
04:56 setpoint 108K
04:59 setpoint 110K
05:00 setpoint 112K (here improved from 110K)
05:03 setpoint 114K
05:08 setpoint 113K
05:11
113K seems good, fluctuating between 2.3e-8 and 3.1e-8
will leave temperature here |
643
|
Sun Jun 16 22:40:11 2024 |
JM | Target overlap test - R81 |
23:10
Beam set to bunched mode to observe beam lifetime.
Electron cooler voltage setpoint kept at 246.8 V. Note this is 0.5 V lower than the previous test where the setpoint was 247.3 V
This corresponds to ~13.5 keV in the beam energy.
Attachment 1 shows target scan. Maximum still observed at a horizontal beam position of 1.0 mm.
Moving 0.5 V up or down does not impact the orbit enough to shift the beam position off the target.
Beam lifetime off target seems larger than previous, perhaps better vacuum conditions?
Back to coasting beam |
Attachment 1: Beam-overlap-updated2.png
|
|
618
|
Tue Jun 11 19:44:48 2024 |
OF, SS | Target out and at He |
Target has been moved out and H2 switched off. Changed to He.
Nikos will repair nozzle tomorrow morning. Remote checks until then. |
590
|
Wed Jun 5 08:34:04 2024 |
JM. DB, PC | Target nozzle change |
09:30
Target density has not improved despite efforts last night. Mid 10 - low 11 density range. We will try to change the nozzle.
Target nozzle moved to the out position.
HKR allowed access to the cave to turn the compressor off. Target nozzle now warming up.
Internal cave work on changing nozzle expected to start at ~11. In the meantime we will let Wolfgang experiment with the beam settings to try to improve injection intensity.
Detectors have been moved out to fully out position
Run 35 started. |
487
|
Fri Feb 2 09:58:58 2024 |
TD | TapeServer not writng data to disk - plus fix |
DAQ and NewMerger appear to be cofigured correctly.
Can allocate device, create volume and open file with TapeServer but cannot write data.
See attachmnents 1-3
Noted aida09 WR timestamp issue in attachment 3 - FEE64 Reboot fixed aida09 WR timestamp issue
Restarted DAQ/Merger/TapeServer - still cannot write to disk
14.30 CU provides the following list of NetVar variables used by the Merger
"MERGE_PID"
"MERGE_ID"
"MERGE_Action"
"MERGE_Signal"
"MERGE_Parameter"
"MERGE_Response"
"MERGE_State"
"MERGE_Trace"
"MERGE_Paused"
"MERGE_RunOptions"
"MERGE_HardwareVersion"
"MERGE_LinksAvailable"
"MERGE_TestMode"
"MERGE_PollTicks"
"MERGE_LinksInUse"
"MERGE_LinksAlive"
"MERGE_StatsTime"
"MERGE_Command"
"MERGE_ZeroStats"
"MERGE_SyncStep"
"MERGE_InitialTimeStamp"
"MERGE_LinkState"
"MERGE_LinkStatus"
"MERGE_LinkAlive"
"MERGE_LinkInUse"
15.30 Changed Merger startup and NetVars files ( attachments 6 & 7 )
Change server command line from
./master64 -i 16 -l 16 -p 11001 &
to
./master64 -i 15 -l 15 -p 11001 &
i.e. *exactly* matches number of FEE64s currently in use ( 15x FEE64s, aida01-aida15 )
Change NetVars from
MERGE.LinksInUse string 1%1%1%1%1%1%1%1%1%1%1%1%1%1%1%0%
to
MERGE.LinksInUse string 1%1%1%1%1%1%1%1%1%1%1%1%1%1%1%
i.e. string has 15x 1% strings *not* 15x 1% *plus 1x 0% string
With *both* changes we are now able to write to disk.
N.B. We did not test the above changes individually - it is possible/probable that just one of the changes above fixes the problem. |
Attachment 1: Screenshot_from_2024-02-02_10-57-18.png
|
|
Attachment 2: Screenshot_from_2024-02-02_10-57-51.png
|
|
Attachment 3: Screenshot_from_2024-02-02_10-58-23.png
|
|
Attachment 4: Screenshot_from_2024-02-02_11-01-22.png
|
|
Attachment 5: Screenshot_from_2024-02-02_11-18-45.png
|
|
Attachment 6: NewMerger
|
#!/bin/csh -f
echo "Tidy up"
killall -s9 MERGE
killall -s9 merge64.AD
killall -s9 master64
killall -s9 link64
killall -s9 merge64
killall -s9 statrate64
echo "Starting New Merger"
/bin/echo -e "\033];New Merger\007"
if (! $?MIDASBASE) setenv MIDASBASE /MIDAS
#
#
setenv PATH ${MIDASBASE}/Linux/bin64:${PATH}
setenv LD_LIBRARY_PATH ${MIDASBASE}/TclHttpd/Linux64:${MIDASBASE}/Linux/lib64:${MIDASBASE}/lib_Linux64
netint MERGE_SyncStep 0x0000000
cd ${MIDASBASE}/NewMerger/MergeServer/bin64
./master64 -i 15 -l 15 -p 11001 &
sleep 100000000000
#
echo startup complete
#
|
Attachment 7: CONTENTS
|
0x0006dead string 0x0000
MERGE.LinksAvailable string 15
Index string MERGE.LinksAvailable&&0x0006dead&&MERGE.RunOptions&&MERGE.LinksInUse
Merge.LinksInUse string 1%1%1%1%1%1%1%1%1%1%1%1%1%1%1%0%0%0%0%0%0%0%0%0%0%0%0%0%0%0%0%0%0%0%0%0%0%0%0%0%0%0%0%0%0%0%0%0%0%0%0%0%0%0%0%0%0%0%0%0%0%0%0%0%
MERGE.LinksInUse string 1%1%1%1%1%1%1%1%1%1%1%1%1%1%1%
MERGE.RunOptions string 3
|
379
|
Mon Oct 3 16:03:33 2022 |
OH, CB | TTT14 Photos |
Photos of the new TTT14 DSSD delivered to GSI.
Photos of detectors are broken up by photos of SN on box
To big to put on elog. Have uploaded to /Disk/ds-sopa-group/np/GSI/CARME/TTT14_Photos.zip and will change permissions to 777 |
261
|
Wed Feb 23 20:52:56 2022 |
CN, TD | System wide checks |
Attachments 1-5 aida01-aida05 options
System wide checks
Attachment 6 - changes to options files - differences reported but none observed (attachments 1-5)
Attachment 7 - collect memory info from FEE64 Linux
Attachment 8 - collect FPGA timestamp errors
Attachment 9 - WR decoder status
Attachment 10 - ADC calibration
Attachment 11 - Clock status |
Attachment 1: Screenshot_from_2022-02-23_21-52-10.png
|
|
Attachment 2: Screenshot_from_2022-02-23_21-52-05.png
|
|
Attachment 3: Screenshot_from_2022-02-23_21-52-00.png
|
|
Attachment 4: Screenshot_from_2022-02-23_21-51-55.png
|
|
Attachment 5: Screenshot_from_2022-02-23_21-51-50.png
|
|
Attachment 6: Screenshot_from_2022-02-23_21-51-35.png
|
|
Attachment 7: Screenshot_from_2022-02-23_21-51-20.png
|
|
Attachment 8: Screenshot_from_2022-02-23_21-51-08.png
|
|
Attachment 9: Screenshot_from_2022-02-23_21-51-02.png
|
|
Attachment 10: Screenshot_from_2022-02-23_21-50-56.png
|
|
Attachment 11: Screenshot_from_2022-02-23_21-50-49.png
|
|
348
|
Tue Mar 1 12:58:32 2022 |
CB, MS, SS, ML | Synced pneumatic motion |
New run R84
Attempting to sync pneumatic movement with ring. Still see something on t out -> p out
Command to move out was being given relative to the wrong time.
Fixed it. Still see one-two events every time we move out around 4-6 MeV. Attempted to greatly increase time before next injection - no difference. Microphonics from moving the detectors? It's just one-two counts on entire detector, acceptable.
New run R85
Now moving in/out
Potentiometer: 23.10 mm to 67.19 mm |
664
|
Sun Apr 6 10:17:49 2025 |
TD | Sunday 6 April |
11.15 CARME IE514 ion gauge remains OFF
ML says there are 2x ion gauges with line of sight to the DSSSDs - CARME IE514 (now off) and another controlled by the vacuum group - he will request that this is
turned off Monday
ML says that ion gauges within the upstream e-target should not have line of sight to the DSSSDs
FEE64 power ON
ASIC settings
appear to be using mixture of 2022Jan31-11-52-00, 2024Jan20-12.02.08, 2024Feb08-15.59.09 and 2024Apr24-14.14.03 settings
[npg@carme-gsi Options]$ pwd
/home/npg/MIDAS_Releases/23Jan19/MIDAS_200119/DB/EXPERIMENTS/AIDA/Options
[npg@carme-gsi Options]$ foreach f ( `ls` )
foreach? echo $f
foreach? cat $f/CONTENTS | grep settings
foreach? end
aida01
ASIC.settings string 2024Apr24-14.14.03
aida02
ASIC.settings string 2022Jan31-11-52-00
aida03
ASIC.settings string 2024Jan20-12.02.08
aida04
ASIC.settings string 2022Jan31-11-52-00
aida05
ASIC.settings string 2022Jan31-11-52-00
aida06
ASIC.settings string 2022Jan31-11-52-00
aida07
ASIC.settings string 2022Jan31-11-52-00
aida08
ASIC.settings string 2022Jan31-11-52-00
aida09
ASIC.settings string 2022Jan31-11-52-00
aida10
ASIC.settings string 2022Jan31-11-52-00
aida11
ASIC.settings string 2022Jan31-11-52-00
aida12
ASIC.settings string 2022Jan31-11-52-00
aida13
ASIC.settings string 2022Jan31-11-52-00
aida14
ASIC.settings string 2024Feb08-15.59.09
aida15
ASIC.settings string 2022Jan31-11-52-00
aida16
ASIC.settings string 2024Apr24-14.14.03
slow comparator 0x64 appears to be set for all FEE64s
positive input (p+n junction strips) FEE64s aida01, 02, 05, 06, 09, 10, 11, 12, 13, 15 & 16
negative input (n+n Ohmic strips) FEE64s aida03, 04, 07, 08 & 14
Check ASIC Load all FEE64s
All system wide checks OK
FEE64 temps OK - attachment 1
DSSSD bias & leakage current - attachment 2
leakage currents remain high cf. June 2024
per FEE64 Rate spectra - attachment 3
high rates observed for DSSSD#1 and DSSSD#3 n+n Ohmic strips
2x hot p+n junction channels aida15
per FEE64 1.8.W spectra - 20us FSR - attachments 4-5
ADC data item stats - attachment 6
high rates observed for DSSSD#1 and DSSSD#3 n+n Ohmic strips
CRYRING vacuum and temperature logs - attachments 7-8
12.51 Options DB re-constructed - see https://elog.ph.ed.ac.uk/CARME/665
ASIC settings for all FEE64s restored from 2024Apr24-14.14.03
slow comparator 0x64 appears to be set for all FEE64s
positive input (p+n junction strips) FEE64s aida01, 02, 05, 06, 11, 12, 15 & 16
negative input (n+n Ohmic strips) FEE64s aida03, 04, 07, 08, 09, 10, 13 & 14
WR timestamps OK - attachment 9
14.25 EG&G Ortec 448 Pulser settings
Amplitude 90,000
Normalise 5.00
Attenuator x5 IN
Frequency Relay Line (50Hz)
t_r 100ns
tau_d 50us
Polarity +
per FEE64 Rate Spectra - attachments 10-11
per FEE64 1.8.L spectra - attachments 12-14
Pulser peak width aida06 87 ch FWHM, aida08 94 ch FWHM
electronic noise poor consistent with high leakage current and 1.8.W spectra above
ADC data item stats - attachment 15
15.50 Data transfer to Merger/TapeServer started
Tape Server -> no storage mode
Data directory APR25
16.30 DAQ STOP
FEE64 power OFF
DSSSD bias OFF |
Attachment 1: Screenshot_from_2025-04-06_11-25-51.png
|
|
Attachment 2: Screenshot_from_2025-04-06_11-28-58.png
|
|
Attachment 3: Screenshot_from_2025-04-06_11-36-36.png
|
|
Attachment 4: Screenshot_from_2025-04-06_11-37-19.png
|
|
Attachment 5: Screenshot_from_2025-04-06_11-37-56.png
|
|
Attachment 6: Screenshot_from_2025-04-06_11-35-19.png
|
|
Attachment 7: Capture.PNG
|
|
Attachment 8: Capture.PNG
|
|
Attachment 9: Screenshot_from_2025-04-06_12-57-44.png
|
|
Attachment 10: Screenshot_from_2025-04-06_15-04-47.png
|
|
Attachment 11: Screenshot_from_2025-04-06_15-09-13.png
|
|
Attachment 12: Screenshot_from_2025-04-06_15-05-41.png
|
|
Attachment 13: Screenshot_from_2025-04-06_15-07-03.png
|
|
Attachment 14: Screenshot_from_2025-04-06_15-08-25.png
|
|
Attachment 15: Screenshot_from_2025-04-06_15-39-45.png
|
|
549
|
Sat Apr 27 23:16:02 2024 |
TD | Sunday 28 April |
00.12 DAQ continues data file R3_15
DSSSD bias & leakage current OK - attachment 1
FEE64 temps OK - attachment 2
ADC data item stats OK - attachment 3
per FEE64 Rate spectra - attachment 4
Merger, TapeServer etc - attachments 5-7
05.32 DAQ continues data file R3_16
DSSSD bias & leakage current OK - attachment 8
FEE64 temps OK - attachment 9
ADC data item stats OK - attachment 10
per FEE64 Rate spectra - attachment 11
Merger, TapeServer etc - attachments 12-14
11.27 DAQ continues data file R3_17
DSSSD bias & leakage current OK - attachment 15
FEE64 temps OK - attachment 16
ADC data item stats OK - attachment 17
per FEE64 Rate spectra - attachment 21
Merger, TapeServer etc - attachments 18-20
11.33 aida16 asic #2 2x Check ASIC control
aida16 asic #4 2x Check ASIC control
18.53 DAQ continues data file R3_19
DSSSD bias & leakage current OK - attachment 22
FEE64 temps OK - attachment 23
ADC data item stats OK - attachment 24
per FEE64 Rate spectra - attachment 25
Merger, TapeServer etc - attachments 26-28
per FEE64 1.8.H - attachments 29-30
per FEE64 1.8.L - attachments 31-32
per FEE64 1.8.W - 20us FSR - attachments 33-36
19.10 CRYRING ambient temperature per https://web-docs.gsi.de/~lestinsk/tempplot.php - attachment 37 |
Attachment 1: Screenshot_from_2024-04-28_00-11-59.png
|
|
Attachment 2: Screenshot_from_2024-04-28_00-12-25.png
|
|
Attachment 3: Screenshot_from_2024-04-28_00-13-20.png
|
|
Attachment 4: Screenshot_from_2024-04-28_00-14-35.png
|
|
Attachment 5: Screenshot_from_2024-04-28_00-15-03.png
|
|
Attachment 6: Screenshot_from_2024-04-28_00-15-40.png
|
|
Attachment 7: Screenshot_from_2024-04-28_00-15-20.png
|
|
Attachment 8: Screenshot_from_2024-04-28_05-32-48.png
|
|
Attachment 9: Screenshot_from_2024-04-28_05-33-11.png
|
|
Attachment 10: Screenshot_from_2024-04-28_05-34-03.png
|
|
Attachment 11: Screenshot_from_2024-04-28_05-34-36.png
|
|
Attachment 12: Screenshot_from_2024-04-28_05-34-50.png
|
|
Attachment 13: Screenshot_from_2024-04-28_05-35-08.png
|
|
Attachment 14: Screenshot_from_2024-04-28_05-35-22.png
|
|
Attachment 15: Screenshot_from_2024-04-28_11-27-15.png
|
|
Attachment 16: Screenshot_from_2024-04-28_11-27-35.png
|
|
Attachment 17: Screenshot_from_2024-04-28_11-27-52.png
|
|
Attachment 18: Screenshot_from_2024-04-28_11-28-48.png
|
|
Attachment 19: Screenshot_from_2024-04-28_11-29-02.png
|
|
Attachment 20: Screenshot_from_2024-04-28_11-29-13.png
|
|
Attachment 21: Screenshot_from_2024-04-28_11-31-05.png
|
|
Attachment 22: Screenshot_from_2024-04-28_18-53-09.png
|
|
Attachment 23: Screenshot_from_2024-04-28_18-53-32.png
|
|
Attachment 24: Screenshot_from_2024-04-28_18-53-54.png
|
|
Attachment 25: Screenshot_from_2024-04-28_18-54-40.png
|
|
Attachment 26: Screenshot_from_2024-04-28_18-54-50.png
|
|
Attachment 27: Screenshot_from_2024-04-28_18-55-06.png
|
|
Attachment 28: Screenshot_from_2024-04-28_18-55-17.png
|
|
Attachment 29: Screenshot_from_2024-04-28_19-00-46.png
|
|
Attachment 30: Screenshot_from_2024-04-28_19-01-27.png
|
|
Attachment 31: Screenshot_from_2024-04-28_18-59-12.png
|
|
Attachment 32: Screenshot_from_2024-04-28_19-00-08.png
|
|
Attachment 33: Screenshot_from_2024-04-28_19-01-57.png
|
|
Attachment 34: Screenshot_from_2024-04-28_19-02-21.png
|
|
Attachment 35: Screenshot_from_2024-04-28_19-02-53.png
|
|
Attachment 36: Screenshot_from_2024-04-28_19-03-18.png
|
|
Attachment 37: CRY_temps.PNG
|
|
304
|
Sun Feb 27 12:49:44 2022 |
TD RSS | Sunday 27 February 07:00-15:00 |
13.50 Cryostat set point 120K
13.49 Temperatures OK - attachment 1
13:51 System wide checks OK except WR decoder status
Base Current Difference
aida01 fault 0xab60 : 0xab86 : 38
aida02 fault 0x88d3 : 0x88f8 : 37
aida03 fault 0x23aa : 0x23d0 : 38
aida04 fault 0x15d7 : 0x15fd : 38
aida05 fault 0x2f03 : 0x2f0f : 12
White Rabbit error counter test result: Passed 0, Failed 5
Understand the status reports as follows:-
Status bit 3 : White Rabbit decoder detected an error in the received data
Status bit 2 : Firmware registered WR error, no reload of Timestamp
Status bit 0 : White Rabbit decoder reports uncertain of Timestamp information from WR
13.56 set point 95K
stat, 1.8.L & 1.8.W spectra - attachments 2-6 |
Attachment 1: Screenshot_from_2022-02-27_13-51-26.png
|
|
Attachment 2: Screenshot_from_2022-02-27_13-53-55.png
|
|
Attachment 3: Screenshot_from_2022-02-27_13-54-47.png
|
|
Attachment 4: Screenshot_from_2022-02-27_13-55-15.png
|
|
Attachment 5: Screenshot_from_2022-02-27_13-55-55.png
|
|
Attachment 6: Screenshot_from_2022-02-27_13-59-51.png
|
|
526
|
Sun Feb 18 13:10:18 2024 |
TD | Sunday 18 February - DSSSD 0 aida01 and aida04 *.*.L spectra |
DSSSD 0 aida01 1*L spectra, aida04 **L spectra
Double peak structure feature of aida04 ( n+n Ohmic side ) strips. Single ( albeit sometimes broad peak ) observed in aida01 ( p+n junction side ) strips.
Not currently observed by DSSSD 1-3. DSSSD 0 high energy peak rate far higher than DSSSD 1-3.
Data from last week did not display this double peak but DSSSDs and beam have been moved since.
Unclear whether this reflects radiation damage and/or wafer/active area edge effects on the n+n side.
Might also reflect beam characteristics throughout cycle.
Requires calibration and dE cut to investigate.
JM comment -> early time cut analysis indicates this is a beam effect. DSSD#0 has majority of halo on it so double peak is very pronounced.
We observe double peak all DSSDs just to a much lower level. |
Attachment 1: Screenshot_from_2024-02-18_13-58-29.png
|
|
Attachment 2: Screenshot_from_2024-02-18_13-59-55.png
|
|
Attachment 3: Screenshot_from_2024-02-18_14-01-19.png
|
|
Attachment 4: Screenshot_from_2024-02-18_14-08-36.png
|
|
Attachment 5: Screenshot_from_2024-02-18_14-09-44.png
|
|
126
|
Sun Oct 17 11:48:48 2021 |
TD RSS | Sunday 17 October |
Looking downstream the RHS motor assembly has loose green/yellow (gnd?) see attachment 1
Install blank base plate to trial install in downstream CARME chamber. The rod is just through all of the mounting holes - see attachments 2 & 3
The rod, plate and block are close fitting.
The current position of the TC feedthrough is incompatible wit detector movement- the TC feedthrough should be moved.
Detector baseplate with 1x DSSSD installed - attachments 4 - 6, Cabling length looks OK.
Should move NEG power and TCs to top & bottom DN40 flanges to avoid conflicts with DSSSDs and cabling. |
Attachment 1: 20211017_124717.jpg
|
|
Attachment 2: 20211017_130436.jpg
|
|
Attachment 3: 20211017_130447.jpg
|
|
Attachment 4: 20211017_133051.jpg
|
|
Attachment 5: 20211017_133105.jpg
|
|
Attachment 6: 20211017_133229.jpg
|
|
Attachment 7: IMG_5146.JPG
|
|
Attachment 8: IMG_5145.JPG
|
|
Attachment 9: IMG_5144.JPG
|
|
Attachment 10: IMG_5143.JPG
|
|
Attachment 11: IMG_5142.JPG
|
|
Attachment 12: IMG_5141.JPG
|
|
Attachment 13: IMG_5139.JPG
|
|
Attachment 14: IMG_5140.JPG
|
|
400
|
Sun May 14 11:55:12 2023 |
TD | Sunday 14 May |
12.44 DSSSD#3 bias -149.95V leakage current -6.448uA temperature +19.7 deg C ( https://web-docs.gsi.de/~lestinsk/tempplot.php )
CRYRING cave lights ON - leakage current measurements @ 60s intervals
6.448
6.449
6.448
6.448
6.449
6.448
6.448
6.448
6.449
6.448
18.24 DSSSD#3 bias -149.95V leakage current -6.442uA temperature + 21.0 deg C ( https://web-docs.gsi.de/~lestinsk/tempplot.php )
CRYRING cave lights ON - leakage current measurements @ 60s intervals
6.441
6.441
6.441
6.441
6.441
6.442
6.442
6.442
6.440
6.441 |
378
|
Sun Aug 14 06:50:58 2022 |
TD, JM | Sunday 14 August |
07.51 DAQ continues files 22Feb/R97
ASIC settings 2022Jan31-11-52-00
slow comparator 0x64
EG&G Ortec 448 Pulser OFF
All system wide checks OK
Attachment 1 - ADC data item stats
Attachment 2 - FEE64 temps OK
Attachments 3 & 4, 8 & 9 - per FEE64 1.8.W spectra 20us FSR and 200us FSR
Attachments 5 & 6 - per FEE64 1.8.L spectra
Attachment 7 - per FEE64 stat spectra
Leakage current remains 8.36 uA, 100V.
Bias power OFF, SIP ion pump power back ON. NIM crate powered off. Motors pi and nnrpi1 still on for remote access.
Compressed air off, water off. Fee relay power off and power cable disconnected. Motors box off. Safety pin for motors reinserted.
Checked cable harnesses at cryring. 2 good short sections found and left with boxes in cryring. 2 damaged long sections (bad pin and broken ceramic) taken to repair in
Edinburgh. |
Attachment 1: 60.PNG
|
|
Attachment 2: 59.PNG
|
|
Attachment 3: 58.PNG
|
|
Attachment 4: 57.PNG
|
|
Attachment 5: 56.PNG
|
|
Attachment 6: 55.PNG
|
|
Attachment 7: 54.PNG
|
|
Attachment 8: 61.PNG
|
|
Attachment 9: 62.png
|
|
Attachment 10: 20220814_091209.jpg
|
|
506
|
Sun Feb 11 07:03:34 2024 |
TD | Sunday 11 February |
02.02 DAQ continues G22-86/R15_21
alpha background
DSSSD leakage current = attachment 1
DSSSD #2 transient c. few hundred nA continue
FEE64 temperatures OK - attachment 2
ADC data item stats - attachment 3
rates dominated by 'hot' channels aida01 ( 70k ) and aida15 ( 11k ) - all other FEE64s c. 0Hz
per FEE64 Rate and Stat spectra - attachments 4-5
02.07 All stats zero'd
05.52 DAQ continues G22-86/R15_28
alpha background
FEE64 temperatures OK - attachment 6
ADC data item stats - attachment 7
rates dominated by 'hot' channels aida01 ( 72k ), aida15 ( 11k ), aida12 ( 3k ) and aida05 ( 600 )
all other FEE64s c. 0Hz
per FEE64 Stat spectra - attachment 8
aida12 asic #2 HEC channels high rate
Merger and TapeServer - attachments 9-10
DSSSD leakage current = attachment 11
DSSSD #2 transient c. few hundred nA continue
online per DSSSD 2D x-y spectra - attachnent 12
05.56 All histograms & stats zero'd
2x Check ASIC load
ADC data item stats - attachment 7
rates dominated by 'hot' channels aida01 ( 72k ), aida15 ( 11k )
all other FEE64s c. 0Hz
10:28 DAQ continues G22-88/R15
FEE temperatures OK
ADC data items stats dominated by aida01 (86k) and aida15 (9k) rest of stats approx OHz.
Rates dominated by 2 hot channels per FEE
Leakage current plot (attachment 15)
System wide checks OK
Merger OK (500,000 items per sec), Tape server OK (710 kb/sec being written)
DSSD XY plot (attachment 16) - some noise coming through in certain strips on DSSD 3
DSSD Ey energy histograms (attachment 17)
DSSD Ey vs Ex plots (attachment 18) - statistics for DSSD0,1,3 are consistent (DSSD 2 stats appear higher - unknown reason as yet)
11:10 Leakage current for DSSD1 (I2 on leakage current plot) remained 'turbulent'. We dropped the voltage from 150V to 100V. Leakage current dropped from ~4.5uA to ~4.2 uA. We will see if it remains more stable.
Rates in DSSD1 increased during change in voltage so all histograms were zero'd and monitoring code reset. Transient also observed for I3 in the leake current plot (attachment 19)
12:10 No progress on the target so far ...
Noticed in aida03 and aida04 several missing channels in the stats spectrum browser (attachment 20)
ASIC check load several times on aida03 and aida04. All stats and histograms zero'd
13.37 Target now available - will attempt beam + target
New data file G22-88/R16
13.39 per FEE64 Stat spectra
13.43 All histograms and stats zero'd
multiple channels missing aida03 and aida04 ( and possibly other FEE64s too ) |
Attachment 1: Screenshot_from_2024-02-11_02-02-18.png
|
|
Attachment 2: Screenshot_from_2024-02-11_02-03-32.png
|
|
Attachment 3: Screenshot_from_2024-02-11_02-04-09.png
|
|
Attachment 4: Screenshot_from_2024-02-11_02-04-43.png
|
|
Attachment 5: Screenshot_from_2024-02-11_02-07-08.png
|
|
Attachment 6: Screenshot_from_2024-02-11_05-52-02.png
|
|
Attachment 7: Screenshot_from_2024-02-11_05-52-21.png
|
|
Attachment 8: Screenshot_from_2024-02-11_05-52-59.png
|
|
Attachment 9: Screenshot_from_2024-02-11_05-53-41.png
|
|
Attachment 10: Screenshot_from_2024-02-11_05-54-04.png
|
|
Attachment 11: Screenshot_from_2024-02-11_05-54-29.png
|
|
Attachment 12: Screenshot_from_2024-02-11_05-54-53.png
|
|
Attachment 13: Screenshot_from_2024-02-11_05-57-44.png
|
|
Attachment 14: Screenshot_from_2024-02-11_10-33-04.png
|
|
Attachment 15: Screenshot_from_2024-02-11_10-59-13.png
|
|
Attachment 16: Screenshot_from_2024-02-11_11-01-26.png
|
|
Attachment 17: Screenshot_from_2024-02-11_11-03-29.png
|
|
Attachment 18: Screenshot_from_2024-02-11_11-16-26.png
|
|
Attachment 19: Screenshot_from_2024-02-11_12-08-20.png
|
|
Attachment 20: Screenshot_from_2024-02-11_13-39-20.png
|
|