| ID |
Date |
Author |
Subject |
|
551
|
Sun Apr 2 04:40:00 2017 |
DK | BigRIPS Summary Info | It is all saved locally file:///homes/npg/Documents/2017Ca/
Although, a little more hacking is required to get the view.html webpage to allow you to click each run
Whether or not it is useful I don't know, but it was generated by a shell script
/homes/npg/Documents/bigrips_summary.sh which can be modified and used for future experiments. |
|
857
|
Thu Jun 20 07:35:46 2019 |
CA, TD | Bias & leakage current spreadsheet |
https://docs.google.com/spreadsheets/d/12hgbrywB10hGsKt5uc2HnLfZymh8_uvM6cEASbbqnBE/edit#gid=1560332343 |
| Attachment 1: AIDA_leakage_current(1).xlsx
|
|
219
|
Wed May 11 06:01:16 2016 |
AE, VP, BM | Beta trigger | Please find attached the best diagram of the beta trigger logic circuit for EURICA campaign 2016 |
| Attachment 1: Trigger_scheme-new.jpg
|
|
|
515
|
Fri Dec 2 06:41:25 2016 |
DK | Benchmarks for compression | R45_17 as the test file, which was closed at 9.02 AM Friday, December 2nd at the end of the official parasitic
machine time on Fallon et al.
===Summarized results===
Initial file is 2.0 GB of AIDA data
LZMA: 862M; Time: 23 min
BZ2: 1.3G; Time: 6.5 min
GZ: 1.3G; Time: 3 min
The LZMA results are about as I expected: fantastic compression but it takes a very long time to pack the data.
The BZ2 data are a bit surprising; usually it can be about 10 or 15% smaller than GZ for hexdata from my
experience. I conclude that we should use GZ (which we are already doing, but now we confirm that it is
optimized for time versus disk space usage).
15.49 We are continuing to compress the data. Presently we are somewhere around R39_20, sequentially. I
estimated that there are 578 runs remaining, and naively say each is 2 GB (some at the end of RXX_ may be less).
Compression at 3 minutes each then takes 29 hours, so it should be finished by tomorrow evening, say around
20:00 or a little later, depending on the fluctuation.
===Full details of the test===
npg@aidas1 ~/benchmarks % ls -altr
total 2048024
-rw-r--r--. 1 npg npgstaff 2097152000 Dec 2 13:58 R45_17
drwxrwxr-x. 55 npg users 4096 Dec 2 14:01 ..
drwxr-xr-x. 2 npg npgstaff 4096 Dec 2 14:01 .
First test with lzma
npg@aidas1 ~/benchmarks % time tar cvf R45_17.lzma --lzma R45_17
R45_17
tar cvf R45_17.lzma --lzma R45_17 1388.10s user 15.63s system 100% cpu 23:13.94 total
npg@aidas1 ~/benchmarks % ls -altrh
total 2.8G
-rw-r--r--. 1 npg npgstaff 2.0G Dec 2 13:58 R45_17
drwxrwxr-x. 55 npg users 4.0K Dec 2 14:08 ..
-rw-r--r--. 1 npg npgstaff 862M Dec 2 14:31 R45_17.lzma
npg@aidas1 ~/benchmarks %
as expected, the compression quality is very good (> 50%) but this is much to slow to be practical.
next we can attempt bz2
npg@aidas1 ~/benchmarks % time tar cvjf R45_17.tar.bz2 R45_17
R45_17
tar cvjf R45_17.tar.bz2 R45_17 375.22s user 6.68s system 97% cpu 6:31.74 total
npg@aidas1 ~/benchmarks % ls -altrh
total 4.1G
-rw-r--r--. 1 npg npgstaff 2.0G Dec 2 13:58 R45_17
-rw-r--r--. 1 npg npgstaff 862M Dec 2 14:31 R45_17.lzma
-rw-r--r--. 1 npg npgstaff 737 Dec 2 14:31 results.txt
drwxrwxr-x. 55 npg users 4.0K Dec 2 14:32 ..
-rw-------. 1 npg npgstaff 12K Dec 2 14:33 .results.txt.swp
drwxr-xr-x. 2 npg npgstaff 4.0K Dec 2 14:34 .
-rw-r--r--. 1 npg npgstaff 1.3G Dec 2 14:40 R45_17.tar.bz2
npg@aidas1 ~/benchmarks % ls -altrh
total 4.1G
-rw-r--r--. 1 npg npgstaff 2.0G Dec 2 13:58 R45_17
-rw-r--r--. 1 npg npgstaff 862M Dec 2 14:31 R45_17.lzma
-rw-r--r--. 1 npg npgstaff 737 Dec 2 14:31 results.txt
drwxrwxr-x. 55 npg users 4.0K Dec 2 14:32 ..
-rw-------. 1 npg npgstaff 12K Dec 2 14:33 .results.txt.swp
drwxr-xr-x. 2 npg npgstaff 4.0K Dec 2 14:34 .
-rw-r--r--. 1 npg npgstaff 1.3G Dec 2 14:40 R45_17.tar.bz2
npg@aidas1 ~/benchmarks % time tar cvzf R45_17.tar.gz R45_17
R45_17
tar cvzf R45_17.tar.gz R45_17 188.01s user 6.53s system 100% cpu 3:13.98 total
npg@aidas1 ~/benchmarks % time tar cvzf R45_17.tar.gz R45_17
R45_17
tar cvzf R45_17.tar.gz R45_17 188.01s user 6.53s system 100% cpu 3:13.98 total
npg@aidas1 ~/benchmarks % ls -altrh
total 5.4G
-rw-r--r--. 1 npg npgstaff 2.0G Dec 2 13:58 R45_17
-rw-r--r--. 1 npg npgstaff 862M Dec 2 14:31 R45_17.lzma
-rw-r--r--. 1 npg npgstaff 737 Dec 2 14:31 results.txt
drwxrwxr-x. 55 npg users 4.0K Dec 2 14:32 ..
-rw-r--r--. 1 npg npgstaff 1.3G Dec 2 14:40 R45_17.tar.bz2
drwxr-xr-x. 2 npg npgstaff 4.0K Dec 2 14:44 .
-rw-r--r--. 1 npg npgstaff 1.3G Dec 2 14:47 R45_17.tar.gz
-rw-------. 1 npg npgstaff 12K Dec 2 14:50 .results.txt.swp
conclusion is gzip is the best as for time efficiency. |
|
864
|
Thu Feb 23 16:15:31 2023 |
TD PJCS | Bench test of AIDA FEE64 mezzanines |
Attachments 2 & 7 AIDA FEE64 mezzanine with
1) adaptor PCB connected to ERNI input connector
2) test PCB to provide power & control to FEE64 mezzanine
plus probe points for (per ASIC) Data Ready, A0-A3, MUX output, 16x fast comparator, 16x buffered preamp output etc.
Attachments 1, 3 & 4 AIDA FEE64 power (middle & right) and fan power (left)
N.B.
Attachment 1 - mid-upper TTi QL355T FEE64 PSU shows nominal current load ( 5V/1.672A 7V/0.031A ) for configured ASICs
Attachment 5 - AIDA FEE64 mezzanines in T9 AIDA cupboard
left - 2x boxes with U/S FEE64 mezzanines (labelled)
right - 2x boxes with bench test OK FEE64 mezzanines
bottom - untested FEE64 mezzanines
Attachment 6 - AIDA FEE64 mezzanines to be re-tested
Summary of AIDA FEE64 mezzanine bench tests (see Mezzanine logbooks for details)
Garner Osborn Batch 7226-1
9 pass
11 pass
15 fail no signals?
16 fail power?
17 fail power?
19 pass
23 pass
24 fail asic#4
27 fail power?
30 fail power?
37 pass
39 pass
40 fail power?
Batch 0213110101
26 fail asic#2
27 fail asic#3
29 pass
Batch 0216240101
8 pass
It is possible that the mezzanines have dirty electrical contacts - they should be cleaned and re-tested |
| Attachment 1: 20230215_132009.jpg
|
|
| Attachment 2: 20230215_130352.jpg
|
|
| Attachment 3: 20230216_125916.jpg
|
|
| Attachment 4: 20230215_110356.jpg
|
|
| Attachment 5: 20230217_132218.jpg
|
|
| Attachment 6: 20230217_132223.jpg
|
|
| Attachment 7: 20230216_125909.jpg
|
|
|
10
|
Thu Sep 25 11:53:34 2014 |
Patrick Coleman-Smith | Backup a step to check ASICs | Disconnected the adaptors with the detector.
Added the adaptors with the kapton cables only attached.
Connected the pulser outputs ( pos and neg ).
nnaida11,13 & 14 : Stat spectra are normal. Rates are 10k to 16k
nnaida12 has normal stat spectrum with ASIC3 only showing channel 5.
Power cycle and re-try.
No different.
Suggest change the Mezzanine on nnaida12 and ask for the ASIC to be replaced..... maybe visible signs of problem ? |
|
887
|
Sat Aug 19 14:52:42 2023 |
TD | BNC PB-4 & BNC PB-5 pulser test - JCMB 18.8.23 | BNC PB-4 - see attachment 1
Amplitude 35,000
Attenuators all OUT
Risetime 50ns
Decay time 1ms
Tail pulse
Polarity +
Frequency 2Hz (min)
Delay min
DSO ch#1 DC/1M - y: 5mV/div x: 100ns, 200ns, 1us, 2us & 10us/div - attachments 2-6
BNC PB-5 - see attachment 7-9
Amplitude 1.0V
Attenuation x1
Decay time 1ms
Tail pulse
Polarity +
Frequency 2Hz (min)
Delay 250ns (min)
DSO ch#1 DC/1M - y: 5mV/div x: 100ns, 200ns, 1us, 2us & 10us/div - attachments 10-14
BNC PB-5 - see attachment 15-16
Amplitude 10.0V
Attenuation x10
Decay time 1ms
Tail pulse
Polarity +
Frequency 2Hz (min)
Delay 250ns (min)
DSO ch#1 DC/1M - y: 5mV/div x: 100ns, 200ns, 1us, 2us & 10us/div - attachments 17-21
Conclusion
BNC PB-5 significantly noisier than BNC PB-4. Results consistent with GSI tests https://elog.ph.ed.ac.uk/AIDA/886 , i.e. AIDA BNC PB-5 pulser at GSI *not* faulty.
BNC PB-5 operation with 10.0V/10x ( cf. 1.0V/x1 ) shows lower level of noise but still worse than BNC PB-4.
5mV transient at test input ( C_t = 0.7pF ) = 3.5fC = 80keV Si equivalent ( check 1V x 0.7pF = 0.7pC = 16MeV OK ). |
| Attachment 1: 20230818_120816.jpg
|
|
| Attachment 2: 20230818_120856.jpg
|
|
| Attachment 3: 20230818_120836.jpg
|
|
| Attachment 4: 20230818_120935.jpg
|
|
| Attachment 5: 20230818_120922.jpg
|
|
| Attachment 6: 20230818_120907.jpg
|
|
| Attachment 7: 20230818_121245.jpg
|
|
| Attachment 8: 20230818_121236.jpg
|
|
| Attachment 9: 20230818_121217.jpg
|
|
| Attachment 10: 20230818_121255.jpg
|
|
| Attachment 11: 20230818_121325.jpg
|
|
| Attachment 12: 20230818_121316.jpg
|
|
| Attachment 13: 20230818_121306.jpg
|
|
| Attachment 14: 20230818_121345.jpg
|
|
| Attachment 15: 20230819_160757.jpg
|
|
| Attachment 16: 20230819_160810.jpg
|
|
| Attachment 17: 20230819_160911.jpg
|
|
| Attachment 18: 20230819_160923.jpg
|
|
| Attachment 19: 20230819_160848.jpg
|
|
| Attachment 20: 20230819_160946.jpg
|
|
| Attachment 21: 20230819_160935.jpg
|
|
|
860
|
Fri Jun 21 09:57:15 2019 |
CG | B2F network cables | AIDA network cables in B2F disconnected, looped and cable tied to hand rail, out of the way.
Labelled AIDA1/AIDA2 according to which network switch they belong to. |
|
478
|
Sat Nov 26 20:26:06 2016 |
Liu, AE | Analysis of implantation profile in AIDA | Here we show the PID plot and implantation depth in AIDA from BigRIPS file 40Mg1012 (1 hr of data from 20:30 in Nov 26th), merged with AIDA files R10_8 to R10_29
The more neutron-rich isotopes have a shorter range in AIDA, and seem to be implanted towards the first layers of the stack. For 40Mg - most exciting case(?) - there is only one count at DSSD1. But comparing to the position of 38Mg, we could deduce that the implantation depth is already good. need more data analyzed to decide if we need to remove a bit of degrader.
Degrader settings: 3mm Pb (at BRIKEN PE shielding), variable of 1mm W (+1mmAl) + 0.3mmW (+1 mm Al)
Attachment 1: DSSD of detected implant for cuts in the PID.
Attachment 2: PID from F8 to F11.
BigRIPS trees produced with macro at gamma16@a04:exp/users/alfredo/macro/MakePIDTree.C (or MakeAllTree.C, depending on version of merger)
Merging code in: ur16@ribfana03:analysis/users/liujj/BRIKEN_161125Parasitic/
|
| Attachment 1: imp.jpg
|
|
| Attachment 2: pid_corr.png
|
|
|
457
|
Wed Nov 16 06:47:02 2016 |
TD | Analysis of data files R25_11 to _13 | Offline analysis of R25_11 to _13 see http://ribf-exp.riken.jp/elog/RIBF123/141
"F5 C target F7 no F11 C 6mm
Date 2016/11/10
Start time: 08:20
DLT File: 161110_0820_767778Ni_035.dlt
RUN: 035
Aida RUN: R25_11
Comment: F11 Degraders taken out after few minutes
Degrader: no
Rates:
F11R: 450 Hz
BRIKEN: 200 Hz
Stop time: 09:18
AIDA run: R25_23
ROOT file: 161110_0918_767778Ni_035.root"
Attachments 1-3 show spectra s2130-s2135 over different ranges
s2130 DSSSD #1 time between successive HEC events (2.56us/channel)
:
:
s2135 DSSSD #6 time between successive HEC events (2.56us/channel)
Attachment 4
s2000-s2005 DSSSD #1-6 LEC m_p versus m_n
Attachment 5
s2100-s2105 DSSSD #1-6 HEC m_p versus m_n
HEC events for each DSSSD are defined as m_p_hec > 0 and m_n_hec > 0
Minimum time between HEC events = 16 channels = 40.96us
Centroid channels 0-65525 of spectrum s2130 = ch 2566.44 => 0.00657s -> 152Hz
which agrees well with the typical DSSSD #1 rate for these data files
Is there structure at channel 30 => 76.8us ? More likely it shows variations
in readout time from HEC event to HEC event. |
| Attachment 1: 1001.png
|
|
| Attachment 2: 1002.png
|
|
| Attachment 3: 1000.png
|
|
| Attachment 4: 1003.png
|
|
| Attachment 5: 1004.png
|
|
|
379
|
Fri Oct 7 02:43:47 2016 |
TD & CG | Analysis of Sept2016/R13_47 | Analysis of R13_47 - the data file that was being written when DAQ stalled
yesterday evening - see https://elog.ph.ed.ac.uk/AIDA/371
aidas1> ./analyser2 /TapeData/Sept2016/R13_46
*** GREAT format 3.2.0 analyser - TD - May 2014
*** ERROR: READ I/O error: 5002
blocks: 32000
ADC data format: 145759250 ( 544585.9 Hz)
Other data format: 115328750 ( 430891.4 Hz)
Sample trace data format: 0 ( 0.0 Hz)
Undefined format: 0 ( 0.0 Hz)
Other data format type: PAUSE: 74 ( 0.3 Hz)
RESUME: 74 ( 0.3 Hz)
SYNC100: 2449126 ( 9150.4 Hz)
FEE64 disc: 112871466 ( 421710.5 Hz)
MBS info: 8010 ( 29.9 Hz)
Other info: 0 ( 0.0 Hz)
ADC data range bit set: 382 ( 1.4 Hz)
Timewarps: ADC: 0 ( 0.0 Hz)
PAUSE: 0 ( 0.0 Hz)
RESUME: 0 ( 0.0 Hz)
SYNC100: 0 ( 0.0 Hz)
FEE64 disc: 0 ( 0.0 Hz)
MBS info: 0 ( 0.0 Hz)
Undefined: 0 ( 0.0 Hz)
Sample trace: 0 ( 0.0 Hz)
Timestamp elapsed time: 267.652 s
FEE module #: 1 elapsed dead time 0.000 s
FEE module #: 2 elapsed dead time 0.824 s
FEE module #: 3 elapsed dead time 0.000 s
FEE module #: 4 elapsed dead time 0.000 s
FEE module #: 5 elapsed dead time 0.275 s
FEE module #: 6 elapsed dead time 0.488 s
FEE module #: 7 elapsed dead time 0.000 s
FEE module #: 8 elapsed dead time 0.000 s
FEE module #: 9 elapsed dead time 0.017 s
FEE module #: 10 elapsed dead time 0.000 s
FEE module #: 11 elapsed dead time 0.000 s
FEE module #: 12 elapsed dead time 0.000 s
FEE module #: 13 elapsed dead time 0.000 s
FEE module #: 14 elapsed dead time 0.023 s
FEE module #: 15 elapsed dead time 0.000 s
FEE module #: 16 elapsed dead time 0.000 s
FEE module #: 17 elapsed dead time 0.012 s
FEE module #: 18 elapsed dead time 0.000 s
FEE module #: 19 elapsed dead time 0.912 s
FEE module #: 20 elapsed dead time 0.000 s
FEE module #: 21 elapsed dead time 0.000 s
FEE module #: 22 elapsed dead time 0.000 s
FEE module #: 23 elapsed dead time 0.000 s
FEE module #: 24 elapsed dead time 0.000 s
FEE module #: 25 elapsed dead time 0.000 s
FEE module #: 26 elapsed dead time 0.000 s
FEE module #: 27 elapsed dead time 0.000 s
FEE module #: 28 elapsed dead time 0.000 s
FEE module #: 29 elapsed dead time 0.000 s
FEE module #: 30 elapsed dead time 0.000 s
FEE module #: 31 elapsed dead time 0.000 s
FEE module #: 32 elapsed dead time 0.000 s
*** Program elapsed time: 17.016s ( 1880.624 blocks/s, 117.539 Mb/s)
aidas1> ./analyser2 /TapeData/Sept2016/R13_47
*** GREAT format 3.2.0 analyser - TD - May 2014
*** ERROR: READ I/O error: 5002
blocks: 11864
ADC data format: 54019518 ( 544839.2 Hz)
Other data format: 42776197 ( 431439.3 Hz)
Sample trace data format: 0 ( 0.0 Hz)
Undefined format: 0 ( 0.0 Hz)
Other data format type: PAUSE: 29 ( 0.3 Hz)
RESUME: 29 ( 0.3 Hz)
SYNC100: 907301 ( 9151.0 Hz)
FEE64 disc: 41865866 ( 422257.8 Hz)
MBS info: 2972 ( 30.0 Hz)
Other info: 0 ( 0.0 Hz)
ADC data range bit set: 135 ( 1.4 Hz)
Timewarps: ADC: 0 ( 0.0 Hz)
PAUSE: 0 ( 0.0 Hz)
RESUME: 0 ( 0.0 Hz)
SYNC100: 0 ( 0.0 Hz)
FEE64 disc: 0 ( 0.0 Hz)
MBS info: 0 ( 0.0 Hz)
Undefined: 0 ( 0.0 Hz)
Sample trace: 0 ( 0.0 Hz)
Timestamp elapsed time: 99.148 s
FEE module #: 1 elapsed dead time 0.000 s
FEE module #: 2 elapsed dead time 0.179 s
FEE module #: 3 elapsed dead time 0.000 s
FEE module #: 4 elapsed dead time 0.000 s
FEE module #: 5 elapsed dead time 0.199 s
FEE module #: 6 elapsed dead time 0.100 s
FEE module #: 7 elapsed dead time 0.000 s
FEE module #: 8 elapsed dead time 0.000 s
FEE module #: 9 elapsed dead time 0.005 s
FEE module #: 10 elapsed dead time 0.000 s
FEE module #: 11 elapsed dead time 0.000 s
FEE module #: 12 elapsed dead time 0.000 s
FEE module #: 13 elapsed dead time 0.000 s
FEE module #: 14 elapsed dead time 0.003 s
FEE module #: 15 elapsed dead time 0.000 s
FEE module #: 16 elapsed dead time 0.000 s
FEE module #: 17 elapsed dead time 0.021 s
FEE module #: 18 elapsed dead time 0.000 s
FEE module #: 19 elapsed dead time 0.311 s
FEE module #: 20 elapsed dead time 0.000 s
FEE module #: 21 elapsed dead time 0.000 s
FEE module #: 22 elapsed dead time 0.000 s
FEE module #: 23 elapsed dead time 0.000 s
FEE module #: 24 elapsed dead time 0.000 s
FEE module #: 25 elapsed dead time 0.000 s
FEE module #: 26 elapsed dead time 0.000 s
FEE module #: 27 elapsed dead time 0.000 s
FEE module #: 28 elapsed dead time 0.000 s
FEE module #: 29 elapsed dead time 0.000 s
FEE module #: 30 elapsed dead time 0.000 s
FEE module #: 31 elapsed dead time 0.000 s
FEE module #: 32 elapsed dead time 0.000 s
*** Program elapsed time: 6.238s ( 1901.806 blocks/s, 118.863 Mb/s)
Final SYNCs of R13_47
aidas1. ./analyser2 v /TapeData/Sept2016/R13_47 | grep SYNC
:
:
*** SYNC100 timestamp: block: 11864 ptr: 2151 data: 0x81401340 module: 1 information type: 4 information
field: 0x00001340 ts: 0x000001340B4800A0
*** SYNC100 timestamp: block: 11864 ptr: 2153 data: 0x82401340 module: 2 information type: 4 information
field: 0x00001340 ts: 0x000001340B4800A0
*** SYNC100 timestamp: block: 11864 ptr: 2155 data: 0x83401340 module: 3 information type: 4 information
field: 0x00001340 ts: 0x000001340B4800A0
*** SYNC100 timestamp: block: 11864 ptr: 2157 data: 0x84401340 module: 4 information type: 4 information
field: 0x00001340 ts: 0x000001340B4800A0
*** SYNC100 timestamp: block: 11864 ptr: 2159 data: 0x85401340 module: 5 information type: 4 information
field: 0x00001340 ts: 0x000001340B4800A0
*** SYNC100 timestamp: block: 11864 ptr: 2161 data: 0x86401340 module: 6 information type: 4 information
field: 0x00001340 ts: 0x000001340B4800A0
*** SYNC100 timestamp: block: 11864 ptr: 2163 data: 0x87401340 module: 7 information type: 4 information
field: 0x00001340 ts: 0x000001340B4800A0
*** SYNC100 timestamp: block: 11864 ptr: 2165 data: 0x88401340 module: 8 information type: 4 information
field: 0x00001340 ts: 0x000001340B4800A0
*** SYNC100 timestamp: block: 11864 ptr: 2167 data: 0x89401340 module: 9 information type: 4 information
field: 0x00001340 ts: 0x000001340B4800A0
*** SYNC100 timestamp: block: 11864 ptr: 2169 data: 0x8A401340 module: 10 information type: 4 information
field: 0x00001340 ts: 0x000001340B4800A0
*** SYNC100 timestamp: block: 11864 ptr: 2171 data: 0x8B401340 module: 11 information type: 4 information
field: 0x00001340 ts: 0x000001340B4800A0
*** SYNC100 timestamp: block: 11864 ptr: 2173 data: 0x8C401340 module: 12 information type: 4 information
field: 0x00001340 ts: 0x000001340B4800A0
*** SYNC100 timestamp: block: 11864 ptr: 2175 data: 0x8D401340 module: 13 information type: 4 information
field: 0x00001340 ts: 0x000001340B4800A0
*** SYNC100 timestamp: block: 11864 ptr: 2177 data: 0x8E401340 module: 14 information type: 4 information
field: 0x00001340 ts: 0x000001340B4800A0
*** SYNC100 timestamp: block: 11864 ptr: 2179 data: 0x8F401340 module: 15 information type: 4 information
field: 0x00001340 ts: 0x000001340B4800A0
*** SYNC100 timestamp: block: 11864 ptr: 2181 data: 0x90401340 module: 16 information type: 4 information
field: 0x00001340 ts: 0x000001340B4800A0
*** SYNC100 timestamp: block: 11864 ptr: 2183 data: 0x91401340 module: 17 information type: 4 information
field: 0x00001340 ts: 0x000001340B4800A0
*** SYNC100 timestamp: block: 11864 ptr: 2185 data: 0x92401340 module: 18 information type: 4 information
field: 0x00001340 ts: 0x000001340B4800A0
*** SYNC100 timestamp: block: 11864 ptr: 2187 data: 0x93401340 module: 19 information type: 4 information
field: 0x00001340 ts: 0x000001340B4800A0
*** SYNC100 timestamp: block: 11864 ptr: 2189 data: 0x94401340 module: 20 information type: 4 information
field: 0x00001340 ts: 0x000001340B4800A0
*** SYNC100 timestamp: block: 11864 ptr: 2191 data: 0x95401340 module: 21 information type: 4 information
field: 0x00001340 ts: 0x000001340B4800A0
*** SYNC100 timestamp: block: 11864 ptr: 2193 data: 0x96401340 module: 22 information type: 4 information
field: 0x00001340 ts: 0x000001340B4800A0
*** SYNC100 timestamp: block: 11864 ptr: 2195 data: 0x97401340 module: 23 information type: 4 information
field: 0x00001340 ts: 0x000001340B4800A0
*** SYNC100 timestamp: block: 11864 ptr: 2197 data: 0x98401340 module: 24 information type: 4 information
field: 0x00001340 ts: 0x000001340B4800A0
*** SYNC100 timestamp: block: 11864 ptr: 6807 data: 0x81401340 module: 1 information type: 4 information
field: 0x00001340 ts: 0x000001340B4C00A0
*** SYNC100 timestamp: block: 11864 ptr: 6809 data: 0x82401340 module: 2 information type: 4 information
field: 0x00001340 ts: 0x000001340B4C00A0
*** SYNC100 timestamp: block: 11864 ptr: 6811 data: 0x83401340 module: 3 information type: 4 information
field: 0x00001340 ts: 0x000001340B4C00A0
*** SYNC100 timestamp: block: 11864 ptr: 6813 data: 0x84401340 module: 4 information type: 4 information
field: 0x00001340 ts: 0x000001340B4C00A0
*** SYNC100 timestamp: block: 11864 ptr: 6815 data: 0x85401340 module: 5 information type: 4 information
field: 0x00001340 ts: 0x000001340B4C00A0
*** SYNC100 timestamp: block: 11864 ptr: 6817 data: 0x86401340 module: 6 information type: 4 information
field: 0x00001340 ts: 0x000001340B4C00A0
*** SYNC100 timestamp: block: 11864 ptr: 6819 data: 0x87401340 module: 7 information type: 4 information
field: 0x00001340 ts: 0x000001340B4C00A0
*** SYNC100 timestamp: block: 11864 ptr: 6821 data: 0x88401340 module: 8 information type: 4 information
field: 0x00001340 ts: 0x000001340B4C00A0
*** SYNC100 timestamp: block: 11864 ptr: 6823 data: 0x89401340 module: 9 information type: 4 information
field: 0x00001340 ts: 0x000001340B4C00A0
*** SYNC100 timestamp: block: 11864 ptr: 6825 data: 0x8A401340 module: 10 information type: 4 information
field: 0x00001340 ts: 0x000001340B4C00A0
*** SYNC100 timestamp: block: 11864 ptr: 6827 data: 0x8B401340 module: 11 information type: 4 information
field: 0x00001340 ts: 0x000001340B4C00A0
*** SYNC100 timestamp: block: 11864 ptr: 6829 data: 0x8C401340 module: 12 information type: 4 information
field: 0x00001340 ts: 0x000001340B4C00A0
*** SYNC100 timestamp: block: 11864 ptr: 6831 data: 0x8D401340 module: 13 information type: 4 information
field: 0x00001340 ts: 0x000001340B4C00A0
*** SYNC100 timestamp: block: 11864 ptr: 6833 data: 0x8E401340 module: 14 information type: 4 information
field: 0x00001340 ts: 0x000001340B4C00A0
*** SYNC100 timestamp: block: 11864 ptr: 6835 data: 0x8F401340 module: 15 information type: 4 information
field: 0x00001340 ts: 0x000001340B4C00A0
*** SYNC100 timestamp: block: 11864 ptr: 6837 data: 0x90401340 module: 16 information type: 4 information
field: 0x00001340 ts: 0x000001340B4C00A0
*** SYNC100 timestamp: block: 11864 ptr: 6839 data: 0x91401340 module: 17 information type: 4 information
field: 0x00001340 ts: 0x000001340B4C00A0
*** SYNC100 timestamp: block: 11864 ptr: 6841 data: 0x92401340 module: 18 information type: 4 information
field: 0x00001340 ts: 0x000001340B4C00A0
*** SYNC100 timestamp: block: 11864 ptr: 6843 data: 0x93401340 module: 19 information type: 4 information
field: 0x00001340 ts: 0x000001340B4C00A0
*** SYNC100 timestamp: block: 11864 ptr: 6845 data: 0x94401340 module: 20 information type: 4 information
field: 0x00001340 ts: 0x000001340B4C00A0
*** SYNC100 timestamp: block: 11864 ptr: 6847 data: 0x95401340 module: 21 information type: 4 information
field: 0x00001340 ts: 0x000001340B4C00A0
*** SYNC100 timestamp: block: 11864 ptr: 6849 data: 0x96401340 module: 22 information type: 4 information
field: 0x00001340 ts: 0x000001340B4C00A0
*** SYNC100 timestamp: block: 11864 ptr: 6851 data: 0x97401340 module: 23 information type: 4 information
field: 0x00001340 ts: 0x000001340B4C00A0
*** SYNC100 timestamp: block: 11864 ptr: 6853 data: 0x98401340 module: 24 information type: 4 information
field: 0x00001340 ts: 0x000001340B4C00A0
Analysis of the end of file R13_47 - see attachment 1
Offline analysis of R13_3 and R13_47 shows AIDA ADC data synchronised |
| Attachment 1: Unsaved_Document_1
|
*** ADC data: block: 11864 ptr: 9981 data: 0xC4C78004 module: 19 fail: 0 range: 0 id: 1223 channel: 7 adc: 32772 ts: 0x000001340B4E82BF
*** ADC data: block: 11864 ptr: 9983 data: 0xC4FD7FFE module: 19 fail: 0 range: 0 id: 1277 channel: 61 adc: 32766 ts: 0x000001340B4E82BF
*** ADC data: block: 11864 ptr: 9985 data: 0xC27D7CF8 module: 9 fail: 0 range: 0 id: 637 channel: 61 adc: 31992 ts: 0x000001340B4E8321
*** FEE64 discriminator: block: 11864 ptr: 9987 data: 0x85640080 module: 5 information type: 6 information field: 0x00040080 ts: 0x000001340B4E8326
*** FEE64 discriminator: block: 11864 ptr: 9989 data: 0x86640080 module: 6 information type: 6 information field: 0x00040080 ts: 0x000001340B4E8437
*** FEE64 discriminator: block: 11864 ptr: 9991 data: 0x91640080 module: 17 information type: 6 information field: 0x00040080 ts: 0x000001340B4E8442
*** FEE64 discriminator: block: 11864 ptr: 9993 data: 0x8A640080 module: 10 information type: 6 information field: 0x00040080 ts: 0x000001340B4E8446
*** ADC data: block: 11864 ptr: 9995 data: 0xC605811D module: 24 fail: 0 range: 0 id: 1541 channel: 5 adc: 33053 ts: 0x000001340B4E85A5
*** ADC data: block: 11864 ptr: 9997 data: 0xC3BA7E40 module: 14 fail: 0 range: 0 id: 954 channel: 58 adc: 32320 ts: 0x000001340B4E85C5
*** ADC data: block: 11864 ptr: 9999 data: 0xC4C181C6 module: 19 fail: 0 range: 0 id: 1217 channel: 1 adc: 33222 ts: 0x000001340B4E86A7
*** ADC data: block: 11864 ptr: 10001 data: 0xC4F27FCF module: 19 fail: 0 range: 0 id: 1266 channel: 50 adc: 32719 ts: 0x000001340B4E86A7
*** ADC data: block: 11864 ptr: 10003 data: 0xC377778E module: 13 fail: 0 range: 0 id: 887 channel: 55 adc: 30606 ts: 0x000001340B4E86C1
*** FEE64 discriminator: block: 11864 ptr: 10005 data: 0x85640080 module: 5 information type: 6 information field: 0x00040080 ts: 0x000001340B4E8709
*** FEE64 discriminator: block: 11864 ptr: 10007 data: 0x86640080 module: 6 information type: 6 information field: 0x00040080 ts: 0x000001340B4E870A
*** ADC data: block: 11864 ptr: 10009 data: 0xC4D4807D module: 19 fail: 0 range: 0 id: 1236 channel: 20 adc: 32893 ts: 0x000001340B4E876F
*** FEE64 discriminator: block: 11864 ptr: 10011 data: 0x85640080 module: 5 information type: 6 information field: 0x00040080 ts: 0x000001340B4E881C
*** FEE64 discriminator: block: 11864 ptr: 10013 data: 0x86640080 module: 6 information type: 6 information field: 0x00040080 ts: 0x000001340B4E881C
*** ADC data: block: 11864 ptr: 10015 data: 0xC3B77D16 module: 14 fail: 0 range: 0 id: 951 channel: 55 adc: 32022 ts: 0x000001340B4E881D
*** ADC data: block: 11864 ptr: 10017 data: 0xC4378219 module: 16 fail: 0 range: 0 id: 1079 channel: 55 adc: 33305 ts: 0x000001340B4E881F
*** FEE64 discriminator: block: 11864 ptr: 10019 data: 0x91640080 module: 17 information type: 6 information field: 0x00040080 ts: 0x000001340B4E8825
*** FEE64 discriminator: block: 11864 ptr: 10021 data: 0x8A640080 module: 10 information type: 6 information field: 0x00040080 ts: 0x000001340B4E8829
*** FEE64 discriminator: block: 11864 ptr: 10023 data: 0x82640080 module: 2 information type: 6 information field: 0x00040080 ts: 0x000001340B4E882C
*** ADC data: block: 11864 ptr: 10025 data: 0xC27A7E47 module: 9 fail: 0 range: 0 id: 634 channel: 58 adc: 32327 ts: 0x000001340B4E8A29
*** FEE64 discriminator: block: 11864 ptr: 10027 data: 0x86640080 module: 6 information type: 6 information field: 0x00040080 ts: 0x000001340B4E8A3A
*** ADC data: block: 11864 ptr: 10029 data: 0xC4F88142 module: 19 fail: 0 range: 0 id: 1272 channel: 56 adc: 33090 ts: 0x000001340B4E8A8F
*** ADC data: block: 11864 ptr: 10031 data: 0xC2B77D1E module: 10 fail: 0 range: 0 id: 695 channel: 55 adc: 32030 ts: 0x000001340B4E8AC5
*** FEE64 discriminator: block: 11864 ptr: 10033 data: 0x85640080 module: 5 information type: 6 information field: 0x00040080 ts: 0x000001340B4E8AEC
*** FEE64 discriminator: block: 11864 ptr: 10035 data: 0x86640080 module: 6 information type: 6 information field: 0x00040080 ts: 0x000001340B4E8AEE
*** ADC data: block: 11864 ptr: 10037 data: 0xC50180FD module: 20 fail: 0 range: 0 id: 1281 channel: 1 adc: 33021 ts: 0x000001340B4E8B13
*** ADC data: block: 11864 ptr: 10039 data: 0xC4E3808D module: 19 fail: 0 range: 0 id: 1251 channel: 35 adc: 32909 ts: 0x000001340B4E8B57
*** FEE64 discriminator: block: 11864 ptr: 10041 data: 0x85640080 module: 5 information type: 6 information field: 0x00040080 ts: 0x000001340B4E8C05
*** ADC data: block: 11864 ptr: 10043 data: 0xC4E680AE module: 19 fail: 0 range: 0 id: 1254 channel: 38 adc: 32942 ts: 0x000001340B4E8DAF
*** ADC data: block: 11864 ptr: 10045 data: 0xC4BA7EF3 module: 18 fail: 0 range: 0 id: 1210 channel: 58 adc: 32499 ts: 0x000001340B4E8DC3
*** ADC data: block: 11864 ptr: 10047 data: 0xC37A7E39 module: 13 fail: 0 range: 0 id: 890 channel: 58 adc: 32313 ts: 0x000001340B4E8DC9
*** ADC data: block: 11864 ptr: 10049 data: 0xC0C0841E module: 3 fail: 0 range: 0 id: 192 channel: 0 adc: 33822 ts: 0x000001340B4E8DC9
*** ADC data: block: 11864 ptr: 10051 data: 0xC0B77531 module: 2 fail: 0 range: 0 id: 183 channel: 55 adc: 30001 ts: 0x000001340B4E8DDB
*** ADC data: block: 11864 ptr: 10053 data: 0xC4EE7FC9 module: 19 fail: 0 range: 0 id: 1262 channel: 46 adc: 32713 ts: 0x000001340B4E8E77
*** ADC data: block: 11864 ptr: 10055 data: 0xC4FB809B module: 19 fail: 0 range: 0 id: 1275 channel: 59 adc: 32923 ts: 0x000001340B4E8E77
*** ADC data: block: 11864 ptr: 10057 data: 0xC17777DF module: 5 fail: 0 range: 0 id: 375 channel: 55 adc: 30687 ts: 0x000001340B4E8EC3
*** ADC data: block: 11864 ptr: 10059 data: 0xC4FF805F module: 19 fail: 0 range: 0 id: 1279 channel: 63 adc: 32863 ts: 0x000001340B4E8F3F
*** ADC data: block: 11864 ptr: 10061 data: 0xC1B764B3 module: 6 fail: 0 range: 0 id: 439 channel: 55 adc: 25779 ts: 0x000001340B4E8F8D
*** FEE64 discriminator: block: 11864 ptr: 10063 data: 0x85640080 module: 5 information type: 6 information field: 0x00040080 ts: 0x000001340B4E8FE1
*** FEE64 discriminator: block: 11864 ptr: 10065 data: 0x8E640080 module: 14 information type: 6 information field: 0x00040080 ts: 0x000001340B4E8FEA
*** FEE64 discriminator: block: 11864 ptr: 10067 data: 0x91640080 module: 17 information type: 6 information field: 0x00040080 ts: 0x000001340B4E8FEB
*** FEE64 discriminator: block: 11864 ptr: 10069 data: 0x8D640080 module: 13 information type: 6 information field: 0x00040080 ts: 0x000001340B4E8FEE
*** ADC data: block: 11864 ptr: 10071 data: 0xC4018256 module: 16 fail: 0 range: 0 id: 1025 channel: 1 adc: 33366 ts: 0x000001340B4E90B7
*** ADC data: block: 11864 ptr: 10073 data: 0xC3C180E9 module: 15 fail: 0 range: 0 id: 961 channel: 1 adc: 33001 ts: 0x000001340B4E912D
*** ADC data: block: 11864 ptr: 10075 data: 0xC27D7E52 module: 9 fail: 0 range: 0 id: 637 channel: 61 adc: 32338 ts: 0x000001340B4E9131
*** ADC data: block: 11864 ptr: 10077 data: 0xC4D9816C module: 19 fail: 0 range: 0 id: 1241 channel: 25 adc: 33132 ts: 0x000001340B4E9197
*** FEE64 discriminator: block: 11864 ptr: 10079 data: 0x86640080 module: 6 information type: 6 information field: 0x00040080 ts: 0x000001340B4E91BB
*** FEE64 discriminator: block: 11864 ptr: 10081 data: 0x8E640080 module: 14 information type: 6 information field: 0x00040080 ts: 0x000001340B4E91BD
*** ADC data: block: 11864 ptr: 10083 data: 0xC47A7EAF module: 17 fail: 0 range: 0 id: 1146 channel: 58 adc: 32431 ts: 0x000001340B4E91D9
*** FEE64 discriminator: block: 11864 ptr: 10085 data: 0x82640080 module: 2 information type: 6 information field: 0x00040080 ts: 0x000001340B4E92AD
*** FEE64 discriminator: block: 11864 ptr: 10087 data: 0x82640080 module: 2 information type: 6 information field: 0x00040080 ts: 0x000001340B4E93C0
*** FEE64 discriminator: block: 11864 ptr: 10089 data: 0x86640080 module: 6 information type: 6 information field: 0x00040080 ts: 0x000001340B4E93C0
*** FEE64 discriminator: block: 11864 ptr: 10091 data: 0x8E640080 module: 14 information type: 6 information field: 0x00040080 ts: 0x000001340B4E93CF
*** FEE64 discriminator: block: 11864 ptr: 10093 data: 0x91640080 module: 17 information type: 6 information field: 0x00040080 ts: 0x000001340B4E93CF
*** ADC data: block: 11864 ptr: 10095 data: 0xC605813B module: 24 fail: 0 range: 0 id: 1541 channel: 5 adc: 33083 ts: 0x000001340B4E947D
*** ADC data: block: 11864 ptr: 10097 data: 0xC3F78274 module: 15 fail: 0 range: 0 id: 1015 channel: 55 adc: 33396 ts: 0x000001340B4E9515
*** ADC data: block: 11864 ptr: 10099 data: 0xC3777E24 module: 13 fail: 0 range: 0 id: 887 channel: 55 adc: 32292 ts: 0x000001340B4E9661
*** FEE64 discriminator: block: 11864 ptr: 10101 data: 0x85640080 module: 5 information type: 6 information field: 0x00040080 ts: 0x000001340B4E9691
*** FEE64 discriminator: block: 11864 ptr: 10103 data: 0x82640080 module: 2 information type: 6 information field: 0x00040080 ts: 0x000001340B4E9691
*** ADC data: block: 11864 ptr: 10105 data: 0xC3B77A2F module: 14 fail: 0 range: 0 id: 951 channel: 55 adc: 31279 ts: 0x000001340B4E96F5
*** ADC data: block: 11864 ptr: 10107 data: 0xC5F78231 module: 23 fail: 0 range: 0 id: 1527 channel: 55 adc: 33329 ts: 0x000001340B4E9765
*** FEE64 discriminator: block: 11864 ptr: 10109 data: 0x82640080 module: 2 information type: 6 information field: 0x00040080 ts: 0x000001340B4E97A2
*** FEE64 discriminator: block: 11864 ptr: 10111 data: 0x85640080 module: 5 information type: 6 information field: 0x00040080 ts: 0x000001340B4E97A2
*** ADC data: block: 11864 ptr: 10113 data: 0xC27A7DB7 module: 9 fail: 0 range: 0 id: 634 channel: 58 adc: 32183 ts: 0x000001340B4E9839
*** ADC data: block: 11864 ptr: 10115 data: 0xC4B77DCC module: 18 fail: 0 range: 0 id: 1207 channel: 55 adc: 32204 ts: 0x000001340B4E997B
*** ADC data: block: 11864 ptr: 10117 data: 0xC4C28057 module: 19 fail: 0 range: 0 id: 1218 channel: 2 adc: 32855 ts: 0x000001340B4E9A2F
*** ADC data: block: 11864 ptr: 10119 data: 0xC4D48049 module: 19 fail: 0 range: 0 id: 1236 channel: 20 adc: 32841 ts: 0x000001340B4E9A2F
*** ADC data: block: 11864 ptr: 10121 data: 0xC4E3807D module: 19 fail: 0 range: 0 id: 1251 channel: 35 adc: 32893 ts: 0x000001340B4E9A2F
*** FEE64 discriminator: block: 11864 ptr: 10123 data: 0x82640080 module: 2 information type: 6 information field: 0x00040080 ts: 0x000001340B4E9A74
*** FEE64 discriminator: block: 11864 ptr: 10125 data: 0x85640080 module: 5 information type: 6 information field: 0x00040080 ts: 0x000001340B4E9A74
*** ADC data: block: 11864 ptr: 10127 data: 0xC4C48022 module: 19 fail: 0 range: 0 id: 1220 channel: 4 adc: 32802 ts: 0x000001340B4E9AF7
*** FEE64 discriminator: block: 11864 ptr: 10129 data: 0x82640080 module: 2 information type: 6 information field: 0x00040080 ts: 0x000001340B4E9B86
*** FEE64 discriminator: block: 11864 ptr: 10131 data: 0x85640080 module: 5 information type: 6 information field: 0x00040080 ts: 0x000001340B4E9B86
*** ADC data: block: 11864 ptr: 10133 data: 0xC0C083D2 module: 3 fail: 0 range: 0 id: 192 channel: 0 adc: 33746 ts: 0x000001340B4E9CA1
*** ADC data: block: 11864 ptr: 10135 data: 0xC5018086 module: 20 fail: 0 range: 0 id: 1281 channel: 1 adc: 32902 ts: 0x000001340B4E9D0B
*** ADC data: block: 11864 ptr: 10137 data: 0xC4CF8189 module: 19 fail: 0 range: 0 id: 1231 channel: 15 adc: 33161 ts: 0x000001340B4E9D4F
*** ADC data: block: 11864 ptr: 10139 data: 0xC4BA7EF0 module: 18 fail: 0 range: 0 id: 1210 channel: 58 adc: 32496 ts: 0x000001340B4E9D63
*** ADC data: block: 11864 ptr: 10141 data: 0xC4F18085 module: 19 fail: 0 range: 0 id: 1265 channel: 49 adc: 32901 ts: 0x000001340B4E9E17
*** FEE64 discriminator: block: 11864 ptr: 10143 data: 0x82640080 module: 2 information type: 6 information field: 0x00040080 ts: 0x000001340B4E9E55
*** FEE64 discriminator: block: 11864 ptr: 10145 data: 0x85640080 module: 5 information type: 6 information field: 0x00040080 ts: 0x000001340B4E9E55
*** ADC data: block: 11864 ptr: 10147 data: 0xC1B76EAA module: 6 fail: 0 range: 0 id: 439 channel: 55 adc: 28330 ts: 0x000001340B4E9E65
*** ADC data: block: 11864 ptr: 10149 data: 0xC4FF8060 module: 19 fail: 0 range: 0 id: 1279 channel: 63 adc: 32864 ts: 0x000001340B4E9EDF
*** FEE64 discriminator: block: 11864 ptr: 10151 data: 0x86640080 module: 6 information type: 6 information field: 0x00040080 ts: 0x000001340B4E9F67
*** FEE64 discriminator: block: 11864 ptr: 10153 data: 0x82640080 module: 2 information type: 6 information field: 0x00040080 ts: 0x000001340B4E9F68
*** FEE64 discriminator: block: 11864 ptr: 10155 data: 0x85640080 module: 5 information type: 6 information field: 0x00040080 ts: 0x000001340B4E9F68
*** ADC data: block: 11864 ptr: 10157 data: 0xC3C1805A module: 15 fail: 0 range: 0 id: 961 channel: 1 adc: 32858 ts: 0x000001340B4EA005
*** FEE64 discriminator: block: 11864 ptr: 10159 data: 0x85640080 module: 5 information type: 6 information field: 0x00040080 ts: 0x000001340B4EA23A
*** FEE64 discriminator: block: 11864 ptr: 10161 data: 0x82640080 module: 2 information type: 6 information field: 0x00040080 ts: 0x000001340B4EA23C
*** ADC data: block: 11864 ptr: 10163 data: 0xC47A7F0D module: 17 fail: 0 range: 0 id: 1146 channel: 58 adc: 32525 ts: 0x000001340B4EA241
*** ADC data: block: 11864 ptr: 10165 data: 0xC17A7C7E module: 5 fail: 0 range: 0 id: 378 channel: 58 adc: 31870 ts: 0x000001340B4EA24B
*** FEE64 discriminator: block: 11864 ptr: 10167 data: 0x86640080 module: 6 information type: 6 information field: 0x00040080 ts: 0x000001340B4EA28A
*** FEE64 discriminator: block: 11864 ptr: 10169 data: 0x86640080 module: 6 information type: 6 information field: 0x00040080 ts: 0x000001340B4EA348
*** FEE64 discriminator: block: 11864 ptr: 10171 data: 0x85640080 module: 5 information type: 6 information field: 0x00040080 ts: 0x000001340B4EA34B
*** FEE64 discriminator: block: 11864 ptr: 10173 data: 0x82640080 module: 2 information type: 6 information field: 0x00040080 ts: 0x000001340B4EA34C
*** ADC data: block: 11864 ptr: 10175 data: 0xC1BA7BCA module: 6 fail: 0 range: 0 id: 442 channel: 58 adc: 31690 ts: 0x000001340B4EA3DD
*** ADC data: block: 11864 ptr: 10177 data: 0xC3F78310 module: 15 fail: 0 range: 0 id: 1015 channel: 55 adc: 33552 ts: 0x000001340B4EA3ED
*** ADC data: block: 11864 ptr: 10179 data: 0xC401821C module: 16 fail: 0 range: 0 id: 1025 channel: 1 adc: 33308 ts: 0x000001340B4EA43F
*** FEE64 discriminator: block: 11864 ptr: 10181 data: 0x86640080 module: 6 information type: 6 information field: 0x00040080 ts: 0x000001340B4EA448
*** FEE64 discriminator: block: 11864 ptr: 10183 data: 0x85640080 module: 5 information type: 6 information field: 0x00040080 ts: 0x000001340B4EA449
*** FEE64 discriminator: block: 11864 ptr: 10185 data: 0x82640080 module: 2 information type: 6 information field: 0x00040080 ts: 0x000001340B4EA44A
*** ADC data: block: 11864 ptr: 10187 data: 0xC4F0808C module: 19 fail: 0 range: 0 id: 1264 channel: 48 adc: 32908 ts: 0x000001340B4EA457
*** FEE64 discriminator: block: 11864 ptr: 10189 data: 0x86640080 module: 6 information type: 6 information field: 0x00040080 ts: 0x000001340B4EA472
*** ADC data: block: 11864 ptr: 10191 data: 0xC3777CBD module: 13 fail: 0 range: 0 id: 887 channel: 55 adc: 31933 ts: 0x000001340B4EA539
*** ADC data: block: 11864 ptr: 10193 data: 0xC2777404 module: 9 fail: 0 range: 0 id: 631 channel: 55 adc: 29700 ts: 0x000001340B4EA581
*** ADC data: block: 11864 ptr: 10195 data: 0xC3B777BC module: 14 fail: 0 range: 0 id: 951 channel: 55 adc: 30652 ts: 0x000001340B4EA5CD
*** FEE64 discriminator: block: 11864 ptr: 10197 data: 0x86640080 module: 6 information type: 6 information field: 0x00040080 ts: 0x000001340B4EA617
*** FEE64 discriminator: block: 11864 ptr: 10199 data: 0x85640080 module: 5 information type: 6 information field: 0x00040080 ts: 0x000001340B4EA61C
*** FEE64 discriminator: block: 11864 ptr: 10201 data: 0x82640080 module: 2 information type: 6 information field: 0x00040080 ts: 0x000001340B4EA61D
*** ADC data: block: 11864 ptr: 10203 data: 0xC1B67ECC module: 6 fail: 0 range: 0 id: 438 channel: 54 adc: 32460 ts: 0x000001340B4EA635
*** ADC data: block: 11864 ptr: 10205 data: 0xC5F78152 module: 23 fail: 0 range: 0 id: 1527 channel: 55 adc: 33106 ts: 0x000001340B4EA63D
*** ADC data: block: 11864 ptr: 10207 data: 0xC605811F module: 24 fail: 0 range: 0 id: 1541 channel: 5 adc: 33055 ts: 0x000001340B4EA675
*** FEE64 discriminator: block: 11864 ptr: 10209 data: 0x86640080 module: 6 information type: 6 information field: 0x00040080 ts: 0x000001340B4EA72A
*** FEE64 discriminator: block: 11864 ptr: 10211 data: 0x85640080 module: 5 information type: 6 information field: 0x00040080 ts: 0x000001340B4EA72D
*** FEE64 discriminator: block: 11864 ptr: 10213 data: 0x82640080 module: 2 information type: 6 information field: 0x00040080 ts: 0x000001340B4EA72E
*** FEE64 discriminator: block: 11864 ptr: 10215 data: 0x86640080 module: 6 information type: 6 information field: 0x00040080 ts: 0x000001340B4EA82C
*** ADC data: block: 11864 ptr: 10217 data: 0xC4C4800D module: 19 fail: 0 range: 0 id: 1220 channel: 4 adc: 32781 ts: 0x000001340B4EA907
*** ADC data: block: 11864 ptr: 10219 data: 0xC0B778A4 module: 2 fail: 0 range: 0 id: 183 channel: 55 adc: 30884 ts: 0x000001340B4EA933
*** ADC data: block: 11864 ptr: 10221 data: 0xC1777A96 module: 5 fail: 0 range: 0 id: 375 channel: 55 adc: 31382 ts: 0x000001340B4EA953
*** FEE64 discriminator: block: 11864 ptr: 10223 data: 0x85640080 module: 5 information type: 6 information field: 0x00040080 ts: 0x000001340B4EAB0C
*** FEE64 discriminator: block: 11864 ptr: 10225 data: 0x86640080 module: 6 information type: 6 information field: 0x00040080 ts: 0x000001340B4EAB0D
*** FEE64 discriminator: block: 11864 ptr: 10227 data: 0x82640080 module: 2 information type: 6 information field: 0x00040080 ts: 0x000001340B4EAB0E
*** ADC data: block: 11864 ptr: 10229 data: 0xC0C083E8 module: 3 fail: 0 range: 0 id: 192 channel: 0 adc: 33768 ts: 0x000001340B4EAB79
*** FEE64 discriminator: block: 11864 ptr: 10231 data: 0x86640080 module: 6 information type: 6 information field: 0x00040080 ts: 0x000001340B4EABED
*** ADC data: block: 11864 ptr: 10233 data: 0xC4F18090 module: 19 fail: 0 range: 0 id: 1265 channel: 49 adc: 32912 ts: 0x000001340B4EACEF
*** ADC data: block: 11864 ptr: 10235 data: 0xC1B77DFE module: 6 fail: 0 range: 0 id: 439 channel: 55 adc: 32254 ts: 0x000001340B4EAD3D
*** FEE64 discriminator: block: 11864 ptr: 10237 data: 0x85640080 module: 5 information type: 6 information field: 0x00040080 ts: 0x000001340B4EADCF
*** FEE64 discriminator: block: 11864 ptr: 10239 data: 0x82640080 module: 2 information type: 6 information field: 0x00040080 ts: 0x000001340B4EADD0
*** FEE64 discriminator: block: 11864 ptr: 10241 data: 0x82640080 module: 2 information type: 6 information field: 0x00040080 ts: 0x000001340B4EADE1
*** FEE64 discriminator: block: 11864 ptr: 10243 data: 0x85640080 module: 5 information type: 6 information field: 0x00040080 ts: 0x000001340B4EAEED
*** FEE64 discriminator: block: 11864 ptr: 10245 data: 0x82640080 module: 2 information type: 6 information field: 0x00040080 ts: 0x000001340B4EAEED
*** FEE64 discriminator: block: 11864 ptr: 10247 data: 0x86640080 module: 6 information type: 6 information field: 0x00040080 ts: 0x000001340B4EAEEE
*** FEE64 discriminator: block: 11864 ptr: 10249 data: 0x82640080 module: 2 information type: 6 information field: 0x00040080 ts: 0x000001340B4EAF86
*** FEE64 discriminator: block: 11864 ptr: 10251 data: 0x85640080 module: 5 information type: 6 information field: 0x00040080 ts: 0x000001340B4EAF86
*** FEE64 discriminator: block: 11864 ptr: 10253 data: 0x86640080 module: 6 information type: 6 information field: 0x00040080 ts: 0x000001340B4EAF89
*** FEE64 discriminator: block: 11864 ptr: 10255 data: 0x85640080 module: 5 information type: 6 information field: 0x00040080 ts: 0x000001340B4EAFF5
*** FEE64 discriminator: block: 11864 ptr: 10257 data: 0x82640080 module: 2 information type: 6 information field: 0x00040080 ts: 0x000001340B4EAFF6
*** ADC data: block: 11864 ptr: 10259 data: 0xC4E5805E module: 19 fail: 0 range: 0 id: 1253 channel: 37 adc: 32862 ts: 0x000001340B4EB0D7
*** ADC data: block: 11864 ptr: 10261 data: 0xC4F58164 module: 19 fail: 0 range: 0 id: 1269 channel: 53 adc: 33124 ts: 0x000001340B4EB0D7
*** ADC data: block: 11864 ptr: 10263 data: 0xC47A7E60 module: 17 fail: 0 range: 0 id: 1146 channel: 58 adc: 32352 ts: 0x000001340B4EB119
*** FEE64 discriminator: block: 11864 ptr: 10265 data: 0x82640080 module: 2 information type: 6 information field: 0x00040080 ts: 0x000001340B4EB1C2
*** FEE64 discriminator: block: 11864 ptr: 10267 data: 0x85640080 module: 5 information type: 6 information field: 0x00040080 ts: 0x000001340B4EB1C2
*** ADC data: block: 11864 ptr: 10269 data: 0xC0BA7E24 module: 2 fail: 0 range: 0 id: 186 channel: 58 adc: 32292 ts: 0x000001340B4EB1CB
*** ADC data: block: 11864 ptr: 10271 data: 0xC3F7819B module: 15 fail: 0 range: 0 id: 1015 channel: 55 adc: 33179 ts: 0x000001340B4EB2C5
*** FEE64 discriminator: block: 11864 ptr: 10273 data: 0x85640080 module: 5 information type: 6 information field: 0x00040080 ts: 0x000001340B4EB2D0
*** FEE64 discriminator: block: 11864 ptr: 10275 data: 0x82640080 module: 2 information type: 6 information field: 0x00040080 ts: 0x000001340B4EB2D1
*** FEE64 discriminator: block: 11864 ptr: 10277 data: 0x86640080 module: 6 information type: 6 information field: 0x00040080 ts: 0x000001340B4EB2D1
*** ADC data: block: 11864 ptr: 10279 data: 0xC4018232 module: 16 fail: 0 range: 0 id: 1025 channel: 1 adc: 33330 ts: 0x000001340B4EB317
*** ADC data: block: 11864 ptr: 10281 data: 0xC4E38022 module: 19 fail: 0 range: 0 id: 1251 channel: 35 adc: 32802 ts: 0x000001340B4EB32F
*** FEE64 discriminator: block: 11864 ptr: 10283 data: 0x82640080 module: 2 information type: 6 information field: 0x00040080 ts: 0x000001340B4EB36A
*** FEE64 discriminator: block: 11864 ptr: 10285 data: 0x85640080 module: 5 information type: 6 information field: 0x00040080 ts: 0x000001340B4EB36B
*** ADC data: block: 11864 ptr: 10287 data: 0xC3777B99 module: 13 fail: 0 range: 0 id: 887 channel: 55 adc: 31641 ts: 0x000001340B4EB411
*** ADC data: block: 11864 ptr: 10289 data: 0xC2777AEA module: 9 fail: 0 range: 0 id: 631 channel: 55 adc: 31466 ts: 0x000001340B4EB459
*** ADC data: block: 11864 ptr: 10291 data: 0xC17D7E20 module: 5 fail: 0 range: 0 id: 381 channel: 61 adc: 32288 ts: 0x000001340B4EB50B
*** ADC data: block: 11864 ptr: 10293 data: 0xC3C18043 module: 15 fail: 0 range: 0 id: 961 channel: 1 adc: 32835 ts: 0x000001340B4EB6AD
*** FEE64 discriminator: block: 11864 ptr: 10295 data: 0x85640080 module: 5 information type: 6 information field: 0x00040080 ts: 0x000001340B4EB6B3
*** FEE64 discriminator: block: 11864 ptr: 10297 data: 0x82640080 module: 2 information type: 6 information field: 0x00040080 ts: 0x000001340B4EB6B4
*** FEE64 discriminator: block: 11864 ptr: 10299 data: 0x85640080 module: 5 information type: 6 information field: 0x00040080 ts: 0x000001340B4EB700
*** FEE64 discriminator: block: 11864 ptr: 10301 data: 0x86640080 module: 6 information type: 6 information field: 0x00040080 ts: 0x000001340B4EB701
*** ADC data: block: 11864 ptr: 10303 data: 0xC0B7795F module: 2 fail: 0 range: 0 id: 183 channel: 55 adc: 31071 ts: 0x000001340B4EB743
*** ADC data: block: 11864 ptr: 10305 data: 0xC1777895 module: 5 fail: 0 range: 0 id: 375 channel: 55 adc: 30869 ts: 0x000001340B4EB8F3
*** ADC data: block: 11864 ptr: 10307 data: 0xC1BD7E75 module: 6 fail: 0 range: 0 id: 445 channel: 61 adc: 32373 ts: 0x000001340B4EB8F5
*** ADC data: block: 11864 ptr: 10309 data: 0xC17A7D62 module: 5 fail: 0 range: 0 id: 378 channel: 58 adc: 32098 ts: 0x000001340B4EB9BB
*** ADC data: block: 11864 ptr: 10311 data: 0xC0C08427 module: 3 fail: 0 range: 0 id: 192 channel: 0 adc: 33831 ts: 0x000001340B4EBA51
*** FEE64 discriminator: block: 11864 ptr: 10313 data: 0x82640080 module: 2 information type: 6 information field: 0x00040080 ts: 0x000001340B4EBA97
*** FEE64 discriminator: block: 11864 ptr: 10315 data: 0x86640080 module: 6 information type: 6 information field: 0x00040080 ts: 0x000001340B4EBA9A
*** FEE64 discriminator: block: 11864 ptr: 10317 data: 0x86640080 module: 6 information type: 6 information field: 0x00040080 ts: 0x000001340B4EBAE5
*** ADC data: block: 11864 ptr: 10319 data: 0xC4777C32 module: 17 fail: 0 range: 0 id: 1143 channel: 55 adc: 31794 ts: 0x000001340B4EBB41
*** ADC data: block: 11864 ptr: 10321 data: 0xC3BA7DD5 module: 14 fail: 0 range: 0 id: 954 channel: 58 adc: 32213 ts: 0x000001340B4EBC75
*** ADC data: block: 11864 ptr: 10323 data: 0xC1B77199 module: 6 fail: 0 range: 0 id: 439 channel: 55 adc: 29081 ts: 0x000001340B4EBCDD
*** ADC data: block: 11864 ptr: 10325 data: 0xC2BA7DFD module: 10 fail: 0 range: 0 id: 698 channel: 58 adc: 32253 ts: 0x000001340B4EBD8D
*** FEE64 discriminator: block: 11864 ptr: 10327 data: 0x86640080 module: 6 information type: 6 information field: 0x00040080 ts: 0x000001340B4EBE79
*** FEE64 discriminator: block: 11864 ptr: 10329 data: 0x85640080 module: 5 information type: 6 information field: 0x00040080 ts: 0x000001340B4EBE7A
*** FEE64 discriminator: block: 11864 ptr: 10331 data: 0x82640080 module: 2 information type: 6 information field: 0x00040080 ts: 0x000001340B4EBE7C
*** FEE64 discriminator: block: 11864 ptr: 10333 data: 0x91640080 module: 17 information type: 6 information field: 0x00040080 ts: 0x000001340B4EBE82
*** FEE64 discriminator: block: 11864 ptr: 10335 data: 0x8D640080 module: 13 information type: 6 information field: 0x00040080 ts: 0x000001340B4EBE84
*** FEE64 discriminator: block: 11864 ptr: 10337 data: 0x89640080 module: 9 information type: 6 information field: 0x00040080 ts: 0x000001340B4EBE86
*** ADC data: block: 11864 ptr: 10339 data: 0xC4E880DE module: 19 fail: 0 range: 0 id: 1256 channel: 40 adc: 32990 ts: 0x000001340B4EBEE7
*** ADC data: block: 11864 ptr: 10341 data: 0xC0BA7D4E module: 2 fail: 0 range: 0 id: 186 channel: 58 adc: 32078 ts: 0x000001340B4EC16B
*** ADC data: block: 11864 ptr: 10343 data: 0xC4D9815E module: 19 fail: 0 range: 0 id: 1241 channel: 25 adc: 33118 ts: 0x000001340B4EC207
*** FEE64 discriminator: block: 11864 ptr: 10345 data: 0x85640080 module: 5 information type: 6 information field: 0x00040080 ts: 0x000001340B4EC25F
*** FEE64 discriminator: block: 11864 ptr: 10347 data: 0x86640080 module: 6 information type: 6 information field: 0x00040080 ts: 0x000001340B4EC25F
*** FEE64 discriminator: block: 11864 ptr: 10349 data: 0x82640080 module: 2 information type: 6 information field: 0x00040080 ts: 0x000001340B4EC261
*** FEE64 discriminator: block: 11864 ptr: 10351 data: 0x89640080 module: 9 information type: 6 information field: 0x00040080 ts: 0x000001340B4EC265
*** FEE64 discriminator: block: 11864 ptr: 10353 data: 0x8E640080 module: 14 information type: 6 information field: 0x00040080 ts: 0x000001340B4EC266
*** FEE64 discriminator: block: 11864 ptr: 10355 data: 0x91640080 module: 17 information type: 6 information field: 0x00040080 ts: 0x000001340B4EC266
*** FEE64 discriminator: block: 11864 ptr: 10357 data: 0x8D640080 module: 13 information type: 6 information field: 0x00040080 ts: 0x000001340B4EC267
*** ADC data: block: 11864 ptr: 10359 data: 0xC37779EF module: 13 fail: 0 range: 0 id: 887 channel: 55 adc: 31215 ts: 0x000001340B4EC2E9
*** ADC data: block: 11864 ptr: 10361 data: 0xC1BA7C09 module: 6 fail: 0 range: 0 id: 442 channel: 58 adc: 31753 ts: 0x000001340B4EC3E5
*** ADC data: block: 11864 ptr: 10363 data: 0xC3F781E8 module: 15 fail: 0 range: 0 id: 1015 channel: 55 adc: 33256 ts: 0x000001340B4EC4BD
*** ADC data: block: 11864 ptr: 10365 data: 0xC401819A module: 16 fail: 0 range: 0 id: 1025 channel: 1 adc: 33178 ts: 0x000001340B4EC50F
*** ADC data: block: 11864 ptr: 10367 data: 0xC0B76514 module: 2 fail: 0 range: 0 id: 183 channel: 55 adc: 25876 ts: 0x000001340B4EC553
*** ADC data: block: 11864 ptr: 10369 data: 0xC1767E0A module: 5 fail: 0 range: 0 id: 374 channel: 54 adc: 32266 ts: 0x000001340B4EC573
*** ADC data: block: 11864 ptr: 10371 data: 0xC4D27FE7 module: 19 fail: 0 range: 0 id: 1234 channel: 18 adc: 32743 ts: 0x000001340B4EC5EF
*** ADC data: block: 11864 ptr: 10373 data: 0xC4ED80F8 module: 19 fail: 0 range: 0 id: 1261 channel: 45 adc: 33016 ts: 0x000001340B4EC5EF
*** ADC data: block: 11864 ptr: 10375 data: 0xC0BD7EE3 module: 2 fail: 0 range: 0 id: 189 channel: 61 adc: 32483 ts: 0x000001340B4EC61B
*** FEE64 discriminator: block: 11864 ptr: 10377 data: 0x82640080 module: 2 information type: 6 information field: 0x00040080 ts: 0x000001340B4EC643
*** FEE64 discriminator: block: 11864 ptr: 10379 data: 0x86640080 module: 6 information type: 6 information field: 0x00040080 ts: 0x000001340B4EC643
*** ADC data: block: 11864 ptr: 10381 data: 0xC4B77ACD module: 18 fail: 0 range: 0 id: 1207 channel: 55 adc: 31437 ts: 0x000001340B4EC6CB
*** ADC data: block: 11864 ptr: 10383 data: 0xC27A7E0D module: 9 fail: 0 range: 0 id: 634 channel: 58 adc: 32269 ts: 0x000001340B4EC7E1
*** ADC data: block: 11864 ptr: 10385 data: 0xC3B77BC9 module: 14 fail: 0 range: 0 id: 951 channel: 55 adc: 31689 ts: 0x000001340B4EC82D
*** ADC data: block: 11864 ptr: 10387 data: 0xC37A7BB1 module: 13 fail: 0 range: 0 id: 890 channel: 58 adc: 31665 ts: 0x000001340B4EC861
*** ADC data: block: 11864 ptr: 10389 data: 0xC0C0844D module: 3 fail: 0 range: 0 id: 192 channel: 0 adc: 33869 ts: 0x000001340B4EC929
*** ADC data: block: 11864 ptr: 10391 data: 0xC2B7762D module: 10 fail: 0 range: 0 id: 695 channel: 55 adc: 30253 ts: 0x000001340B4EC945
*** ADC data: block: 11864 ptr: 10393 data: 0xC1777945 module: 5 fail: 0 range: 0 id: 375 channel: 55 adc: 31045 ts: 0x000001340B4EC95B
*** FEE64 discriminator: block: 11864 ptr: 10395 data: 0x85640080 module: 5 information type: 6 information field: 0x00040080 ts: 0x000001340B4ECA21
*** ADC data: block: 11864 ptr: 10397 data: 0xC17A7DF1 module: 5 fail: 0 range: 0 id: 378 channel: 58 adc: 32241 ts: 0x000001340B4ECA23
*** FEE64 discriminator: block: 11864 ptr: 10399 data: 0x82640080 module: 2 information type: 6 information field: 0x00040080 ts: 0x000001340B4ECA24
*** FEE64 discriminator: block: 11864 ptr: 10401 data: 0x86640080 module: 6 information type: 6 information field: 0x00040080 ts: 0x000001340B4ECA26
*** FEE64 discriminator: block: 11864 ptr: 10403 data: 0x91640080 module: 17 information type: 6 information field: 0x00040080 ts: 0x000001340B4ECA2C
*** FEE64 discriminator: block: 11864 ptr: 10405 data: 0x89640080 module: 9 information type: 6 information field: 0x00040080 ts: 0x000001340B4ECA2F
*** ADC data: block: 11864 ptr: 10407 data: 0xC4BA7E17 module: 18 fail: 0 range: 0 id: 1210 channel: 58 adc: 32279 ts: 0x000001340B4ECC43
*** FEE64 discriminator: block: 11864 ptr: 10409 data: 0x85640080 module: 5 information type: 6 information field: 0x00040080 ts: 0x000001340B4ECD79
*** FEE64 discriminator: block: 11864 ptr: 10411 data: 0x85640080 module: 5 information type: 6 information field: 0x00040080 ts: 0x000001340B4ECE06
*** FEE64 discriminator: block: 11864 ptr: 10413 data: 0x82640080 module: 2 information type: 6 information field: 0x00040080 ts: 0x000001340B4ECE0B
*** ADC data: block: 11864 ptr: 10415 data: 0xC3777C20 module: 13 fail: 0 range: 0 id: 887 channel: 55 adc: 31776 ts: 0x000001340B4ED0F9
*** ADC data: block: 11864 ptr: 10417 data: 0xC4E6808A module: 19 fail: 0 range: 0 id: 1254 channel: 38 adc: 32906 ts: 0x000001340B4ED1A7
*** FEE64 discriminator: block: 11864 ptr: 10419 data: 0x82640080 module: 2 information type: 6 information field: 0x00040080 ts: 0x000001340B4ED1EE
*** ADC data: block: 11864 ptr: 10421 data: 0xC4E98154 module: 19 fail: 0 range: 0 id: 1257 channel: 41 adc: 33108 ts: 0x000001340B4ED26F
*** ADC data: block: 11864 ptr: 10423 data: 0xC4D48053 module: 19 fail: 0 range: 0 id: 1236 channel: 20 adc: 32851 ts: 0x000001340B4ED4C7
*** ADC data: block: 11864 ptr: 10425 data: 0xC4B77E0D module: 18 fail: 0 range: 0 id: 1207 channel: 55 adc: 32269 ts: 0x000001340B4ED4DB
*** ADC data: block: 11864 ptr: 10427 data: 0xC4FB80D2 module: 19 fail: 0 range: 0 id: 1275 channel: 59 adc: 32978 ts: 0x000001340B4ED58F
*** FEE64 discriminator: block: 11864 ptr: 10429 data: 0x85640080 module: 5 information type: 6 information field: 0x00040080 ts: 0x000001340B4ED5CC
*** ADC data: block: 11864 ptr: 10431 data: 0xC3B77B49 module: 14 fail: 0 range: 0 id: 951 channel: 55 adc: 31561 ts: 0x000001340B4ED705
*** ADC data: block: 11864 ptr: 10433 data: 0xC1777183 module: 5 fail: 0 range: 0 id: 375 channel: 55 adc: 29059 ts: 0x000001340B4ED76B
*** ADC data: block: 11864 ptr: 10435 data: 0xC0C083EA module: 3 fail: 0 range: 0 id: 192 channel: 0 adc: 33770 ts: 0x000001340B4ED801
*** FEE64 discriminator: block: 11864 ptr: 10437 data: 0x86640080 module: 6 information type: 6 information field: 0x00040080 ts: 0x000001340B4ED8DE
*** FEE64 discriminator: block: 11864 ptr: 10439 data: 0x85640080 module: 5 information type: 6 information field: 0x00040080 ts: 0x000001340B4EDC74
*** FEE64 discriminator: block: 11864 ptr: 10441 data: 0x86640080 module: 6 information type: 6 information field: 0x00040080 ts: 0x000001340B4EDC76
*** FEE64 discriminator: block: 11864 ptr: 10443 data: 0x82640080 module: 2 information type: 6 information field: 0x00040080 ts: 0x000001340B4EDC77
*** ADC data: block: 11864 ptr: 10445 data: 0xC2B77E1F module: 10 fail: 0 range: 0 id: 695 channel: 55 adc: 32287 ts: 0x000001340B4EDE5D
*** ADC data: block: 11864 ptr: 10447 data: 0xC1B7780A module: 6 fail: 0 range: 0 id: 439 channel: 55 adc: 30730 ts: 0x000001340B4EDF3D
*** FEE64 discriminator: block: 11864 ptr: 10449 data: 0x85640080 module: 5 information type: 6 information field: 0x00040080 ts: 0x000001340B4EE058
*** FEE64 discriminator: block: 11864 ptr: 10451 data: 0x86640080 module: 6 information type: 6 information field: 0x00040080 ts: 0x000001340B4EE058
*** FEE64 discriminator: block: 11864 ptr: 10453 data: 0x82640080 module: 2 information type: 6 information field: 0x00040080 ts: 0x000001340B4EE05A
*** ADC data: block: 11864 ptr: 10455 data: 0xC4E98141 module: 19 fail: 0 range: 0 id: 1257 channel: 41 adc: 33089 ts: 0x000001340B4EE147
*** ADC data: block: 11864 ptr: 10457 data: 0xC0B774AD module: 2 fail: 0 range: 0 id: 183 channel: 55 adc: 29869 ts: 0x000001340B4EE303
*** FEE64 discriminator: block: 11864 ptr: 10459 data: 0x85640080 module: 5 information type: 6 information field: 0x00040080 ts: 0x000001340B4EE43D
*** FEE64 discriminator: block: 11864 ptr: 10461 data: 0x86640080 module: 6 information type: 6 information field: 0x00040080 ts: 0x000001340B4EE43E
*** ADC data: block: 11864 ptr: 10463 data: 0xC4E880BC module: 19 fail: 0 range: 0 id: 1256 channel: 40 adc: 32956 ts: 0x000001340B4EE52F
*** ADC data: block: 11864 ptr: 10465 data: 0xC3B77A0F module: 14 fail: 0 range: 0 id: 951 channel: 55 adc: 31247 ts: 0x000001340B4EE5DD
*** ADC data: block: 11864 ptr: 10467 data: 0xC1BC7E7B module: 6 fail: 0 range: 0 id: 444 channel: 60 adc: 32379 ts: 0x000001340B4EE645
*** ADC data: block: 11864 ptr: 10469 data: 0xC0C0843B module: 3 fail: 0 range: 0 id: 192 channel: 0 adc: 33851 ts: 0x000001340B4EE6D9
*** ADC data: block: 11864 ptr: 10471 data: 0xC1A57E8F module: 6 fail: 0 range: 0 id: 421 channel: 37 adc: 32399 ts: 0x000001340B4EE70D
*** ADC data: block: 11864 ptr: 10473 data: 0xC4EB811B module: 19 fail: 0 range: 0 id: 1259 channel: 43 adc: 33051 ts: 0x000001340B4EE787
*** ADC data: block: 11864 ptr: 10475 data: 0xC2777D11 module: 9 fail: 0 range: 0 id: 631 channel: 55 adc: 32017 ts: 0x000001340B4EE7E9
*** FEE64 discriminator: block: 11864 ptr: 10477 data: 0x82640080 module: 2 information type: 6 information field: 0x00040080 ts: 0x000001340B4EE81C
*** FEE64 discriminator: block: 11864 ptr: 10479 data: 0x86640080 module: 6 information type: 6 information field: 0x00040080 ts: 0x000001340B4EE81E
*** FEE64 discriminator: block: 11864 ptr: 10481 data: 0x85640080 module: 5 information type: 6 information field: 0x00040080 ts: 0x000001340B4EE81E
*** ADC data: block: 11864 ptr: 10483 data: 0xC4C28047 module: 19 fail: 0 range: 0 id: 1218 channel: 2 adc: 32839 ts: 0x000001340B4EE84F
*** ADC data: block: 11864 ptr: 10485 data: 0xC4B77E39 module: 18 fail: 0 range: 0 id: 1207 channel: 55 adc: 32313 ts: 0x000001340B4EE863
*** FEE64 discriminator: block: 11864 ptr: 10487 data: 0x82640080 module: 2 information type: 6 information field: 0x00040080 ts: 0x000001340B4EE936
*** ADC data: block: 11864 ptr: 10489 data: 0xC4D98169 module: 19 fail: 0 range: 0 id: 1241 channel: 25 adc: 33129 ts: 0x000001340B4EEB6F
*** FEE64 discriminator: block: 11864 ptr: 10491 data: 0x82640080 module: 2 information type: 6 information field: 0x00040080 ts: 0x000001340B4EEC02
*** FEE64 discriminator: block: 11864 ptr: 10493 data: 0x85640080 module: 5 information type: 6 information field: 0x00040080 ts: 0x000001340B4EEC04
*** FEE64 discriminator: block: 11864 ptr: 10495 data: 0x86640080 module: 6 information type: 6 information field: 0x00040080 ts: 0x000001340B4EEC05
*** ADC data: block: 11864 ptr: 10497 data: 0xC4CE7F40 module: 19 fail: 0 range: 0 id: 1230 channel: 14 adc: 32576 ts: 0x000001340B4EEC37
*** FEE64 discriminator: block: 11864 ptr: 10499 data: 0x82640080 module: 2 information type: 6 information field: 0x00040080 ts: 0x000001340B4EED1C
*** ADC data: block: 11864 ptr: 10501 data: 0xC1777C28 module: 5 fail: 0 range: 0 id: 375 channel: 55 adc: 31784 ts: 0x000001340B4EEE13
*** ADC data: block: 11864 ptr: 10503 data: 0xC1B77B31 module: 6 fail: 0 range: 0 id: 439 channel: 55 adc: 31537 ts: 0x000001340B4EEEDD
*** ADC data: block: 11864 ptr: 10505 data: 0xC4E98109 module: 19 fail: 0 range: 0 id: 1257 channel: 41 adc: 33033 ts: 0x000001340B4EF01F
*** FEE64 discriminator: block: 11864 ptr: 10507 data: 0x85640080 module: 5 information type: 6 information field: 0x00040080 ts: 0x000001340B4EF0F6
*** FEE64 discriminator: block: 11864 ptr: 10509 data: 0x82640080 module: 2 information type: 6 information field: 0x00040080 ts: 0x000001340B4EF100
*** FEE64 discriminator: block: 11864 ptr: 10511 data: 0x85640080 module: 5 information type: 6 information field: 0x00040080 ts: 0x000001340B4EF19A
*** ADC data: block: 11864 ptr: 10513 data: 0xC4F1807E module: 19 fail: 0 range: 0 id: 1265 channel: 49 adc: 32894 ts: 0x000001340B4EF277
*** FEE64 discriminator: block: 11864 ptr: 10515 data: 0x86640080 module: 6 information type: 6 information field: 0x00040080 ts: 0x000001340B4EF310
*** ADC data: block: 11864 ptr: 10517 data: 0xC4FB80BB module: 19 fail: 0 range: 0 id: 1275 channel: 59 adc: 32955 ts: 0x000001340B4EF33F
*** FEE64 discriminator: block: 11864 ptr: 10519 data: 0x85640080 module: 5 information type: 6 information field: 0x00040080 ts: 0x000001340B4EF3C3
*** FEE64 discriminator: block: 11864 ptr: 10521 data: 0x86640080 module: 6 information type: 6 information field: 0x00040080 ts: 0x000001340B4EF3C5
*** FEE64 discriminator: block: 11864 ptr: 10523 data: 0x82640080 module: 2 information type: 6 information field: 0x00040080 ts: 0x000001340B4EF3CA
*** ADC data: block: 11864 ptr: 10525 data: 0xC4E8809F module: 19 fail: 0 range: 0 id: 1256 channel: 40 adc: 32927 ts: 0x000001340B4EF407
*** ADC data: block: 11864 ptr: 10527 data: 0xC4EE7FCF module: 19 fail: 0 range: 0 id: 1262 channel: 46 adc: 32719 ts: 0x000001340B4EF4CF
*** FEE64 discriminator: block: 11864 ptr: 10529 data: 0x85640080 module: 5 information type: 6 information field: 0x00040080 ts: 0x000001340B4EF4E1
*** FEE64 discriminator: block: 11864 ptr: 10531 data: 0x86640080 module: 6 information type: 6 information field: 0x00040080 ts: 0x000001340B4EF4E4
*** FEE64 discriminator: block: 11864 ptr: 10533 data: 0x82640080 module: 2 information type: 6 information field: 0x00040080 ts: 0x000001340B4EF4E6
*** ADC data: block: 11864 ptr: 10535 data: 0xC0C0843D module: 3 fail: 0 range: 0 id: 192 channel: 0 adc: 33853 ts: 0x000001340B4EF5B1
*** ADC data: block: 11864 ptr: 10537 data: 0xC1A57F27 module: 6 fail: 0 range: 0 id: 421 channel: 37 adc: 32551 ts: 0x000001340B4EF5E5
*** ADC data: block: 11864 ptr: 10539 data: 0xC3F78100 module: 15 fail: 0 range: 0 id: 1015 channel: 55 adc: 33024 ts: 0x000001340B4EF5F5
*** FEE64 discriminator: block: 11864 ptr: 10541 data: 0x85640080 module: 5 information type: 6 information field: 0x00040080 ts: 0x000001340B4EF6A7
*** FEE64 discriminator: block: 11864 ptr: 10543 data: 0x86640080 module: 6 information type: 6 information field: 0x00040080 ts: 0x000001340B4EF6A9
*** FEE64 discriminator: block: 11864 ptr: 10545 data: 0x82640080 module: 2 information type: 6 information field: 0x00040080 ts: 0x000001340B4EF6AB
*** ADC data: block: 11864 ptr: 10547 data: 0xC2777ADF module: 9 fail: 0 range: 0 id: 631 channel: 55 adc: 31455 ts: 0x000001340B4EF6C1
*** ADC data: block: 11864 ptr: 10549 data: 0xC4D08095 module: 19 fail: 0 range: 0 id: 1232 channel: 16 adc: 32917 ts: 0x000001340B4EF727
*** ADC data: block: 11864 ptr: 10551 data: 0xC4BA7C32 module: 18 fail: 0 range: 0 id: 1210 channel: 58 adc: 31794 ts: 0x000001340B4EF73B
*** ADC data: block: 11864 ptr: 10553 data: 0xC3777EAC module: 13 fail: 0 range: 0 id: 887 channel: 55 adc: 32428 ts: 0x000001340B4EF741
*** ADC data: block: 11864 ptr: 10555 data: 0xC4777A8D module: 17 fail: 0 range: 0 id: 1143 channel: 55 adc: 31373 ts: 0x000001340B4EF769
*** FEE64 discriminator: block: 11864 ptr: 10557 data: 0x85640080 module: 5 information type: 6 information field: 0x00040080 ts: 0x000001340B4EF7A7
*** FEE64 discriminator: block: 11864 ptr: 10559 data: 0x86640080 module: 6 information type: 6 information field: 0x00040080 ts: 0x000001340B4EF7A9
*** FEE64 discriminator: block: 11864 ptr: 10561 data: 0x82640080 module: 2 information type: 6 information field: 0x00040080 ts: 0x000001340B4EF7AE
*** ADC data: block: 11864 ptr: 10563 data: 0xC3BA7D3F module: 14 fail: 0 range: 0 id: 954 channel: 58 adc: 32063 ts: 0x000001340B4EF7D5
*** ADC data: block: 11864 ptr: 10565 data: 0xC47A7CE4 module: 17 fail: 0 range: 0 id: 1146 channel: 58 adc: 31972 ts: 0x000001340B4EF831
*** FEE64 discriminator: block: 11864 ptr: 10567 data: 0x85640080 module: 5 information type: 6 information field: 0x00040080 ts: 0x000001340B4EF8C0
*** FEE64 discriminator: block: 11864 ptr: 10569 data: 0x86640080 module: 6 information type: 6 information field: 0x00040080 ts: 0x000001340B4EF8C3
*** FEE64 discriminator: block: 11864 ptr: 10571 data: 0x82640080 module: 2 information type: 6 information field: 0x00040080 ts: 0x000001340B4EF8C7
*** FEE64 discriminator: block: 11864 ptr: 10573 data: 0x85640080 module: 5 information type: 6 information field: 0x00040080 ts: 0x000001340B4EFA8D
*** FEE64 discriminator: block: 11864 ptr: 10575 data: 0x86640080 module: 6 information type: 6 information field: 0x00040080 ts: 0x000001340B4EFA8D
*** FEE64 discriminator: block: 11864 ptr: 10577 data: 0x82640080 module: 2 information type: 6 information field: 0x00040080 ts: 0x000001340B4EFA91
*** ADC data: block: 11864 ptr: 10579 data: 0xC1BA7E8E module: 6 fail: 0 range: 0 id: 442 channel: 58 adc: 32398 ts: 0x000001340B4EFA95
... 212 more lines ...
|
|
594
|
Wed May 24 06:33:19 2017 |
TD | Analysis of RIBF123R1/R23_44, R23_91 & R25_142 |
Álvaro Tolosa Delgado reports observation of c. 1s 'oscillations' in implant-decay time spectra - see below
Hello
The worst cases (oscillations in decay-curve) are:
-->R23_91_115
--> R25_142_149
Other bad cases:
--> R23_44_70
Cheers!
Check sample of data files - see attachments 1-3 - no obvious data structure issues but higher deadtime for
nnaida17 for R23_* files
Control check using file R25_12 - see attachment 4 |
| Attachment 1: R23_44
|
*** TDR format 3.3.0 analyser - TD - October 2016
*** ERROR: READ I/O error: 5002
blocks: 32000
ADC data format: 235145845 ( 1502636.6 Hz)
Other data format: 25942155 ( 165776.4 Hz)
Sample trace data format: 0 ( 0.0 Hz)
Undefined format: 0 ( 0.0 Hz)
Other data format type: PAUSE: 97 ( 0.6 Hz)
RESUME: 97 ( 0.6 Hz)
SYNC100: 1429855 ( 9137.1 Hz)
FEE64 disc: 24507444 ( 156608.3 Hz)
MBS info: 4662 ( 29.8 Hz)
Other info: 0 ( 0.0 Hz)
ADC data range bit set: 224874 ( 1437.0 Hz)
Timewarps: ADC: 0 ( 0.0 Hz)
PAUSE: 0 ( 0.0 Hz)
RESUME: 0 ( 0.0 Hz)
SYNC100: 0 ( 0.0 Hz)
FEE64 disc: 0 ( 0.0 Hz)
MBS info: 0 ( 0.0 Hz)
Undefined: 0 ( 0.0 Hz)
Sample trace: 0 ( 0.0 Hz)
*** Timestamp elapsed time: 156.489 s
FEE elapsed dead time(s) elapsed idle time(s)
1 0.301 0.320
2 0.382 0.367
3 0.000 0.000
4 0.000 0.000
5 0.118 0.000
6 0.033 0.000
7 0.000 0.000
8 0.000 0.000
9 0.014 0.000
10 0.006 0.000
11 0.000 0.000
12 0.000 0.000
13 0.000 0.000
14 0.023 0.000
15 0.146 0.000
16 0.013 0.000
17 2.078 2.110
18 0.710 0.527
19 2.807 2.794
20 0.023 0.000
21 0.000 0.000
22 0.034 0.000
23 0.274 0.286
24 0.047 0.000
25 0.000 0.000
26 0.000 0.000
27 0.000 0.000
28 0.000 0.000
29 0.000 0.000
30 0.000 0.000
31 0.000 0.000
32 0.000 0.000
*** Statistics
FEE ADC Data Other Data Sample Undefined Pause Resume SYNC100 Disc MBS Other HEC Data
0 0 0 0 0 0 0 0 0 0 0 0
1 7912820 6664654 0 0 7 7 59569 6605071 0 0 7912
2 6783328 7652431 0 0 9 9 59543 7592870 0 0 2140
3 5021413 75273 0 0 0 0 59690 15583 0 0 1002
4 1703292 112678 0 0 0 0 59690 52988 0 0 5098
5 9651763 77485 0 0 5 5 59648 17827 0 0 1501
6 11306696 111710 0 0 2 2 59672 47372 4662 0 7259
7 6100798 134975 0 0 0 0 59690 75285 0 0 7814
8 5956074 87169 0 0 0 0 59691 27478 0 0 2860
9 6229585 1556654 0 0 2 2 59683 1496967 0 0 10823
10 5518258 201678 0 0 1 1 59684 141992 0 0 9937
11 2858108 125973 0 0 0 0 59690 66283 0 0 6789
12 3417148 142709 0 0 0 0 59695 83014 0 0 7362
13 5744079 405937 0 0 0 0 59686 346251 0 0 12353
14 7838326 2341093 0 0 1 1 59677 2281414 0 0 13871
15 10238106 160273 0 0 8 8 59632 100625 0 0 10024
16 11591188 140401 0 0 3 3 59685 80710 0 0 9015
17 22770303 777464 0 0 13 13 58896 718542 0 0 9639
18 28827583 595139 0 0 17 17 59418 535687 0 0 14437
19 23108700 1273302 0 0 19 19 58616 1214648 0 0 9148
20 9132127 172968 0 0 1 1 59682 113284 0 0 10069
21 7886023 1083927 0 0 0 0 59690 1024237 0 0 28029
22 6795198 1067815 0 0 3 3 59675 1008134 0 0 16676
23 19683225 186224 0 0 4 4 59579 126637 0 0 12065
24 9071704 794223 0 0 2 2 59674 734545 0 0 9051
25 0 0 0 0 0 0 0 0 0 0 0
26 0 0 0 0 0 0 0 0 0 0 0
27 0 0 0 0 0 0 0 0 0 0 0
28 0 0 0 0 0 0 0 0 0 0 0
29 0 0 0 0 0 0 0 0 0 0 0
30 0 0 0 0 0 0 0 0 0 0 0
31 0 0 0 0 0 0 0 0 0 0 0
32 0 0 0 0 0 0 0 0 0 0 0
*** Timewarps
FEE ADC Pause Resume SYNC100 Disc MBS Undefined Samples
0 0 0 0 0 0 0 0 0
1 0 0 0 0 0 0 0 0
2 0 0 0 0 0 0 0 0
3 0 0 0 0 0 0 0 0
4 0 0 0 0 0 0 0 0
5 0 0 0 0 0 0 0 0
6 0 0 0 0 0 0 0 0
7 0 0 0 0 0 0 0 0
8 0 0 0 0 0 0 0 0
9 0 0 0 0 0 0 0 0
10 0 0 0 0 0 0 0 0
11 0 0 0 0 0 0 0 0
12 0 0 0 0 0 0 0 0
13 0 0 0 0 0 0 0 0
14 0 0 0 0 0 0 0 0
15 0 0 0 0 0 0 0 0
16 0 0 0 0 0 0 0 0
17 0 0 0 0 0 0 0 0
18 0 0 0 0 0 0 0 0
19 0 0 0 0 0 0 0 0
20 0 0 0 0 0 0 0 0
21 0 0 0 0 0 0 0 0
22 0 0 0 0 0 0 0 0
23 0 0 0 0 0 0 0 0
24 0 0 0 0 0 0 0 0
25 0 0 0 0 0 0 0 0
26 0 0 0 0 0 0 0 0
27 0 0 0 0 0 0 0 0
28 0 0 0 0 0 0 0 0
29 0 0 0 0 0 0 0 0
30 0 0 0 0 0 0 0 0
31 0 0 0 0 0 0 0 0
32 0 0 0 0 0 0 0 0
*** Program elapsed time: 15.469s ( 2068.687 blocks/s, 129.293 Mb/s)
|
| Attachment 2: R23_91
|
*** TDR format 3.3.0 analyser - TD - October 2016
*** ERROR: READ I/O error: 5002
blocks: 32000
ADC data format: 237370090 ( 1690756.6 Hz)
Other data format: 23717910 ( 168939.6 Hz)
Sample trace data format: 0 ( 0.0 Hz)
Undefined format: 0 ( 0.0 Hz)
Other data format type: PAUSE: 115 ( 0.8 Hz)
RESUME: 115 ( 0.8 Hz)
SYNC100: 1281679 ( 9129.2 Hz)
FEE64 disc: 22431822 ( 159779.0 Hz)
MBS info: 4179 ( 29.8 Hz)
Other info: 0 ( 0.0 Hz)
ADC data range bit set: 251458 ( 1791.1 Hz)
Timewarps: ADC: 0 ( 0.0 Hz)
PAUSE: 0 ( 0.0 Hz)
RESUME: 0 ( 0.0 Hz)
SYNC100: 0 ( 0.0 Hz)
FEE64 disc: 0 ( 0.0 Hz)
MBS info: 0 ( 0.0 Hz)
Undefined: 0 ( 0.0 Hz)
Sample trace: 0 ( 0.0 Hz)
*** Timestamp elapsed time: 140.393 s
FEE elapsed dead time(s) elapsed idle time(s)
1 0.043 0.045
2 0.085 0.089
3 0.000 0.000
4 0.000 0.000
5 0.111 0.000
6 0.070 0.000
7 0.015 0.000
8 0.047 0.000
9 0.014 0.000
10 0.008 0.000
11 0.000 0.000
12 0.000 0.000
13 0.000 0.000
14 0.107 0.000
15 0.039 0.000
16 0.021 0.000
17 6.643 6.433
18 0.818 0.666
19 0.769 0.805
20 0.028 0.000
21 0.047 0.000
22 0.027 0.000
23 0.204 0.210
24 0.085 0.000
25 0.000 0.000
26 0.000 0.000
27 0.000 0.000
28 0.000 0.000
29 0.000 0.000
30 0.000 0.000
31 0.000 0.000
32 0.000 0.000
*** Statistics
FEE ADC Data Other Data Sample Undefined Pause Resume SYNC100 Disc MBS Other HEC Data
0 0 0 0 0 0 0 0 0 0 0 0
1 7300299 6021403 0 0 1 1 53535 5967866 0 0 11666
2 6214363 6876131 0 0 2 2 53511 6822616 0 0 2578
3 4503717 69528 0 0 0 0 53553 15975 0 0 1025
4 1730606 126896 0 0 0 0 53546 73350 0 0 7448
5 9681884 69966 0 0 4 4 53505 16453 0 0 1285
6 12307314 122594 0 0 2 2 53520 64891 4179 0 10181
7 6780899 158526 0 0 1 1 53537 104987 0 0 11431
8 6722574 83641 0 0 3 3 53534 30101 0 0 3127
9 5793578 1405977 0 0 1 1 53541 1352434 0 0 13130
10 5415469 218475 0 0 2 2 53544 164927 0 0 14405
11 3021078 147653 0 0 0 0 53553 94100 0 0 9732
12 3340015 153494 0 0 0 0 53550 99944 0 0 9195
13 5685867 433114 0 0 0 0 53550 379564 0 0 18019
14 7702949 2117319 0 0 4 4 53509 2063802 0 0 18277
15 11013622 180416 0 0 2 2 53538 126874 0 0 12642
16 12910002 165652 0 0 1 1 53540 112110 0 0 13248
17 21867005 684327 0 0 51 51 51028 633197 0 0 8381
18 28081820 482446 0 0 18 18 53240 429170 0 0 12141
19 25303869 1217807 0 0 12 12 53253 1164530 0 0 8785
20 8928900 154325 0 0 1 1 53539 100784 0 0 9091
21 7070872 950273 0 0 2 2 53529 896740 0 0 19404
22 6221568 976040 0 0 2 2 53538 922498 0 0 15606
23 20479086 175169 0 0 3 3 53472 121691 0 0 11659
24 9292734 726738 0 0 3 3 53514 673218 0 0 9002
25 0 0 0 0 0 0 0 0 0 0 0
26 0 0 0 0 0 0 0 0 0 0 0
27 0 0 0 0 0 0 0 0 0 0 0
28 0 0 0 0 0 0 0 0 0 0 0
29 0 0 0 0 0 0 0 0 0 0 0
30 0 0 0 0 0 0 0 0 0 0 0
31 0 0 0 0 0 0 0 0 0 0 0
32 0 0 0 0 0 0 0 0 0 0 0
*** Timewarps
FEE ADC Pause Resume SYNC100 Disc MBS Undefined Samples
0 0 0 0 0 0 0 0 0
1 0 0 0 0 0 0 0 0
2 0 0 0 0 0 0 0 0
3 0 0 0 0 0 0 0 0
4 0 0 0 0 0 0 0 0
5 0 0 0 0 0 0 0 0
6 0 0 0 0 0 0 0 0
7 0 0 0 0 0 0 0 0
8 0 0 0 0 0 0 0 0
9 0 0 0 0 0 0 0 0
10 0 0 0 0 0 0 0 0
11 0 0 0 0 0 0 0 0
12 0 0 0 0 0 0 0 0
13 0 0 0 0 0 0 0 0
14 0 0 0 0 0 0 0 0
15 0 0 0 0 0 0 0 0
16 0 0 0 0 0 0 0 0
17 0 0 0 0 0 0 0 0
18 0 0 0 0 0 0 0 0
19 0 0 0 0 0 0 0 0
20 0 0 0 0 0 0 0 0
21 0 0 0 0 0 0 0 0
22 0 0 0 0 0 0 0 0
23 0 0 0 0 0 0 0 0
24 0 0 0 0 0 0 0 0
25 0 0 0 0 0 0 0 0
26 0 0 0 0 0 0 0 0
27 0 0 0 0 0 0 0 0
28 0 0 0 0 0 0 0 0
29 0 0 0 0 0 0 0 0
30 0 0 0 0 0 0 0 0
31 0 0 0 0 0 0 0 0
32 0 0 0 0 0 0 0 0
*** Program elapsed time: 15.512s ( 2062.957 blocks/s, 128.935 Mb/s)
|
| Attachment 3: R25_142
|
*** TDR format 3.3.0 analyser - TD - October 2016
*** ERROR: READ I/O error: 5002
blocks: 32000
ADC data format: 218838251 ( 808880.4 Hz)
Other data format: 42249749 ( 156165.5 Hz)
Sample trace data format: 0 ( 0.0 Hz)
Undefined format: 0 ( 0.0 Hz)
Other data format type: PAUSE: 89 ( 0.3 Hz)
RESUME: 89 ( 0.3 Hz)
SYNC100: 2476084 ( 9152.2 Hz)
FEE64 disc: 39765429 ( 146982.9 Hz)
MBS info: 8058 ( 29.8 Hz)
Other info: 0 ( 0.0 Hz)
ADC data range bit set: 458942 ( 1696.4 Hz)
Timewarps: ADC: 0 ( 0.0 Hz)
PAUSE: 0 ( 0.0 Hz)
RESUME: 0 ( 0.0 Hz)
SYNC100: 0 ( 0.0 Hz)
FEE64 disc: 0 ( 0.0 Hz)
MBS info: 0 ( 0.0 Hz)
Undefined: 0 ( 0.0 Hz)
Sample trace: 0 ( 0.0 Hz)
*** Timestamp elapsed time: 270.545 s
FEE elapsed dead time(s) elapsed idle time(s)
1 0.338 0.000
2 0.262 0.000
3 0.000 0.000
4 0.000 0.000
5 0.054 0.000
6 0.050 0.000
7 0.000 0.000
8 0.000 0.000
9 0.016 0.000
10 0.000 0.000
11 0.000 0.000
12 0.000 0.000
13 0.015 0.000
14 0.040 0.000
15 0.000 0.000
16 0.000 0.000
17 0.144 0.000
18 0.059 0.000
19 0.097 0.000
20 0.000 0.000
21 0.054 0.000
22 0.011 0.000
23 0.193 0.000
24 0.000 0.000
25 0.000 0.000
26 0.000 0.000
27 0.000 0.000
28 0.000 0.000
29 0.000 0.000
30 0.000 0.000
31 0.000 0.000
32 0.000 0.000
*** Statistics
FEE ADC Data Other Data Sample Undefined Pause Resume SYNC100 Disc MBS Other HEC Data
0 0 0 0 0 0 0 0 0 0 0 0
1 12733073 10531541 0 0 9 9 103057 10428466 0 0 20563
2 10720351 12352184 0 0 7 7 103092 12249078 0 0 4573
3 8026719 132652 0 0 0 0 103193 29459 0 0 1908
4 2446920 232514 0 0 0 0 103192 129322 0 0 13366
5 12362280 131430 0 0 7 7 103167 28249 0 0 2144
6 13006328 217637 0 0 5 5 103175 106394 8058 0 16938
7 4436859 280292 0 0 0 0 103191 177101 0 0 19198
8 2630651 153807 0 0 0 0 103191 50616 0 0 5379
9 9892254 2450544 0 0 3 3 103191 2347347 0 0 24761
10 8694837 401116 0 0 0 0 103189 297927 0 0 26769
11 2264741 277438 0 0 0 0 103195 174243 0 0 18598
12 3209902 293682 0 0 0 0 103185 190497 0 0 17600
13 9817140 758787 0 0 3 3 103185 655596 0 0 32228
14 10967506 3680681 0 0 3 3 103179 3577496 0 0 32967
15 8806895 325137 0 0 0 0 103186 221951 0 0 22530
16 8248629 301835 0 0 0 0 103196 198639 0 0 23767
17 10298133 1189911 0 0 23 23 103137 1086728 0 0 16998
18 12084519 904470 0 0 7 7 103168 801288 0 0 23567
19 12939930 2278765 0 0 5 5 103154 2175601 0 0 17145
20 5483064 295227 0 0 0 0 103191 192036 0 0 17628
21 11537515 1782878 0 0 7 7 103172 1679692 0 0 35525
22 9792612 1599378 0 0 3 3 103188 1496184 0 0 28179
23 18877553 318917 0 0 7 7 103118 215785 0 0 20870
24 9559840 1358926 0 0 0 0 103192 1255734 0 0 15741
25 0 0 0 0 0 0 0 0 0 0 0
26 0 0 0 0 0 0 0 0 0 0 0
27 0 0 0 0 0 0 0 0 0 0 0
28 0 0 0 0 0 0 0 0 0 0 0
29 0 0 0 0 0 0 0 0 0 0 0
30 0 0 0 0 0 0 0 0 0 0 0
31 0 0 0 0 0 0 0 0 0 0 0
32 0 0 0 0 0 0 0 0 0 0 0
*** Timewarps
FEE ADC Pause Resume SYNC100 Disc MBS Undefined Samples
0 0 0 0 0 0 0 0 0
1 0 0 0 0 0 0 0 0
2 0 0 0 0 0 0 0 0
3 0 0 0 0 0 0 0 0
4 0 0 0 0 0 0 0 0
5 0 0 0 0 0 0 0 0
6 0 0 0 0 0 0 0 0
7 0 0 0 0 0 0 0 0
8 0 0 0 0 0 0 0 0
9 0 0 0 0 0 0 0 0
10 0 0 0 0 0 0 0 0
11 0 0 0 0 0 0 0 0
12 0 0 0 0 0 0 0 0
13 0 0 0 0 0 0 0 0
14 0 0 0 0 0 0 0 0
15 0 0 0 0 0 0 0 0
16 0 0 0 0 0 0 0 0
17 0 0 0 0 0 0 0 0
18 0 0 0 0 0 0 0 0
19 0 0 0 0 0 0 0 0
20 0 0 0 0 0 0 0 0
21 0 0 0 0 0 0 0 0
22 0 0 0 0 0 0 0 0
23 0 0 0 0 0 0 0 0
24 0 0 0 0 0 0 0 0
25 0 0 0 0 0 0 0 0
26 0 0 0 0 0 0 0 0
27 0 0 0 0 0 0 0 0
28 0 0 0 0 0 0 0 0
29 0 0 0 0 0 0 0 0
30 0 0 0 0 0 0 0 0
31 0 0 0 0 0 0 0 0
32 0 0 0 0 0 0 0 0
*** Program elapsed time: 15.715s ( 2036.291 blocks/s, 127.268 Mb/s)
|
| Attachment 4: R25_12
|
*** TDR format 3.3.0 analyser - TD - October 2016
*** ERROR: READ I/O error: 5002
blocks: 32000
ADC data format: 216376786 ( 829197.0 Hz)
Other data format: 44711214 ( 171341.9 Hz)
Sample trace data format: 0 ( 0.0 Hz)
Undefined format: 0 ( 0.0 Hz)
Other data format type: PAUSE: 91 ( 0.3 Hz)
RESUME: 91 ( 0.3 Hz)
SYNC100: 2388244 ( 9152.2 Hz)
FEE64 disc: 42315018 ( 162159.2 Hz)
MBS info: 7770 ( 29.8 Hz)
Other info: 0 ( 0.0 Hz)
ADC data range bit set: 545804 ( 2091.6 Hz)
Timewarps: ADC: 0 ( 0.0 Hz)
PAUSE: 0 ( 0.0 Hz)
RESUME: 0 ( 0.0 Hz)
SYNC100: 0 ( 0.0 Hz)
FEE64 disc: 0 ( 0.0 Hz)
MBS info: 0 ( 0.0 Hz)
Undefined: 0 ( 0.0 Hz)
Sample trace: 0 ( 0.0 Hz)
*** Timestamp elapsed time: 260.947 s
FEE elapsed dead time(s) elapsed idle time(s)
1 0.235 0.045
2 0.277 0.045
3 0.000 0.000
4 0.000 0.000
5 0.038 0.000
6 0.027 0.000
7 0.000 0.000
8 0.000 0.000
9 0.041 0.000
10 0.000 0.000
11 0.000 0.000
12 0.000 0.000
13 0.000 0.000
14 0.060 0.000
15 0.000 0.000
16 0.000 0.000
17 0.154 0.000
18 0.113 0.000
19 0.033 0.000
20 0.000 0.000
21 0.069 0.000
22 0.036 0.000
23 0.309 0.000
24 0.027 0.000
25 0.000 0.000
26 0.000 0.000
27 0.000 0.000
28 0.000 0.000
29 0.000 0.000
30 0.000 0.000
31 0.000 0.000
32 0.000 0.000
*** Statistics
FEE ADC Data Other Data Sample Undefined Pause Resume SYNC100 Disc MBS Other HEC Data
0 0 0 0 0 0 0 0 0 0 0 0
1 12480286 10793750 0 0 6 6 99439 10694299 0 0 24657
2 10608028 12538161 0 0 7 7 99426 12438721 0 0 5647
3 7836286 133921 0 0 0 0 99528 34393 0 0 2404
4 2604727 255670 0 0 0 0 99530 156140 0 0 15881
5 11625274 131679 0 0 6 6 99520 32147 0 0 2698
6 12498716 236863 0 0 3 3 99523 129564 7770 0 20372
7 4408291 310612 0 0 0 0 99538 211074 0 0 23041
8 2557660 160316 0 0 0 0 99532 60784 0 0 6397
9 9833180 2550690 0 0 4 4 99516 2451166 0 0 29279
10 8689468 448845 0 0 0 0 99533 349312 0 0 31918
11 2423164 306483 0 0 0 0 99536 206947 0 0 22046
12 3455540 324783 0 0 0 0 99533 225250 0 0 20936
13 9727302 854383 0 0 1 1 99531 754850 0 0 38474
14 10895402 3815076 0 0 4 4 99510 3715558 0 0 39093
15 8381297 361199 0 0 0 0 99534 261665 0 0 26855
16 7952473 331530 0 0 0 0 99535 231995 0 0 28161
17 10327836 1330730 0 0 21 21 99474 1231214 0 0 20086
18 12320543 1039235 0 0 10 10 99492 939723 0 0 27685
19 12727229 2657506 0 0 2 2 99523 2557979 0 0 20293
20 5541947 329141 0 0 0 0 99534 229607 0 0 20773
21 11909961 2068637 0 0 5 5 99505 1969122 0 0 41976
22 9891254 1803588 0 0 7 7 99519 1704055 0 0 33423
23 17899713 353556 0 0 11 11 99413 254121 0 0 24854
24 9781209 1574860 0 0 4 4 99520 1475332 0 0 18855
25 0 0 0 0 0 0 0 0 0 0 0
26 0 0 0 0 0 0 0 0 0 0 0
27 0 0 0 0 0 0 0 0 0 0 0
28 0 0 0 0 0 0 0 0 0 0 0
29 0 0 0 0 0 0 0 0 0 0 0
30 0 0 0 0 0 0 0 0 0 0 0
31 0 0 0 0 0 0 0 0 0 0 0
32 0 0 0 0 0 0 0 0 0 0 0
*** Timewarps
FEE ADC Pause Resume SYNC100 Disc MBS Undefined Samples
0 0 0 0 0 0 0 0 0
1 0 0 0 0 0 0 0 0
2 0 0 0 0 0 0 0 0
3 0 0 0 0 0 0 0 0
4 0 0 0 0 0 0 0 0
5 0 0 0 0 0 0 0 0
6 0 0 0 0 0 0 0 0
7 0 0 0 0 0 0 0 0
8 0 0 0 0 0 0 0 0
9 0 0 0 0 0 0 0 0
10 0 0 0 0 0 0 0 0
11 0 0 0 0 0 0 0 0
12 0 0 0 0 0 0 0 0
13 0 0 0 0 0 0 0 0
14 0 0 0 0 0 0 0 0
15 0 0 0 0 0 0 0 0
16 0 0 0 0 0 0 0 0
17 0 0 0 0 0 0 0 0
18 0 0 0 0 0 0 0 0
19 0 0 0 0 0 0 0 0
20 0 0 0 0 0 0 0 0
21 0 0 0 0 0 0 0 0
22 0 0 0 0 0 0 0 0
23 0 0 0 0 0 0 0 0
24 0 0 0 0 0 0 0 0
25 0 0 0 0 0 0 0 0
26 0 0 0 0 0 0 0 0
27 0 0 0 0 0 0 0 0
28 0 0 0 0 0 0 0 0
29 0 0 0 0 0 0 0 0
30 0 0 0 0 0 0 0 0
31 0 0 0 0 0 0 0 0
32 0 0 0 0 0 0 0 0
*** Program elapsed time: 5.988s ( 5343.771 blocks/s, 333.986 Mb/s)
|
|
607
|
Sun May 28 10:25:11 2017 |
TD | Analysis of RIBF123R1/R23 | |
| Attachment 1: R23.txt
|
blocks: 1344000
ADC data format: 629286715 ( 61969.7 Hz)
Other data format: 1746474693 ( 171986.0 Hz)
Sample trace data format: 0 ( 0.0 Hz)
Undefined format: 0 ( 0.0 Hz)
Other data format type: PAUSE: 4325 ( 0.4 Hz)
RESUME: 4324 ( 0.4 Hz)
SYNC100: 92906103 ( 9149.0 Hz)
FEE64 disc: 1653258035 ( 162806.4 Hz)
MBS info: 301906 ( 29.7 Hz)
Other info: 0 ( 0.0 Hz)
ADC data range bit set: 14920460 ( 1469.3 Hz)
Timewarps: ADC: 0 ( 0.0 Hz)
PAUSE: 0 ( 0.0 Hz)
RESUME: 0 ( 0.0 Hz)
SYNC100: 0 ( 0.0 Hz)
FEE64 disc: 0 ( 0.0 Hz)
MBS info: 0 ( 0.0 Hz)
Undefined: 0 ( 0.0 Hz)
Sample trace: 0 ( 0.0 Hz)
*** Timestamp elapsed time: 10154.748 s
FEE elapsed dead time(s) elapsed idle time(s)
1 12.414 5.468
2 12.944 2.139
3 0.000 0.000
4 0.000 0.000
5 1.806 0.000
6 2.019 0.000
7 0.124 0.000
8 0.238 0.000
9 1.739 0.000
10 0.010 0.000
11 0.000 0.000
12 0.000 0.000
13 0.088 0.000
14 4.951 0.045
15 1.141 0.178
16 0.380 0.045
17 47.511 43.243
18 10.132 7.589
19 13.518 9.104
20 0.866 0.000
21 5.553 2.291
22 1.593 0.128
23 17.360 9.650
24 2.247 0.522
25 0.000 0.000
26 0.000 0.000
27 0.000 0.000
28 0.000 0.000
29 0.000 0.000
30 0.000 0.000
31 0.000 0.000
32 0.000 0.000
*** Statistics
FEE ADC Data Other Data Sample Undefined Pause Resume SYNC100 Disc MBS Other HEC Data
0 0 0 0 0 0 0 0 0 0 0 0
1 469807067 438907217 0 0 308 308 3868539 435038062 0 0 206581
2 400657165 498250348 0 0 330 329 3868320 494381369 0 0 35571
3 300481837 4497147 0 0 0 0 3873257 623890 0 0 17697
4 69399836 5551095 0 0 0 0 3873257 1677838 0 0 129741
5 481688885 4592425 0 0 216 216 3872571 719422 0 0 22787
6 493379847 5754223 0 0 188 188 3872492 1579449 301906 0 190042
7 168439567 6217602 0 0 15 15 3873247 2344325 0 0 211623
8 126570364 4663021 0 0 18 18 3873183 789802 0 0 70552
9 391471417 105238814 0 0 167 167 3872580 101365900 0 0 783196
10 317538445 12873890 0 0 4 4 3873302 9000580 0 0 538545
11 81978811 7531590 0 0 0 0 3873274 3658316 0 0 361834
12 148633137 10688532 0 0 0 0 3873212 6815320 0 0 662243
13 328469585 24064270 0 0 22 22 3873252 20190974 0 0 605233
14 459795765 156973622 0 0 241 241 3871380 153101760 0 0 1257620
15 375122800 11589098 0 0 56 56 3872835 7716151 0 0 809445
16 343226481 8445029 0 0 27 27 3873112 4571863 0 0 530246
17 540830722 50523725 0 0 986 986 3855126 46666627 0 0 547408
18 675943338 47091848 0 0 633 633 3869356 43221226 0 0 981018
19 642337899 99419241 0 0 297 297 3868135 95550512 0 0 770783
20 265936060 12527202 0 0 43 43 3872915 8654201 0 0 736883
21 500142095 86674418 0 0 183 183 3871114 82802938 0 0 2669146
22 398256806 70867845 0 0 137 137 3872642 66994929 0 0 1334454
23 814039420 12275467 0 0 348 348 3866620 8408151 0 0 787931
24 425073958 61257024 0 0 106 106 3872382 57384430 0 0 659881
25 0 0 0 0 0 0 0 0 0 0 0
26 0 0 0 0 0 0 0 0 0 0 0
27 0 0 0 0 0 0 0 0 0 0 0
28 0 0 0 0 0 0 0 0 0 0 0
29 0 0 0 0 0 0 0 0 0 0 0
30 0 0 0 0 0 0 0 0 0 0 0
31 0 0 0 0 0 0 0 0 0 0 0
32 0 0 0 0 0 0 0 0 0 0 0
*** Timewarps
FEE ADC Pause Resume SYNC100 Disc MBS Undefined Samples
0 0 0 0 0 0 0 0 0
1 0 0 0 0 0 0 0 0
2 0 0 0 0 0 0 0 0
3 0 0 0 0 0 0 0 0
4 0 0 0 0 0 0 0 0
5 0 0 0 0 0 0 0 0
6 0 0 0 0 0 0 0 0
7 0 0 0 0 0 0 0 0
8 0 0 0 0 0 0 0 0
9 0 0 0 0 0 0 0 0
10 0 0 0 0 0 0 0 0
11 0 0 0 0 0 0 0 0
12 0 0 0 0 0 0 0 0
13 0 0 0 0 0 0 0 0
14 0 0 0 0 0 0 0 0
15 0 0 0 0 0 0 0 0
16 0 0 0 0 0 0 0 0
17 0 0 0 0 0 0 0 0
18 0 0 0 0 0 0 0 0
19 0 0 0 0 0 0 0 0
20 0 0 0 0 0 0 0 0
21 0 0 0 0 0 0 0 0
22 0 0 0 0 0 0 0 0
23 0 0 0 0 0 0 0 0
24 0 0 0 0 0 0 0 0
25 0 0 0 0 0 0 0 0
26 0 0 0 0 0 0 0 0
27 0 0 0 0 0 0 0 0
28 0 0 0 0 0 0 0 0
29 0 0 0 0 0 0 0 0
30 0 0 0 0 0 0 0 0
31 0 0 0 0 0 0 0 0
32 0 0 0 0 0 0 0 0
*** Program elapsed time: 2468.668s ( 544.423 blocks/s, 34.026 Mb/s)
|
|
605
|
Sun May 28 09:20:29 2017 |
TD | Analysis of RIBF123R1/R21 | |
| Attachment 1: R21.txt
|
*** filename: ../R21_0
*** SYNC100 timestamp: block: 2830 ptr: 9883 data: 0x86403976 module: 6 information type: 4 information field: 0x00003976 ts: 0x00000397600000A0 OLD: ts: 0x000003977000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 4243 ptr: 8661 data: 0x8640397A module: 6 information type: 4 information field: 0x0000397A ts: 0x00000397A00000A0 OLD: ts: 0x00000397B000009F tag: 2 type: 6
*** SYNC100 timestamp: block: 6964 ptr: 8917 data: 0x86403982 module: 6 information type: 4 information field: 0x00003982 ts: 0x00000398200000A0 OLD: ts: 0x0000039830000099 tag: 3 type: 0
*** SYNC100 timestamp: block: 8729 ptr: 13331 data: 0x86403987 module: 6 information type: 4 information field: 0x00003987 ts: 0x00000398700000A0 OLD: ts: 0x000003988000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 19609 ptr: 883 data: 0x864039A6 module: 6 information type: 4 information field: 0x000039A6 ts: 0x0000039A600000A0 OLD: ts: 0x0000039A700000A0 tag: 2 type: 6
*** SYNC100 timestamp: block: 23450 ptr: 1491 data: 0x864039B1 module: 6 information type: 4 information field: 0x000039B1 ts: 0x0000039B100000A0 OLD: ts: 0x0000039B2000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 26234 ptr: 1869 data: 0x864039B9 module: 6 information type: 4 information field: 0x000039B9 ts: 0x0000039B900000A0 OLD: ts: 0x0000039BA000009C tag: 2 type: 6
*** filename: ../R21_1
*** SYNC100 timestamp: block: 8877 ptr: 5081 data: 0x864039E3 module: 6 information type: 4 information field: 0x000039E3 ts: 0x0000039E300000A0 OLD: ts: 0x0000039E4000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 21790 ptr: 3833 data: 0x86403A08 module: 6 information type: 4 information field: 0x00003A08 ts: 0x000003A0800000A0 OLD: ts: 0x000003A090000099 tag: 3 type: 0
*** SYNC100 timestamp: block: 24590 ptr: 3733 data: 0x86403A10 module: 6 information type: 4 information field: 0x00003A10 ts: 0x000003A1000000A0 OLD: ts: 0x000003A11000009A tag: 2 type: 6
*** SYNC100 timestamp: block: 25653 ptr: 4423 data: 0x86403A13 module: 6 information type: 4 information field: 0x00003A13 ts: 0x000003A1300000A0 OLD: ts: 0x000003A14000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 30542 ptr: 3881 data: 0x86403A21 module: 6 information type: 4 information field: 0x00003A21 ts: 0x000003A2100000A0 OLD: ts: 0x000003A220000099 tag: 3 type: 0
*** filename: ../R21_2
*** SYNC100 timestamp: block: 13280 ptr: 2609 data: 0x86403A4B module: 6 information type: 4 information field: 0x00003A4B ts: 0x000003A4B00000A0 OLD: ts: 0x000003A4C000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 16058 ptr: 5615 data: 0x86403A53 module: 6 information type: 4 information field: 0x00003A53 ts: 0x000003A5300000A0 OLD: ts: 0x000003A54000009D tag: 3 type: 0
*** filename: ../R21_3
*** SYNC100 timestamp: block: 2438 ptr: 11429 data: 0x86403A88 module: 6 information type: 4 information field: 0x00003A88 ts: 0x000003A8800000A0 OLD: ts: 0x000003A89000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 3140 ptr: 3237 data: 0x86403A8A module: 6 information type: 4 information field: 0x00003A8A ts: 0x000003A8A00000A0 OLD: ts: 0x000003A8B000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 9966 ptr: 12395 data: 0x86403A9E module: 6 information type: 4 information field: 0x00003A9E ts: 0x000003A9E00000A0 OLD: ts: 0x000003A9F0000099 tag: 3 type: 0
*** SYNC100 timestamp: block: 11707 ptr: 7183 data: 0x86403AA3 module: 6 information type: 4 information field: 0x00003AA3 ts: 0x000003AA300000A0 OLD: ts: 0x000003AA4000009E tag: 2 type: 6
*** SYNC100 timestamp: block: 13467 ptr: 11859 data: 0x86403AA8 module: 6 information type: 4 information field: 0x00003AA8 ts: 0x000003AA800000A0 OLD: ts: 0x000003AA90000099 tag: 3 type: 0
*** SYNC100 timestamp: block: 15946 ptr: 5231 data: 0x86403AAF module: 6 information type: 4 information field: 0x00003AAF ts: 0x000003AAF00000A0 OLD: ts: 0x000003AB0000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 17695 ptr: 5941 data: 0x86403AB4 module: 6 information type: 4 information field: 0x00003AB4 ts: 0x000003AB400000A0 OLD: ts: 0x000003AB5000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 18747 ptr: 10583 data: 0x86403AB7 module: 6 information type: 4 information field: 0x00003AB7 ts: 0x000003AB700000A0 OLD: ts: 0x000003AB8000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 20422 ptr: 7397 data: 0x86403ABC module: 6 information type: 4 information field: 0x00003ABC ts: 0x000003ABC00000A0 OLD: ts: 0x000003ABD000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 23922 ptr: 727 data: 0x86403AC6 module: 6 information type: 4 information field: 0x00003AC6 ts: 0x000003AC600000A0 OLD: ts: 0x000003AC7000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 26010 ptr: 6745 data: 0x86403ACC module: 6 information type: 4 information field: 0x00003ACC ts: 0x000003ACC00000A0 OLD: ts: 0x000003ACD000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 27766 ptr: 6425 data: 0x86403AD1 module: 6 information type: 4 information field: 0x00003AD1 ts: 0x000003AD100000A0 OLD: ts: 0x000003AD2000009C tag: 2 type: 6
*** SYNC100 timestamp: block: 31252 ptr: 8039 data: 0x86403ADB module: 6 information type: 4 information field: 0x00003ADB ts: 0x000003ADB00000A0 OLD: ts: 0x000003ADC000009D tag: 3 type: 0
*** filename: ../R21_4
*** SYNC100 timestamp: block: 4151 ptr: 9687 data: 0x86403AE9 module: 6 information type: 4 information field: 0x00003AE9 ts: 0x000003AE900000A0 OLD: ts: 0x000003AEA0000099 tag: 3 type: 0
*** SYNC100 timestamp: block: 12666 ptr: 10925 data: 0x86403B02 module: 6 information type: 4 information field: 0x00003B02 ts: 0x000003B0200000A0 OLD: ts: 0x000003B03000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 16815 ptr: 13085 data: 0x86403B0E module: 6 information type: 4 information field: 0x00003B0E ts: 0x000003B0E00000A0 OLD: ts: 0x000003B0F0000099 tag: 2 type: 6
*** SYNC100 timestamp: block: 20296 ptr: 11637 data: 0x86403B18 module: 6 information type: 4 information field: 0x00003B18 ts: 0x000003B1800000A0 OLD: ts: 0x000003B19000009D tag: 3 type: 0
*** filename: ../R21_5
*** SYNC100 timestamp: block: 1611 ptr: 12837 data: 0x86403B3F module: 6 information type: 4 information field: 0x00003B3F ts: 0x000003B3F00000A0 OLD: ts: 0x000003B40000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 2294 ptr: 3415 data: 0x86403B41 module: 6 information type: 4 information field: 0x00003B41 ts: 0x000003B4100000A0 OLD: ts: 0x000003B42000009E tag: 2 type: 6
*** SYNC100 timestamp: block: 2966 ptr: 4969 data: 0x86403B43 module: 6 information type: 4 information field: 0x00003B43 ts: 0x000003B4300000A0 OLD: ts: 0x000003B44000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 5359 ptr: 10227 data: 0x86403B4A module: 6 information type: 4 information field: 0x00003B4A ts: 0x000003B4A00000A0 OLD: ts: 0x000003B4B000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 7407 ptr: 8565 data: 0x86403B50 module: 6 information type: 4 information field: 0x00003B50 ts: 0x000003B5000000A0 OLD: ts: 0x000003B51000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 8699 ptr: 2617 data: 0x86403B54 module: 6 information type: 4 information field: 0x00003B54 ts: 0x000003B5400000A0 OLD: ts: 0x000003B55000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 10066 ptr: 12739 data: 0x86403B58 module: 6 information type: 4 information field: 0x00003B58 ts: 0x000003B5800000A0 OLD: ts: 0x000003B590000098 tag: 2 type: 6
*** SYNC100 timestamp: block: 16247 ptr: 5017 data: 0x86403B6A module: 6 information type: 4 information field: 0x00003B6A ts: 0x000003B6A00000A0 OLD: ts: 0x000003B6B000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 20000 ptr: 3293 data: 0x86403B75 module: 6 information type: 4 information field: 0x00003B75 ts: 0x000003B7500000A0 OLD: ts: 0x000003B76000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 23434 ptr: 4043 data: 0x86403B7F module: 6 information type: 4 information field: 0x00003B7F ts: 0x000003B7F00000A0 OLD: ts: 0x000003B80000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 30617 ptr: 7639 data: 0x86403B94 module: 6 information type: 4 information field: 0x00003B94 ts: 0x000003B9400000A0 OLD: ts: 0x000003B95000009D tag: 3 type: 0
*** filename: ../R21_6
*** SYNC100 timestamp: block: 7088 ptr: 9059 data: 0x86403BAD module: 6 information type: 4 information field: 0x00003BAD ts: 0x000003BAD00000A0 OLD: ts: 0x000003BAE000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 15632 ptr: 4959 data: 0x86403BC6 module: 6 information type: 4 information field: 0x00003BC6 ts: 0x000003BC600000A0 OLD: ts: 0x000003BC7000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 30067 ptr: 8951 data: 0x86403BF0 module: 6 information type: 4 information field: 0x00003BF0 ts: 0x000003BF000000A0 OLD: ts: 0x000003BF1000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 31113 ptr: 251 data: 0x86403BF3 module: 6 information type: 4 information field: 0x00003BF3 ts: 0x000003BF300000A0 OLD: ts: 0x000003BF40000099 tag: 3 type: 0
*** SYNC100 timestamp: block: 31451 ptr: 9037 data: 0x86403BF4 module: 6 information type: 4 information field: 0x00003BF4 ts: 0x000003BF400000A0 OLD: ts: 0x000003BF5000009C tag: 2 type: 6
*** filename: ../R21_7
*** SYNC100 timestamp: block: 1188 ptr: 1823 data: 0x86403BF9 module: 6 information type: 4 information field: 0x00003BF9 ts: 0x000003BF900000A0 OLD: ts: 0x000003BFA000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 2237 ptr: 14325 data: 0x86403BFC module: 6 information type: 4 information field: 0x00003BFC ts: 0x000003BFC00000A0 OLD: ts: 0x000003BFD000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 6073 ptr: 12323 data: 0x86403C07 module: 6 information type: 4 information field: 0x00003C07 ts: 0x000003C0700000A0 OLD: ts: 0x000003C08000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 30662 ptr: 13379 data: 0x86403C4E module: 6 information type: 4 information field: 0x00003C4E ts: 0x000003C4E00000A0 OLD: ts: 0x000003C4F000009D tag: 2 type: 6
*** SYNC100 timestamp: block: 31288 ptr: 11475 data: 0x86403C50 module: 6 information type: 4 information field: 0x00003C50 ts: 0x000003C5000000A0 OLD: ts: 0x000003C51000009F tag: 2 type: 6
*** filename: ../R21_8
*** SYNC100 timestamp: block: 5775 ptr: 1005 data: 0x86403C63 module: 6 information type: 4 information field: 0x00003C63 ts: 0x000003C6300000A0 OLD: ts: 0x000003C64000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 6126 ptr: 10157 data: 0x86403C64 module: 6 information type: 4 information field: 0x00003C64 ts: 0x000003C6400000A0 OLD: ts: 0x000003C65000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 15871 ptr: 1457 data: 0x86403C80 module: 6 information type: 4 information field: 0x00003C80 ts: 0x000003C8000000A0 OLD: ts: 0x000003C81000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 18570 ptr: 11989 data: 0x86403C88 module: 6 information type: 4 information field: 0x00003C88 ts: 0x000003C8800000A0 OLD: ts: 0x000003C89000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 19614 ptr: 2757 data: 0x86403C8B module: 6 information type: 4 information field: 0x00003C8B ts: 0x000003C8B00000A0 OLD: ts: 0x000003C8C000009B tag: 2 type: 6
*** SYNC100 timestamp: block: 19961 ptr: 625 data: 0x86403C8C module: 6 information type: 4 information field: 0x00003C8C ts: 0x000003C8C00000A0 OLD: ts: 0x000003C8D000009C tag: 2 type: 6
*** SYNC100 timestamp: block: 22662 ptr: 16179 data: 0x86403C94 module: 6 information type: 4 information field: 0x00003C94 ts: 0x000003C9400000A0 OLD: ts: 0x000003C950000099 tag: 2 type: 6
*** SYNC100 timestamp: block: 23353 ptr: 8507 data: 0x86403C96 module: 6 information type: 4 information field: 0x00003C96 ts: 0x000003C9600000A0 OLD: ts: 0x000003C97000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 25430 ptr: 11943 data: 0x86403C9C module: 6 information type: 4 information field: 0x00003C9C ts: 0x000003C9C00000A0 OLD: ts: 0x000003C9D0000099 tag: 3 type: 0
*** SYNC100 timestamp: block: 25775 ptr: 6577 data: 0x86403C9D module: 6 information type: 4 information field: 0x00003C9D ts: 0x000003C9D00000A0 OLD: ts: 0x000003C9E000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 30159 ptr: 6471 data: 0x86403CAA module: 6 information type: 4 information field: 0x00003CAA ts: 0x000003CAA00000A0 OLD: ts: 0x000003CAB000009A tag: 2 type: 6
*** SYNC100 timestamp: block: 30513 ptr: 12917 data: 0x86403CAB module: 6 information type: 4 information field: 0x00003CAB ts: 0x000003CAB00000A0 OLD: ts: 0x000003CAC000009D tag: 3 type: 0
*** filename: ../R21_9
*** SYNC100 timestamp: block: 1977 ptr: 12503 data: 0x86403CB5 module: 6 information type: 4 information field: 0x00003CB5 ts: 0x000003CB500000A0 OLD: ts: 0x000003CB6000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 4388 ptr: 481 data: 0x86403CBC module: 6 information type: 4 information field: 0x00003CBC ts: 0x000003CBC00000A0 OLD: ts: 0x000003CBD000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 8694 ptr: 10265 data: 0x86403CC9 module: 6 information type: 4 information field: 0x00003CC9 ts: 0x000003CC900000A0 OLD: ts: 0x000003CCA000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 12405 ptr: 15193 data: 0x86403CD4 module: 6 information type: 4 information field: 0x00003CD4 ts: 0x000003CD400000A0 OLD: ts: 0x000003CD50000099 tag: 3 type: 0
*** SYNC100 timestamp: block: 13445 ptr: 313 data: 0x86403CD7 module: 6 information type: 4 information field: 0x00003CD7 ts: 0x000003CD700000A0 OLD: ts: 0x000003CD8000009D tag: 2 type: 6
*** SYNC100 timestamp: block: 19622 ptr: 283 data: 0x86403CE9 module: 6 information type: 4 information field: 0x00003CE9 ts: 0x000003CE900000A0 OLD: ts: 0x000003CEA000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 29882 ptr: 8491 data: 0x86403D07 module: 6 information type: 4 information field: 0x00003D07 ts: 0x000003D0700000A0 OLD: ts: 0x000003D08000009D tag: 3 type: 0
*** filename: ../R21_10
*** SYNC100 timestamp: block: 1994 ptr: 13419 data: 0x86403D13 module: 6 information type: 4 information field: 0x00003D13 ts: 0x000003D1300000A0 OLD: ts: 0x000003D14000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 4052 ptr: 11785 data: 0x86403D19 module: 6 information type: 4 information field: 0x00003D19 ts: 0x000003D1900000A0 OLD: ts: 0x000003D1A000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 18962 ptr: 13073 data: 0x86403D44 module: 6 information type: 4 information field: 0x00003D44 ts: 0x000003D4400000A0 OLD: ts: 0x000003D45000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 26275 ptr: 14859 data: 0x86403D59 module: 6 information type: 4 information field: 0x00003D59 ts: 0x000003D5900000A0 OLD: ts: 0x000003D5A000009E tag: 2 type: 6
*** SYNC100 timestamp: block: 28017 ptr: 15005 data: 0x86403D5E module: 6 information type: 4 information field: 0x00003D5E ts: 0x000003D5E00000A0 OLD: ts: 0x000003D5F0000099 tag: 3 type: 0
*** filename: ../R21_11
*** SYNC100 timestamp: block: 1859 ptr: 11471 data: 0x86403D6F module: 6 information type: 4 information field: 0x00003D6F ts: 0x000003D6F00000A0 OLD: ts: 0x000003D7000000A0 tag: 2 type: 6
*** SYNC100 timestamp: block: 4692 ptr: 12589 data: 0x86403D77 module: 6 information type: 4 information field: 0x00003D77 ts: 0x000003D7700000A0 OLD: ts: 0x000003D78000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 13179 ptr: 15537 data: 0x86403D90 module: 6 information type: 4 information field: 0x00003D90 ts: 0x000003D9000000A0 OLD: ts: 0x000003D91000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 18345 ptr: 4829 data: 0x86403D9F module: 6 information type: 4 information field: 0x00003D9F ts: 0x000003D9F00000A0 OLD: ts: 0x000003DA0000009C tag: 2 type: 6
*** SYNC100 timestamp: block: 23751 ptr: 993 data: 0x86403DAF module: 6 information type: 4 information field: 0x00003DAF ts: 0x000003DAF00000A0 OLD: ts: 0x000003DB0000009E tag: 2 type: 6
*** SYNC100 timestamp: block: 25829 ptr: 2709 data: 0x86403DB5 module: 6 information type: 4 information field: 0x00003DB5 ts: 0x000003DB500000A0 OLD: ts: 0x000003DB60000099 tag: 2 type: 6
*** filename: ../R21_12
*** SYNC100 timestamp: block: 199 ptr: 12517 data: 0x86403DC8 module: 6 information type: 4 information field: 0x00003DC8 ts: 0x000003DC800000A0 OLD: ts: 0x000003DC9000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 1925 ptr: 14923 data: 0x86403DCD module: 6 information type: 4 information field: 0x00003DCD ts: 0x000003DCD00000A0 OLD: ts: 0x000003DCE000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 9062 ptr: 13709 data: 0x86403DE2 module: 6 information type: 4 information field: 0x00003DE2 ts: 0x000003DE200000A0 OLD: ts: 0x000003DE3000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 12757 ptr: 969 data: 0x86403DED module: 6 information type: 4 information field: 0x00003DED ts: 0x000003DED00000A0 OLD: ts: 0x000003DEE000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 15144 ptr: 8473 data: 0x86403DF4 module: 6 information type: 4 information field: 0x00003DF4 ts: 0x000003DF400000A0 OLD: ts: 0x000003DF50000099 tag: 3 type: 0
*** SYNC100 timestamp: block: 23710 ptr: 2331 data: 0x86403E0D module: 6 information type: 4 information field: 0x00003E0D ts: 0x000003E0D00000A0 OLD: ts: 0x000003E0E000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 29418 ptr: 6989 data: 0x86403E1E module: 6 information type: 4 information field: 0x00003E1E ts: 0x000003E1E00000A0 OLD: ts: 0x000003E1F000009D tag: 3 type: 0
*** filename: ../R21_13
*** SYNC100 timestamp: block: 4696 ptr: 2759 data: 0x86403E33 module: 6 information type: 4 information field: 0x00003E33 ts: 0x000003E3300000A0 OLD: ts: 0x000003E34000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 8456 ptr: 7651 data: 0x86403E3E module: 6 information type: 4 information field: 0x00003E3E ts: 0x000003E3E00000A0 OLD: ts: 0x000003E3F000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 13248 ptr: 2917 data: 0x86403E4C module: 6 information type: 4 information field: 0x00003E4C ts: 0x000003E4C00000A0 OLD: ts: 0x000003E4D000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 18378 ptr: 13563 data: 0x86403E5B module: 6 information type: 4 information field: 0x00003E5B ts: 0x000003E5B00000A0 OLD: ts: 0x000003E5C000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 27930 ptr: 5077 data: 0x86403E77 module: 6 information type: 4 information field: 0x00003E77 ts: 0x000003E7700000A0 OLD: ts: 0x000003E780000099 tag: 3 type: 0
*** SYNC100 timestamp: block: 30324 ptr: 6669 data: 0x86403E7E module: 6 information type: 4 information field: 0x00003E7E ts: 0x000003E7E00000A0 OLD: ts: 0x000003E7F000009D tag: 3 type: 0
*** filename: ../R21_14
*** SYNC100 timestamp: block: 2422 ptr: 3791 data: 0x86403E8A module: 6 information type: 4 information field: 0x00003E8A ts: 0x000003E8A00000A0 OLD: ts: 0x000003E8B0000099 tag: 3 type: 0
*** SYNC100 timestamp: block: 4488 ptr: 15855 data: 0x86403E90 module: 6 information type: 4 information field: 0x00003E90 ts: 0x000003E9000000A0 OLD: ts: 0x000003E91000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 6208 ptr: 5133 data: 0x86403E95 module: 6 information type: 4 information field: 0x00003E95 ts: 0x000003E9500000A0 OLD: ts: 0x000003E96000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 9219 ptr: 8747 data: 0x86403E9E module: 6 information type: 4 information field: 0x00003E9E ts: 0x000003E9E00000A0 OLD: ts: 0x000003E9F000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 17025 ptr: 6779 data: 0x86403EB5 module: 6 information type: 4 information field: 0x00003EB5 ts: 0x000003EB500000A0 OLD: ts: 0x000003EB6000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 30614 ptr: 11249 data: 0x86403EDE module: 6 information type: 4 information field: 0x00003EDE ts: 0x000003EDE00000A0 OLD: ts: 0x000003EDF000009D tag: 3 type: 0
*** filename: ../R21_15
*** SYNC100 timestamp: block: 1284 ptr: 11307 data: 0x86403EE6 module: 6 information type: 4 information field: 0x00003EE6 ts: 0x000003EE600000A0 OLD: ts: 0x000003EE7000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 2618 ptr: 1659 data: 0x86403EEA module: 6 information type: 4 information field: 0x00003EEA ts: 0x000003EEA00000A0 OLD: ts: 0x000003EEB000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 3970 ptr: 1381 data: 0x86403EEE module: 6 information type: 4 information field: 0x00003EEE ts: 0x000003EEE00000A0 OLD: ts: 0x000003EEF0000099 tag: 3 type: 0
*** SYNC100 timestamp: block: 10793 ptr: 7673 data: 0x86403F02 module: 6 information type: 4 information field: 0x00003F02 ts: 0x000003F0200000A0 OLD: ts: 0x000003F03000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 15571 ptr: 4803 data: 0x86403F10 module: 6 information type: 4 information field: 0x00003F10 ts: 0x000003F1000000A0 OLD: ts: 0x000003F11000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 18285 ptr: 5775 data: 0x86403F18 module: 6 information type: 4 information field: 0x00003F18 ts: 0x000003F1800000A0 OLD: ts: 0x000003F19000009D tag: 3 type: 0
*** SYNC100 timestamp: block: 27902 ptr: 14651 data: 0x86403F34 module: 6 information type: 4 information field: 0x00003F34 ts: 0x000003F3400000A0 OLD: ts: 0x000003F35000009D tag: 3 type: 0
blocks: 507919
ADC data format: -834648421 ( -208114.5 Hz)
Other data format: 683790418 ( 170499.0 Hz)
Sample trace data format: 0 ( 0.0 Hz)
Undefined format: 0 ( 0.0 Hz)
Other data format type: PAUSE: 1388 ( 0.3 Hz)
RESUME: 1388 ( 0.3 Hz)
SYNC100: 36703010 ( 9151.7 Hz)
FEE64 disc: 646966498 ( 161317.1 Hz)
MBS info: 118134 ( 29.5 Hz)
Other info: 0 ( 0.0 Hz)
ADC data range bit set: 7475477 ( 1864.0 Hz)
Timewarps: ADC: 0 ( 0.0 Hz)
PAUSE: 0 ( 0.0 Hz)
RESUME: 0 ( 0.0 Hz)
SYNC100: 108 ( 0.0 Hz)
FEE64 disc: 0 ( 0.0 Hz)
MBS info: 0 ( 0.0 Hz)
Undefined: 0 ( 0.0 Hz)
Sample trace: 0 ( 0.0 Hz)
*** Timestamp elapsed time: 4010.526 s
FEE elapsed dead time(s) elapsed idle time(s)
1 5.342 4.412
2 5.476 2.593
3 0.000 0.000
4 0.000 0.000
5 0.473 0.000
6 0.697 0.000
7 0.000 0.000
8 0.000 0.000
9 0.606 0.000
10 0.006 0.000
11 0.000 0.000
12 0.000 0.000
13 0.036 0.000
14 1.405 0.000
15 0.288 0.000
16 0.005 0.000
17 2.424 0.000
18 0.768 0.000
19 2.354 0.000
20 0.000 0.000
21 0.787 0.000
22 0.179 0.000
23 5.006 3.725
24 0.287 0.000
25 0.000 0.000
26 0.000 0.000
27 0.000 0.000
28 0.000 0.000
29 0.000 0.000
30 0.000 0.000
31 0.000 0.000
32 0.000 0.000
*** Statistics
FEE ADC Data Other Data Sample Undefined Pause Resume SYNC100 Disc MBS Other HEC Data
0 0 0 0 0 0 0 0 0 0 0 0
1 189520865 175364730 0 0 129 129 1527670 173836802 0 0 335697
2 160805185 197214647 0 0 135 135 1527626 195686751 0 0 99132
3 120913897 2187003 0 0 0 0 1529705 657298 0 0 51443
4 39315820 3810462 0 0 0 0 1529704 2280758 0 0 228268
5 185297116 2173349 0 0 54 54 1529501 643740 0 0 74451
6 201310404 3583838 0 0 57 57 1529452 1936138 118134 0 312457
7 73849275 4554275 0 0 0 0 1529722 3024553 0 0 323814
8 45718814 2605992 0 0 0 0 1529704 1076288 0 0 114633
9 148055710 41270588 0 0 70 70 1529487 39740961 0 0 379643
10 130839029 6267483 0 0 3 3 1529679 4737798 0 0 411578
11 38162175 4350137 0 0 0 0 1529682 2820455 0 0 296458
12 56235269 4592111 0 0 0 0 1529706 3062405 0 0 282755
13 132045595 12414447 0 0 13 13 1529700 10884721 0 0 524049
14 158599662 61175206 0 0 90 90 1529195 59645831 0 0 532087
15 159521464 5015946 0 0 67 67 1529624 3486188 0 0 356257
16 152239021 4683163 0 0 4 4 1529697 3153458 0 0 374183
17 160018095 20452675 0 0 302 302 1528765 18923306 0 0 263238
18 185361739 13292933 0 0 67 67 1529416 11763383 0 0 360569
19 206090171 33966766 0 0 135 135 1528803 32437693 0 0 275295
20 92956115 4641531 0 0 0 0 1529704 3111827 0 0 283356
21 162745369 27080244 0 0 61 61 1529405 25550717 0 0 559212
22 141756501 27690155 0 0 51 51 1529645 26160408 0 0 457913
23 355528497 4933261 0 0 121 121 1527807 3405212 0 0 330911
24 163433087 20469476 0 0 29 29 1529611 18939807 0 0 248078
25 0 0 0 0 0 0 0 0 0 0 0
26 0 0 0 0 0 0 0 0 0 0 0
27 0 0 0 0 0 0 0 0 0 0 0
28 0 0 0 0 0 0 0 0 0 0 0
29 0 0 0 0 0 0 0 0 0 0 0
30 0 0 0 0 0 0 0 0 0 0 0
31 0 0 0 0 0 0 0 0 0 0 0
32 0 0 0 0 0 0 0 0 0 0 0
*** Timewarps
FEE ADC Pause Resume SYNC100 Disc MBS Undefined Samples
0 0 0 0 0 0 0 0 0
1 0 0 0 0 0 0 0 0
2 0 0 0 0 0 0 0 0
3 0 0 0 0 0 0 0 0
4 0 0 0 0 0 0 0 0
5 0 0 0 0 0 0 0 0
6 0 0 0 108 0 0 0 0
7 0 0 0 0 0 0 0 0
8 0 0 0 0 0 0 0 0
9 0 0 0 0 0 0 0 0
10 0 0 0 0 0 0 0 0
11 0 0 0 0 0 0 0 0
12 0 0 0 0 0 0 0 0
13 0 0 0 0 0 0 0 0
14 0 0 0 0 0 0 0 0
15 0 0 0 0 0 0 0 0
16 0 0 0 0 0 0 0 0
17 0 0 0 0 0 0 0 0
18 0 0 0 0 0 0 0 0
19 0 0 0 0 0 0 0 0
20 0 0 0 0 0 0 0 0
21 0 0 0 0 0 0 0 0
22 0 0 0 0 0 0 0 0
23 0 0 0 0 0 0 0 0
24 0 0 0 0 0 0 0 0
25 0 0 0 0 0 0 0 0
26 0 0 0 0 0 0 0 0
27 0 0 0 0 0 0 0 0
28 0 0 0 0 0 0 0 0
29 0 0 0 0 0 0 0 0
30 0 0 0 0 0 0 0 0
31 0 0 0 0 0 0 0 0
32 0 0 0 0 0 0 0 0
*** Program elapsed time: 979.039s ( 518.793 blocks/s, 32.425 Mb/s)
|
|
730
|
Thu Jun 28 05:22:31 2018 |
OH | Analysis of R7 -> R9 | R7_0 -> R7_1 High Energy pulser run
R8_0 -> R8_1 Low energy puler run
R9_52 -> R9_62 Alpha run
On analysing all three runs it appears an ASIC is missing in FEE 29 - attachments 1 - 3
This ASIC does not appear to be missing in the alpha run carried out on June 24th - attachment 4
I do not believe that this is a broken ASIC.
I have performed an ASIC check load on the FEE module to try and regain it. I will check the files created since
later to see if it has been regained.
Using the pulser runs two different sets of offsets were calculated. One using the low energy run and one using
the high energy.
To compare the two different sets of offsets calculated Ex vs Ey plots were created for the first detector.
Attachment 5 shows these plots on the left is the low energy offsets and on the right the high energy pulser offsets
It can be seen that the grouping is much better with the events being tighter to the y = x line on the run sorted
using the low energy pulser offsets. |
| Attachment 1: lowPulserADC.png
|
|
| Attachment 2: highPulserADC.png
|
|
| Attachment 3: alphaADC.png
|
|
| Attachment 4: alphaOld.png
|
|
| Attachment 5: ExEyPulser.PNG
|
|
|
180
|
Thu Mar 17 10:46:30 2016 |
TD | Analysis of R45 | See https://elog.ph.ed.ac.uk/AIDA/179
207Bi source, no pulser
Shaping time 8us
Slow comparator 0xa
Fast comparator 0xa
Re-order ASIC <-> MSL type BB18 adaptor PCB J1 connector mapping - see below
C----67---------------------------------------------------------------72------80
FUNCTION bb18order( channel )
INTEGER array( 0:63 ), bb18order, channel
C ASIC # 0 channel # 0 = array(0)
C ASIC # 1 channel # 0 = array(16)
C ASIC # 2 channel # 0 = array(32)
C ASIC # 3 channel # 0 = array(48)
C Array contents correspond to the MSL type BB18 adaptor J1 connector
C strip sequence # 0-63
DATA array /
+ 62, 63, 59, 60, 61, 56, 57, 58, 52, 53, 54, 55, 49, 50, 51, 45,
+ 46, 47, 48, 42, 43, 44, 38, 39, 40, 41, 35, 36, 37, 31, 32, 33,
+ 34, 28, 29, 30, 24, 25, 26, 27, 21, 22, 23, 17, 18, 19, 20, 14,
+ 15, 16, 10, 11, 12, 7, 3, 0, 8, 4, 1, 9, 5, 2, 13, 6 /
bb18order = array( channel )
RETURN
C----67---------------------------------------------------------------72------80
END
C----67---------------------------------------------------------------72------80
Which can be used, for example, as follows:
channel = bb18order( channel )
ch = channel + ( module - 1 ) * 64 + ( range * 2048 )
where channel (ASIC channels # 0-63), module (FEE #) and range (0=LEC/MEC, 1=HEC)
are supplied by the GREAT format data item.
Attachments 1-7 - 2D hit pattern showing which (if any) other channels j are active
( hit(j) = .true. ) in an event (< 410 clock cycles) in addition to channel i
DO i = 640, 767
IF ( hit( i ) ) THEN
DO j = i, 767
IF ( hit( j ) ) THEN
CALL inc2d( 4014, i - 640, j - 640 )
ENDIF
ENDDO
ENDIF
ENDDO
DO i = 768, 895
IF ( hit( i ) ) THEN
DO j = i, 895
IF ( hit( j ) ) THEN
CALL inc2d( 4014, i - 640, j - 640 )
ENDIF
ENDDO
ENDIF
ENDDO
Attachments 1-7 should be compared with the same spectrum shown in https://elog.ph.ed.ac.uk/AIDA/177 |
| Attachment 1: 10.png
|
|
| Attachment 2: 11.png
|
|
| Attachment 3: 12.png
|
|
| Attachment 4: 13.png
|
|
| Attachment 5: 14.png
|
|
| Attachment 6: 15.png
|
|
| Attachment 7: 16.png
|
|
| Attachment 8: 17.png
|
|
|
330
|
Mon Jul 25 08:38:56 2016 |
TD | Analysis of R4 | |
| Attachment 1: R4.out
|
[td@localhost ~/GREAT]$ ./analyser2 /media/1E47-5D81/RIKEN/July2016/R4_0
*** GREAT format 3.2.0 analyser - TD - May 2014
*** ERROR: READ I/O error: 5002
blocks: 32000
ADC data format: 259005266 ( 1007210.1 Hz)
Other data format: 2082734 ( 8099.3 Hz)
Sample trace data format: 0 ( 0.0 Hz)
Undefined format: 0 ( 0.0 Hz)
Other data format type: PAUSE: 1991 ( 7.7 Hz)
RESUME: 1971 ( 7.7 Hz)
SYNC100: 2078772 ( 8083.9 Hz)
FEE64 disc: 0 ( 0.0 Hz)
MBS info: 0 ( 0.0 Hz)
Other info: 0 ( 0.0 Hz)
ADC data range bit set: 11844 ( 46.1 Hz)
Timewarps: ADC: 0 ( 0.0 Hz)
PAUSE: 0 ( 0.0 Hz)
RESUME: 0 ( 0.0 Hz)
SYNC100: 0 ( 0.0 Hz)
FEE64 disc: 0 ( 0.0 Hz)
MBS info: 0 ( 0.0 Hz)
Undefined: 0 ( 0.0 Hz)
Sample trace: 0 ( 0.0 Hz)
Timestamp elapsed time: 257.151 s
FEE module #: 1 elapsed dead time 16.704 s
FEE module #: 2 elapsed dead time 20.156 s
FEE module #: 3 elapsed dead time 20.977 s
FEE module #: 4 elapsed dead time 20.836 s
FEE module #: 5 elapsed dead time 19.748 s
FEE module #: 6 elapsed dead time 21.220 s
FEE module #: 7 elapsed dead time 20.842 s
FEE module #: 8 elapsed dead time 21.020 s
FEE module #: 9 elapsed dead time 19.873 s
FEE module #: 10 elapsed dead time 19.688 s
FEE module #: 11 elapsed dead time 21.642 s
FEE module #: 12 elapsed dead time 20.179 s
FEE module #: 13 elapsed dead time 17.641 s
FEE module #: 14 elapsed dead time 19.365 s
FEE module #: 15 elapsed dead time 20.292 s
FEE module #: 16 elapsed dead time 20.291 s
FEE module #: 17 elapsed dead time 18.133 s
FEE module #: 18 elapsed dead time 16.689 s
FEE module #: 19 elapsed dead time 0.000 s
FEE module #: 20 elapsed dead time 20.003 s
FEE module #: 21 elapsed dead time 19.553 s
FEE module #: 22 elapsed dead time 19.721 s
FEE module #: 23 elapsed dead time 19.151 s
FEE module #: 24 elapsed dead time 18.508 s
FEE module #: 25 elapsed dead time 0.000 s
FEE module #: 26 elapsed dead time 0.000 s
FEE module #: 27 elapsed dead time 0.000 s
FEE module #: 28 elapsed dead time 0.000 s
FEE module #: 29 elapsed dead time 0.000 s
FEE module #: 30 elapsed dead time 0.000 s
FEE module #: 31 elapsed dead time 0.000 s
FEE module #: 32 elapsed dead time 0.000 s
*** Program elapsed time: 343.412s ( 93.183 blocks/s, 5.824 Mb/s)
[td@localhost ~/GREAT]$ ./analyser2 /media/1E47-5D81/RIKEN/July2016/R4_244
*** GREAT format 3.2.0 analyser - TD - May 2014
*** ERROR: READ I/O error: 5002
blocks: 9200
ADC data format: 18124592 ( 988093.9 Hz)
Other data format: 56938016 ( 3104075.8 Hz)
Sample trace data format: 0 ( 0.0 Hz)
Undefined format: 0 ( 0.0 Hz)
Other data format type: PAUSE: 5270 ( 287.3 Hz)
RESUME: 5270 ( 287.3 Hz)
SYNC100: 6956 ( 379.2 Hz)
FEE64 disc: 56920520 ( 3103122.0 Hz)
MBS info: 0 ( 0.0 Hz)
Other info: 0 ( 0.0 Hz)
ADC data range bit set: 955 ( 52.1 Hz)
Timewarps: ADC: 0 ( 0.0 Hz)
PAUSE: 0 ( 0.0 Hz)
RESUME: 0 ( 0.0 Hz)
SYNC100: 0 ( 0.0 Hz)
FEE64 disc: 0 ( 0.0 Hz)
MBS info: 0 ( 0.0 Hz)
Undefined: 0 ( 0.0 Hz)
Sample trace: 0 ( 0.0 Hz)
Timestamp elapsed time: 18.343 s
FEE module #: 1 elapsed dead time 17.129 s
FEE module #: 2 elapsed dead time 17.600 s
FEE module #: 3 elapsed dead time 17.132 s
FEE module #: 4 elapsed dead time 17.292 s
FEE module #: 5 elapsed dead time 17.896 s
FEE module #: 6 elapsed dead time 17.700 s
FEE module #: 7 elapsed dead time 16.995 s
FEE module #: 8 elapsed dead time 17.015 s
FEE module #: 9 elapsed dead time 17.739 s
FEE module #: 10 elapsed dead time 17.503 s
FEE module #: 11 elapsed dead time 16.615 s
FEE module #: 12 elapsed dead time 16.941 s
FEE module #: 13 elapsed dead time 14.707 s
FEE module #: 14 elapsed dead time 17.509 s
FEE module #: 15 elapsed dead time 16.625 s
FEE module #: 16 elapsed dead time 16.813 s
FEE module #: 17 elapsed dead time 17.163 s
FEE module #: 18 elapsed dead time 17.221 s
FEE module #: 19 elapsed dead time 0.000 s
FEE module #: 20 elapsed dead time 17.184 s
FEE module #: 21 elapsed dead time 17.588 s
FEE module #: 22 elapsed dead time 17.028 s
FEE module #: 23 elapsed dead time 16.955 s
FEE module #: 24 elapsed dead time 16.646 s
FEE module #: 25 elapsed dead time 0.000 s
FEE module #: 26 elapsed dead time 0.000 s
FEE module #: 27 elapsed dead time 0.000 s
FEE module #: 28 elapsed dead time 0.000 s
FEE module #: 29 elapsed dead time 0.000 s
FEE module #: 30 elapsed dead time 0.000 s
FEE module #: 31 elapsed dead time 0.000 s
FEE module #: 32 elapsed dead time 0.000 s
*** Program elapsed time: 98.121s ( 93.762 blocks/s, 5.860 Mb/s)
|
|
177
|
Fri Mar 11 15:31:53 2016 |
TD | Analysis of R34_0 | lancre> ./analyser R34_0
*** GREAT format 3.2.0 analyser - TD - May 2014
*** ERROR: READ I/O error: 5002
blocks: 32000
ADC data format: 256723694 ( 22317.5 Hz)
Other data format: 4388146 ( 381.5 Hz)
Sample trace data format: 0 ( 0.0 Hz)
Undefined format: 0 ( 0.0 Hz)
Other data format type: PAUSE: 2 ( 0.0 Hz)
RESUME: 2 ( 0.0 Hz)
SYNC100: 4388142 ( 381.5 Hz)
FEE64 disc: 0 ( 0.0 Hz)
MBS info: 0 ( 0.0 Hz)
Other info: 0 ( 0.0 Hz)
ADC data range bit set: 0 ( 0.0 Hz)
Timewarps: ADC: 0 ( 0.0 Hz)
PAUSE: 0 ( 0.0 Hz)
RESUME: 0 ( 0.0 Hz)
SYNC100: 0 ( 0.0 Hz)
FEE64 disc: 0 ( 0.0 Hz)
MBS info: 0 ( 0.0 Hz)
Undefined: 0 ( 0.0 Hz)
Sample trace: 0 ( 0.0 Hz)
Timestamp elapsed time: 11503.249 s
*** Program elapsed time: 18.582s ( 1722.094 blocks/s, 107.631 Mb/s)
Attachment 1 - expanded view of 2D hit spectrum (#4014) identifying which channels appear
in coincidence (0-410 100MHz clock ticks inclusive) with each channel (FORTRAN code fragment
shown below)
Attachment 2 - output of sort program for events in fee module #1 channels #26 and #32
- timestamps identified are then used to present raw analyser data within +/- 8 data items
of this timestamp
DO i = 640, 767
IF ( hit( i ) ) THEN
DO j = i, 767
IF ( hit( j ) ) THEN
CALL inc2d( 4014, i - 640, j - 640 )
IF ( i-640.EQ.26 .AND. j-640.EQ.32 ) THEN
WRITE( 6, 9010 )
DO k = 0, 2047
IF ( hit( k ) ) THEN
module = INT( k/64 ) + 1
channel = k - ( (module-1) * 64 )
WRITE( 6, 9020 ) k, module, channel, data(k), tsa(k)
ENDIF
ENDDO
ENDIF
ENDIF
ENDDO
ENDIF
ENDDO
DO i = 768, 895
IF ( hit( i ) ) THEN
DO j = i, 895
IF ( hit( j ) ) THEN
CALL inc2d( 4014, i - 640, j - 640 )
ENDIF
ENDDO
ENDIF
ENDDO
Attachments 3-5 higher statistics 2D hit pattern |
| Attachment 1: 1.png
|
|
| Attachment 2: 2632.txt
|
x=666, y=672
ch: 666 fee:11 channel:26 adc: 513 ts: 0x0019E6C13808
ch: 672 fee:11 channel:32 adc: 349 ts: 0x0019E6C13808
ch: 878 fee:14 channel:46 adc: 334 ts: 0x0019E6C13832
x=666, y=672
ch: 666 fee:11 channel:26 adc: 418 ts: 0x0019E7A06B18
ch: 667 fee:11 channel:27 adc: 371 ts: 0x0019E7A06BE0
ch: 672 fee:11 channel:32 adc: 316 ts: 0x0019E7A06BE0
ch: 785 fee:13 channel:17 adc: 417 ts: 0x0019E7A06D35
x=666, y=672
ch: 666 fee:11 channel:26 adc: 346 ts: 0x0019E7F8C448
ch: 672 fee:11 channel:32 adc: 765 ts: 0x0019E7F8C380
ch: 791 fee:13 channel:23 adc: 183 ts: 0x0019E7F8C59D
x=666, y=672
ch: 666 fee:11 channel:26 adc: 499 ts: 0x0019E81AEB40
ch: 667 fee:11 channel:27 adc: 546 ts: 0x0019E81AEC08
ch: 672 fee:11 channel:32 adc: 586 ts: 0x0019E81AEA78
ch: 843 fee:14 channel:11 adc: 353 ts: 0x0019E81AECFA
ch: 844 fee:14 channel:12 adc: 1337 ts: 0x0019E81AEAA2
x=666, y=672
ch: 666 fee:11 channel:26 adc: 465 ts: 0x0019E883EC80
ch: 672 fee:11 channel:32 adc: 928 ts: 0x0019E883EC80
ch: 773 fee:13 channel: 5 adc: 553 ts: 0x0019E883EC45
ch: 779 fee:13 channel:11 adc: 734 ts: 0x0019E883ED0D
x=666, y=672
ch: 666 fee:11 channel:26 adc: 441 ts: 0x0019E88A9E90
ch: 671 fee:11 channel:31 adc: 594 ts: 0x0019E88A9F58
ch: 672 fee:11 channel:32 adc: 514 ts: 0x0019E88A9DC8
ch: 801 fee:13 channel:33 adc: 414 ts: 0x0019E88AA0AD
ch: 806 fee:13 channel:38 adc: 775 ts: 0x0019E88A9D8D
ch: 807 fee:13 channel:39 adc: 366 ts: 0x0019E88A9E55
x=666, y=672
ch: 666 fee:11 channel:26 adc: 592 ts: 0x0019E9BE5270
ch: 672 fee:11 channel:32 adc: 311 ts: 0x0019E9BE5400
ch: 879 fee:14 channel:47 adc: 451 ts: 0x0019E9BE529A
x=666, y=672
ch: 666 fee:11 channel:26 adc: 393 ts: 0x0019EA59BA08
ch: 672 fee:11 channel:32 adc: 281 ts: 0x0019EA59BB98
ch: 812 fee:13 channel:44 adc: 622 ts: 0x0019EA59B9CD
x=666, y=672
ch: 666 fee:11 channel:26 adc: 849 ts: 0x0019ED09EDB8
ch: 672 fee:11 channel:32 adc: 535 ts: 0x0019ED09EDB8
ch: 810 fee:13 channel:42 adc: 614 ts: 0x0019ED09ED7D
x=666, y=672
ch: 666 fee:11 channel:26 adc: 462 ts: 0x0019ED76DC70
ch: 671 fee:11 channel:31 adc: 501 ts: 0x0019ED76DD38
ch: 672 fee:11 channel:32 adc: 634 ts: 0x0019ED76DC70
ch: 867 fee:14 channel:35 adc: 1204 ts: 0x0019ED76DBD2
x=666, y=672
ch: 666 fee:11 channel:26 adc: 572 ts: 0x0019EEEFCBC0
ch: 672 fee:11 channel:32 adc: 797 ts: 0x0019EEEFCBC0
ch: 870 fee:14 channel:38 adc: 492 ts: 0x0019EEEFCB22
ch: 871 fee:14 channel:39 adc: 688 ts: 0x0019EEEFCBEA
x=666, y=672
ch: 666 fee:11 channel:26 adc: 624 ts: 0x0019F1FA0EE8
ch: 671 fee:11 channel:31 adc: 598 ts: 0x0019F1FA0FB0
ch: 672 fee:11 channel:32 adc: 314 ts: 0x0019F1FA0EE8
*** ADC data: block: 160 ptr: 7749 data: 0xC37A7F8E module: 13 fail: 0 range: 0 id: 890 channel: 58 adc: 32654 ts: 0x0019E6C0D55D
*** ADC data: block: 160 ptr: 7751 data: 0xC2C1815A module: 11 fail: 0 range: 0 id: 705 channel: 1 adc: 33114 ts: 0x0019E6C0D8B8
*** ADC data: block: 160 ptr: 7753 data: 0xC3817E22 module: 14 fail: 0 range: 0 id: 897 channel: 1 adc: 32290 ts: 0x0019E6C0E562
*** ADC data: block: 160 ptr: 7755 data: 0xC3018062 module: 12 fail: 0 range: 0 id: 769 channel: 1 adc: 32866 ts: 0x0019E6C0F246
*** ADC data: block: 160 ptr: 7757 data: 0xC3817ED3 module: 14 fail: 0 range: 0 id: 897 channel: 1 adc: 32467 ts: 0x0019E6C0F43A
*** ADC data: block: 160 ptr: 7759 data: 0xC2F78017 module: 11 fail: 0 range: 0 id: 759 channel: 55 adc: 32791 ts: 0x0019E6C115A8
*** ADC data: block: 160 ptr: 7761 data: 0xC3017FFC module: 12 fail: 0 range: 0 id: 769 channel: 1 adc: 32764 ts: 0x0019E6C11ECE
*** ADC data: block: 160 ptr: 7763 data: 0xC3AD7D51 module: 14 fail: 0 range: 0 id: 941 channel: 45 adc: 32081 ts: 0x0019E6C1376A
*** ADC data: block: 160 ptr: 7765 data: 0xC2DA80BA module: 11 fail: 0 range: 0 id: 730 channel: 26 adc: 32954 ts: 0x0019E6C13808
*** ADC data: block: 160 ptr: 7767 data: 0xC2E081E6 module: 11 fail: 0 range: 0 id: 736 channel: 32 adc: 33254 ts: 0x0019E6C13808
*** ADC data: block: 160 ptr: 7769 data: 0xC3AE7F2E module: 14 fail: 0 range: 0 id: 942 channel: 46 adc: 32558 ts: 0x0019E6C13832
*** ADC data: block: 160 ptr: 7771 data: 0xC2C1810C module: 11 fail: 0 range: 0 id: 705 channel: 1 adc: 33036 ts: 0x0019E6C14230
*** ADC data: block: 160 ptr: 7773 data: 0xC3018005 module: 12 fail: 0 range: 0 id: 769 channel: 1 adc: 32773 ts: 0x0019E6C15646
*** ADC data: block: 160 ptr: 7775 data: 0xC2FD812F module: 11 fail: 0 range: 0 id: 765 channel: 61 adc: 33071 ts: 0x0019E6C16490
*** ADC data: block: 160 ptr: 7777 data: 0xC2C180EA module: 11 fail: 0 range: 0 id: 705 channel: 1 adc: 33002 ts: 0x0019E6C17FE8
*** ADC data: block: 160 ptr: 7779 data: 0xC3378119 module: 12 fail: 0 range: 0 id: 823 channel: 55 adc: 33049 ts: 0x0019E6C182CE
*** ADC data: block: 160 ptr: 7781 data: 0xC37A7F3F module: 13 fail: 0 range: 0 id: 890 channel: 58 adc: 32575 ts: 0x0019E6C18E85
*** ADC data: block: 160 ptr: 7783 data: 0xC2F7807F module: 11 fail: 0 range: 0 id: 759 channel: 55 adc: 32895 ts: 0x0019E6C1BCD8
*** SYNC100 timestamp: block: 160 ptr: 15099 data: 0x8D40019E module: 13 information type: 4 information field: 0x0000019E ts: 0x0019E7A000A0
*** ADC data: block: 160 ptr: 15101 data: 0xC3378191 module: 12 fail: 0 range: 0 id: 823 channel: 55 adc: 33169 ts: 0x0019E7A00616
*** ADC data: block: 160 ptr: 15103 data: 0xC3817E00 module: 14 fail: 0 range: 0 id: 897 channel: 1 adc: 32256 ts: 0x0019E7A02682
*** ADC data: block: 160 ptr: 15105 data: 0xC30181B5 module: 12 fail: 0 range: 0 id: 769 channel: 1 adc: 33205 ts: 0x0019E7A031D6
*** ADC data: block: 160 ptr: 15107 data: 0xC3427DD1 module: 13 fail: 0 range: 0 id: 834 channel: 2 adc: 32209 ts: 0x0019E7A0329D
*** ADC data: block: 160 ptr: 15109 data: 0xC3817E6B module: 14 fail: 0 range: 0 id: 897 channel: 1 adc: 32363 ts: 0x0019E7A0355A
*** ADC data: block: 160 ptr: 15111 data: 0xC37A7F55 module: 13 fail: 0 range: 0 id: 890 channel: 58 adc: 32597 ts: 0x0019E7A03CC5
*** ADC data: block: 160 ptr: 15113 data: 0xC3527C51 module: 13 fail: 0 range: 0 id: 850 channel: 18 adc: 31825 ts: 0x0019E7A06ADD
*** ADC data: block: 160 ptr: 15115 data: 0xC2DA805B module: 11 fail: 0 range: 0 id: 730 channel: 26 adc: 32859 ts: 0x0019E7A06B18
*** ADC data: block: 160 ptr: 15117 data: 0xC2DB8143 module: 11 fail: 0 range: 0 id: 731 channel: 27 adc: 33091 ts: 0x0019E7A06BE0
*** ADC data: block: 160 ptr: 15119 data: 0xC2E081C5 module: 11 fail: 0 range: 0 id: 736 channel: 32 adc: 33221 ts: 0x0019E7A06BE0
*** ADC data: block: 160 ptr: 15121 data: 0xC3517E31 module: 13 fail: 0 range: 0 id: 849 channel: 17 adc: 32305 ts: 0x0019E7A06D35
*** ADC data: block: 160 ptr: 15123 data: 0xC2F7801B module: 11 fail: 0 range: 0 id: 759 channel: 55 adc: 32795 ts: 0x0019E7A0FD30
*** ADC data: block: 160 ptr: 15125 data: 0xC2F77FD9 module: 11 fail: 0 range: 0 id: 759 channel: 55 adc: 32729 ts: 0x0019E7A10C08
*** ADC data: block: 160 ptr: 15127 data: 0xC2F780A9 module: 11 fail: 0 range: 0 id: 759 channel: 55 adc: 32937 ts: 0x0019E7A11AE0
*** ADC data: block: 160 ptr: 15129 data: 0xC37A7F24 module: 13 fail: 0 range: 0 id: 890 channel: 58 adc: 32548 ts: 0x0019E7A121AD
*** ADC data: block: 160 ptr: 15131 data: 0xC33780F3 module: 12 fail: 0 range: 0 id: 823 channel: 55 adc: 33011 ts: 0x0019E7A1265E
*** ADC data: block: 161 ptr: 1439 data: 0xC2FD80C3 module: 11 fail: 0 range: 0 id: 765 channel: 61 adc: 32963 ts: 0x0019E7F890B8
*** ADC data: block: 161 ptr: 1441 data: 0xC2F77FFD module: 11 fail: 0 range: 0 id: 759 channel: 55 adc: 32765 ts: 0x0019E7F89AE0
*** ADC data: block: 161 ptr: 1443 data: 0xC301809A module: 12 fail: 0 range: 0 id: 769 channel: 1 adc: 32922 ts: 0x0019E7F8A8B6
*** ADC data: block: 161 ptr: 1445 data: 0xC2F7803F module: 11 fail: 0 range: 0 id: 759 channel: 55 adc: 32831 ts: 0x0019E7F8A9B8
*** ADC data: block: 161 ptr: 1447 data: 0xC37A7FCE module: 13 fail: 0 range: 0 id: 890 channel: 58 adc: 32718 ts: 0x0019E7F8AC9D
*** ADC data: block: 161 ptr: 1449 data: 0xC2F78032 module: 11 fail: 0 range: 0 id: 759 channel: 55 adc: 32818 ts: 0x0019E7F8B890
*** ADC data: block: 161 ptr: 1451 data: 0xC3587C13 module: 13 fail: 0 range: 0 id: 856 channel: 24 adc: 31763 ts: 0x0019E7F8C345
*** ADC data: block: 161 ptr: 1453 data: 0xC2E08386 module: 11 fail: 0 range: 0 id: 736 channel: 32 adc: 33670 ts: 0x0019E7F8C380
*** ADC data: block: 161 ptr: 1455 data: 0xC2DA8013 module: 11 fail: 0 range: 0 id: 730 channel: 26 adc: 32787 ts: 0x0019E7F8C448
*** ADC data: block: 161 ptr: 1457 data: 0xC3577F49 module: 13 fail: 0 range: 0 id: 855 channel: 23 adc: 32585 ts: 0x0019E7F8C59D
*** ADC data: block: 161 ptr: 1459 data: 0xC3817E1C module: 14 fail: 0 range: 0 id: 897 channel: 1 adc: 32284 ts: 0x0019E7F8EC4A
*** ADC data: block: 161 ptr: 1461 data: 0xC3817F03 module: 14 fail: 0 range: 0 id: 897 channel: 1 adc: 32515 ts: 0x0019E7F8FB22
*** ADC data: block: 161 ptr: 1463 data: 0xC37A7F74 module: 13 fail: 0 range: 0 id: 890 channel: 58 adc: 32628 ts: 0x0019E7F9B0C5
*** ADC data: block: 161 ptr: 1465 data: 0xC3537EEF module: 13 fail: 0 range: 0 id: 851 channel: 19 adc: 32495 ts: 0x0019E7F9C1F5
*** ADC data: block: 161 ptr: 1467 data: 0xC2DE801B module: 11 fail: 0 range: 0 id: 734 channel: 30 adc: 32795 ts: 0x0019E7F9C230
*** ADC data: block: 161 ptr: 1469 data: 0xC3597E97 module: 13 fail: 0 range: 0 id: 857 channel: 25 adc: 32407 ts: 0x0019E7F9C2BD
*** ADC data: block: 161 ptr: 1471 data: 0xC2DF812F module: 11 fail: 0 range: 0 id: 735 channel: 31 adc: 33071 ts: 0x0019E7F9C2F8
*** ADC data: block: 161 ptr: 2471 data: 0xC2C4824D module: 11 fail: 0 range: 0 id: 708 channel: 4 adc: 33357 ts: 0x0019E81A3218
*** ADC data: block: 161 ptr: 2473 data: 0xC33781F2 module: 12 fail: 0 range: 0 id: 823 channel: 55 adc: 33266 ts: 0x0019E81A3756
*** ADC data: block: 161 ptr: 2475 data: 0xC37A7F2A module: 13 fail: 0 range: 0 id: 890 channel: 58 adc: 32554 ts: 0x0019E81A39AD
*** ADC data: block: 161 ptr: 2477 data: 0xC2C67FA3 module: 11 fail: 0 range: 0 id: 710 channel: 6 adc: 32675 ts: 0x0019E81A5090
*** ADC data: block: 161 ptr: 2479 data: 0xC2C47FF1 module: 11 fail: 0 range: 0 id: 708 channel: 4 adc: 32753 ts: 0x0019E81A8E48
*** ADC data: block: 161 ptr: 2481 data: 0xC2C07F6B module: 11 fail: 0 range: 0 id: 704 channel: 0 adc: 32619 ts: 0x0019E81AA680
*** ADC data: block: 161 ptr: 2483 data: 0xC2E082D3 module: 11 fail: 0 range: 0 id: 736 channel: 32 adc: 33491 ts: 0x0019E81AEA78
*** ADC data: block: 161 ptr: 2485 data: 0xC38C7AF1 module: 14 fail: 0 range: 0 id: 908 channel: 12 adc: 31473 ts: 0x0019E81AEAA2
*** ADC data: block: 161 ptr: 2487 data: 0xC2DA80AC module: 11 fail: 0 range: 0 id: 730 channel: 26 adc: 32940 ts: 0x0019E81AEB40
*** ADC data: block: 161 ptr: 2489 data: 0xC2DB81F2 module: 11 fail: 0 range: 0 id: 731 channel: 27 adc: 33266 ts: 0x0019E81AEC08
*** ADC data: block: 161 ptr: 2491 data: 0xC38B7EDD module: 14 fail: 0 range: 0 id: 907 channel: 11 adc: 32477 ts: 0x0019E81AECFA
*** ADC data: block: 161 ptr: 2493 data: 0xC2C18174 module: 11 fail: 0 range: 0 id: 705 channel: 1 adc: 33140 ts: 0x0019E81B4388
*** ADC data: block: 161 ptr: 2495 data: 0xC2C47FF0 module: 11 fail: 0 range: 0 id: 708 channel: 4 adc: 32752 ts: 0x0019E81B4450
*** ADC data: block: 161 ptr: 2497 data: 0xC3817E32 module: 14 fail: 0 range: 0 id: 897 channel: 1 adc: 32306 ts: 0x0019E81B6C52
*** ADC data: block: 161 ptr: 2499 data: 0xC3817E6B module: 14 fail: 0 range: 0 id: 897 channel: 1 adc: 32363 ts: 0x0019E81B7B2A
*** ADC data: block: 161 ptr: 2501 data: 0xC2C180EB module: 11 fail: 0 range: 0 id: 705 channel: 1 adc: 33003 ts: 0x0019E81B8848
*** ADC data: block: 161 ptr: 2503 data: 0xC2F780F8 module: 11 fail: 0 range: 0 id: 759 channel: 55 adc: 33016 ts: 0x0019E81BA080
*** ADC data: block: 161 ptr: 5877 data: 0xC30C830F module: 12 fail: 0 range: 0 id: 780 channel: 12 adc: 33551 ts: 0x0019E8838396
*** ADC data: block: 161 ptr: 5879 data: 0xC3A77EFC module: 14 fail: 0 range: 0 id: 935 channel: 39 adc: 32508 ts: 0x0019E88383FA
*** ADC data: block: 161 ptr: 5881 data: 0xC30D7FEE module: 12 fail: 0 range: 0 id: 781 channel: 13 adc: 32750 ts: 0x0019E883845E
*** ADC data: block: 161 ptr: 5883 data: 0xC2C88091 module: 11 fail: 0 range: 0 id: 712 channel: 8 adc: 32913 ts: 0x0019E883AF90
*** ADC data: block: 161 ptr: 5885 data: 0xC35E7D47 module: 13 fail: 0 range: 0 id: 862 channel: 30 adc: 32071 ts: 0x0019E883B0E5
*** ADC data: block: 161 ptr: 5887 data: 0xC2CF809A module: 11 fail: 0 range: 0 id: 719 channel: 15 adc: 32922 ts: 0x0019E883B1E8
*** ADC data: block: 161 ptr: 5889 data: 0xC37A7EFE module: 13 fail: 0 range: 0 id: 890 channel: 58 adc: 32510 ts: 0x0019E883D665
*** ADC data: block: 161 ptr: 5891 data: 0xC3457E39 module: 13 fail: 0 range: 0 id: 837 channel: 5 adc: 32313 ts: 0x0019E883EC45
*** ADC data: block: 161 ptr: 5893 data: 0xC2DA808A module: 11 fail: 0 range: 0 id: 730 channel: 26 adc: 32906 ts: 0x0019E883EC80
*** ADC data: block: 161 ptr: 5895 data: 0xC2E08429 module: 11 fail: 0 range: 0 id: 736 channel: 32 adc: 33833 ts: 0x0019E883EC80
*** ADC data: block: 161 ptr: 5897 data: 0xC34B7CA6 module: 13 fail: 0 range: 0 id: 843 channel: 11 adc: 31910 ts: 0x0019E883ED0D
*** ADC data: block: 161 ptr: 5899 data: 0xC337819F module: 12 fail: 0 range: 0 id: 823 channel: 55 adc: 33183 ts: 0x0019E883F02E
*** ADC data: block: 161 ptr: 5901 data: 0xC337810C module: 12 fail: 0 range: 0 id: 823 channel: 55 adc: 33036 ts: 0x0019E883FF06
*** SYNC100 timestamp: block: 161 ptr: 5903 data: 0x8C40019E module: 12 information type: 4 information field: 0x0000019E ts: 0x0019E88400A0
*** ADC data: block: 161 ptr: 5905 data: 0xC3378143 module: 12 fail: 0 range: 0 id: 823 channel: 55 adc: 33091 ts: 0x0019E8840F6E
*** ADC data: block: 161 ptr: 5907 data: 0xC3378113 module: 12 fail: 0 range: 0 id: 823 channel: 55 adc: 33043 ts: 0x0019E8841FD6
*** ADC data: block: 161 ptr: 5909 data: 0xC37A7F0A module: 13 fail: 0 range: 0 id: 890 channel: 58 adc: 32522 ts: 0x0019E8842D1D
*** ADC data: block: 161 ptr: 5911 data: 0xC33780A5 module: 12 fail: 0 range: 0 id: 823 channel: 55 adc: 32933 ts: 0x0019E8842EAE
*** ADC data: block: 161 ptr: 6099 data: 0xC3447D66 module: 13 fail: 0 range: 0 id: 836 channel: 4 adc: 32102 ts: 0x0019E88A67A5
*** ADC data: block: 161 ptr: 6101 data: 0xC3817ECD module: 14 fail: 0 range: 0 id: 897 channel: 1 adc: 32461 ts: 0x0019E88A748A
*** ADC data: block: 161 ptr: 6103 data: 0xC2CF8114 module: 11 fail: 0 range: 0 id: 719 channel: 15 adc: 33044 ts: 0x0019E88A7DC0
*** ADC data: block: 161 ptr: 6105 data: 0xC3B07F1F module: 14 fail: 0 range: 0 id: 944 channel: 48 adc: 32543 ts: 0x0019E88A7EB2
*** ADC data: block: 161 ptr: 6107 data: 0xC2F7800B module: 11 fail: 0 range: 0 id: 759 channel: 55 adc: 32779 ts: 0x0019E88A87E8
*** ADC data: block: 161 ptr: 6109 data: 0xC3667CF5 module: 13 fail: 0 range: 0 id: 870 channel: 38 adc: 31989 ts: 0x0019E88A9D8D
*** ADC data: block: 161 ptr: 6111 data: 0xC2E0828B module: 11 fail: 0 range: 0 id: 736 channel: 32 adc: 33419 ts: 0x0019E88A9DC8
*** ADC data: block: 161 ptr: 6113 data: 0xC3677D66 module: 13 fail: 0 range: 0 id: 871 channel: 39 adc: 32102 ts: 0x0019E88A9E55
*** ADC data: block: 161 ptr: 6115 data: 0xC2DA8072 module: 11 fail: 0 range: 0 id: 730 channel: 26 adc: 32882 ts: 0x0019E88A9E90
*** ADC data: block: 161 ptr: 6117 data: 0xC2DF81B5 module: 11 fail: 0 range: 0 id: 735 channel: 31 adc: 33205 ts: 0x0019E88A9F58
*** ADC data: block: 161 ptr: 6119 data: 0xC3617DAE module: 13 fail: 0 range: 0 id: 865 channel: 33 adc: 32174 ts: 0x0019E88AA0AD
*** ADC data: block: 161 ptr: 6121 data: 0xC2FD812B module: 11 fail: 0 range: 0 id: 765 channel: 61 adc: 33067 ts: 0x0019E88AB150
*** ADC data: block: 161 ptr: 6123 data: 0xC30480D9 module: 12 fail: 0 range: 0 id: 772 channel: 4 adc: 32985 ts: 0x0019E88ABA76
*** ADC data: block: 161 ptr: 6125 data: 0xC33780FE module: 12 fail: 0 range: 0 id: 823 channel: 55 adc: 33022 ts: 0x0019E88AD5CE
*** ADC data: block: 161 ptr: 6127 data: 0xC2F77FF0 module: 11 fail: 0 range: 0 id: 759 channel: 55 adc: 32752 ts: 0x0019E88AD608
*** ADC data: block: 161 ptr: 6129 data: 0xC2F77EC4 module: 11 fail: 0 range: 0 id: 759 channel: 55 adc: 32452 ts: 0x0019E88AE4E0
*** ADC data: block: 161 ptr: 6131 data: 0xC2CD81A9 module: 11 fail: 0 range: 0 id: 717 channel: 13 adc: 33193 ts: 0x0019E88AED78
*** ADC data: block: 161 ptr: 15885 data: 0xC3937D9A module: 14 fail: 0 range: 0 id: 915 channel: 19 adc: 32154 ts: 0x0019E9BE09F2
*** ADC data: block: 161 ptr: 15887 data: 0xC33982AB module: 12 fail: 0 range: 0 id: 825 channel: 57 adc: 33451 ts: 0x0019E9BE0A56
*** ADC data: block: 161 ptr: 15889 data: 0xC3947E62 module: 14 fail: 0 range: 0 id: 916 channel: 20 adc: 32354 ts: 0x0019E9BE0ABA
*** ADC data: block: 161 ptr: 15891 data: 0xC3018059 module: 12 fail: 0 range: 0 id: 769 channel: 1 adc: 32857 ts: 0x0019E9BE39FE
*** ADC data: block: 161 ptr: 15893 data: 0xC2F77FC1 module: 11 fail: 0 range: 0 id: 759 channel: 55 adc: 32705 ts: 0x0019E9BE3A38
*** ADC data: block: 161 ptr: 15895 data: 0xC3817E4E module: 14 fail: 0 range: 0 id: 897 channel: 1 adc: 32334 ts: 0x0019E9BE47AA
*** ADC data: block: 161 ptr: 15897 data: 0xC2F77EE7 module: 11 fail: 0 range: 0 id: 759 channel: 55 adc: 32487 ts: 0x0019E9BE4AA0
*** ADC data: block: 161 ptr: 15899 data: 0xC3BE7D84 module: 14 fail: 0 range: 0 id: 958 channel: 62 adc: 32132 ts: 0x0019E9BE51D2
*** ADC data: block: 161 ptr: 15901 data: 0xC2DA8109 module: 11 fail: 0 range: 0 id: 730 channel: 26 adc: 33033 ts: 0x0019E9BE5270
*** ADC data: block: 161 ptr: 15903 data: 0xC3AF7E5D module: 14 fail: 0 range: 0 id: 943 channel: 47 adc: 32349 ts: 0x0019E9BE529A
*** ADC data: block: 161 ptr: 15905 data: 0xC2E081C0 module: 11 fail: 0 range: 0 id: 736 channel: 32 adc: 33216 ts: 0x0019E9BE5400
*** ADC data: block: 161 ptr: 15907 data: 0xC3817E48 module: 14 fail: 0 range: 0 id: 897 channel: 1 adc: 32328 ts: 0x0019E9BE5812
*** ADC data: block: 161 ptr: 15909 data: 0xC2F78016 module: 11 fail: 0 range: 0 id: 759 channel: 55 adc: 32790 ts: 0x0019E9BE5978
*** ADC data: block: 161 ptr: 15911 data: 0xC2F77EE5 module: 11 fail: 0 range: 0 id: 759 channel: 55 adc: 32485 ts: 0x0019E9BE6850
*** ADC data: block: 161 ptr: 15913 data: 0xC3817EB7 module: 14 fail: 0 range: 0 id: 897 channel: 1 adc: 32439 ts: 0x0019E9BE6A0A
*** ADC data: block: 161 ptr: 15915 data: 0xC2F77F89 module: 11 fail: 0 range: 0 id: 759 channel: 55 adc: 32649 ts: 0x0019E9BE7728
*** ADC data: block: 161 ptr: 15917 data: 0xC2F7801C module: 11 fail: 0 range: 0 id: 759 channel: 55 adc: 32796 ts: 0x0019E9BE8600
*** ADC data: block: 162 ptr: 4483 data: 0xC3018050 module: 12 fail: 0 range: 0 id: 769 channel: 1 adc: 32848 ts: 0x0019EA58EEAE
*** ADC data: block: 162 ptr: 4485 data: 0xC3378158 module: 12 fail: 0 range: 0 id: 823 channel: 55 adc: 33112 ts: 0x0019EA591D8E
*** ADC data: block: 162 ptr: 4487 data: 0xC3378143 module: 12 fail: 0 range: 0 id: 823 channel: 55 adc: 33091 ts: 0x0019EA592C66
*** ADC data: block: 162 ptr: 4489 data: 0xC337816C module: 12 fail: 0 range: 0 id: 823 channel: 55 adc: 33132 ts: 0x0019EA593B3E
*** ADC data: block: 162 ptr: 4491 data: 0xC33780F4 module: 12 fail: 0 range: 0 id: 823 channel: 55 adc: 33012 ts: 0x0019EA596F96
*** ADC data: block: 162 ptr: 4493 data: 0xC2F780D3 module: 11 fail: 0 range: 0 id: 759 channel: 55 adc: 32979 ts: 0x0019EA5972F0
*** ADC data: block: 162 ptr: 4495 data: 0xC2CA8078 module: 11 fail: 0 range: 0 id: 714 channel: 10 adc: 32888 ts: 0x0019EA59A680
*** ADC data: block: 162 ptr: 4497 data: 0xC36C7DE5 module: 13 fail: 0 range: 0 id: 876 channel: 44 adc: 32229 ts: 0x0019EA59B9CD
*** ADC data: block: 162 ptr: 4499 data: 0xC2DA8042 module: 11 fail: 0 range: 0 id: 730 channel: 26 adc: 32834 ts: 0x0019EA59BA08
*** ADC data: block: 162 ptr: 4501 data: 0xC2E081A2 module: 11 fail: 0 range: 0 id: 736 channel: 32 adc: 33186 ts: 0x0019EA59BB98
*** ADC data: block: 162 ptr: 4503 data: 0xC2F78001 module: 11 fail: 0 range: 0 id: 759 channel: 55 adc: 32769 ts: 0x0019EA59C9A8
*** ADC data: block: 162 ptr: 4505 data: 0xC2F77EB0 module: 11 fail: 0 range: 0 id: 759 channel: 55 adc: 32432 ts: 0x0019EA59D880
*** ADC data: block: 162 ptr: 4507 data: 0xC3817EF6 module: 14 fail: 0 range: 0 id: 897 channel: 1 adc: 32502 ts: 0x0019EA59DC92
*** ADC data: block: 162 ptr: 4509 data: 0xC2F77ED9 module: 11 fail: 0 range: 0 id: 759 channel: 55 adc: 32473 ts: 0x0019EA59E758
*** ADC data: block: 162 ptr: 4511 data: 0xC3817F1E module: 14 fail: 0 range: 0 id: 897 channel: 1 adc: 32542 ts: 0x0019EA59ECFA
*** ADC data: block: 162 ptr: 4513 data: 0xC2F780B0 module: 11 fail: 0 range: 0 id: 759 channel: 55 adc: 32944 ts: 0x0019EA59F630
*** ADC data: block: 162 ptr: 4515 data: 0xC35A7ECB module: 13 fail: 0 range: 0 id: 858 channel: 26 adc: 32459 ts: 0x0019EA5A00E5
*** ADC data: block: 163 ptr: 10047 data: 0xC2FA80D5 module: 11 fail: 0 range: 0 id: 762 channel: 58 adc: 32981 ts: 0x0019ED096F28
*** ADC data: block: 163 ptr: 10049 data: 0xC2C180EA module: 11 fail: 0 range: 0 id: 705 channel: 1 adc: 33002 ts: 0x0019ED098DA0
*** ADC data: block: 163 ptr: 10051 data: 0xC2F7802B module: 11 fail: 0 range: 0 id: 759 channel: 55 adc: 32811 ts: 0x0019ED09B320
*** ADC data: block: 163 ptr: 10053 data: 0xC2F77EF4 module: 11 fail: 0 range: 0 id: 759 channel: 55 adc: 32500 ts: 0x0019ED09C1F8
*** ADC data: block: 163 ptr: 10055 data: 0xC2F77F9D module: 11 fail: 0 range: 0 id: 759 channel: 55 adc: 32669 ts: 0x0019ED09D0D0
*** ADC data: block: 163 ptr: 10057 data: 0xC2F78025 module: 11 fail: 0 range: 0 id: 759 channel: 55 adc: 32805 ts: 0x0019ED09DFA8
*** ADC data: block: 163 ptr: 10059 data: 0xC3647C6B module: 13 fail: 0 range: 0 id: 868 channel: 36 adc: 31851 ts: 0x0019ED09ECB5
*** ADC data: block: 163 ptr: 10061 data: 0xC36A7CFE module: 13 fail: 0 range: 0 id: 874 channel: 42 adc: 31998 ts: 0x0019ED09ED7D
*** ADC data: block: 163 ptr: 10063 data: 0xC2DA820A module: 11 fail: 0 range: 0 id: 730 channel: 26 adc: 33290 ts: 0x0019ED09EDB8
*** ADC data: block: 163 ptr: 10065 data: 0xC2E082A0 module: 11 fail: 0 range: 0 id: 736 channel: 32 adc: 33440 ts: 0x0019ED09EDB8
*** ADC data: block: 163 ptr: 10067 data: 0xC37A7F2D module: 13 fail: 0 range: 0 id: 890 channel: 58 adc: 32557 ts: 0x0019ED0A003D
*** ADC data: block: 163 ptr: 10069 data: 0xC315827A module: 12 fail: 0 range: 0 id: 789 channel: 21 adc: 33402 ts: 0x0019ED0A035E
*** ADC data: block: 163 ptr: 10071 data: 0xC3507DCB module: 13 fail: 0 range: 0 id: 848 channel: 16 adc: 32203 ts: 0x0019ED0A0425
*** ADC data: block: 163 ptr: 10073 data: 0xC3517E4E module: 13 fail: 0 range: 0 id: 849 channel: 17 adc: 32334 ts: 0x0019ED0A067D
*** ADC data: block: 163 ptr: 10075 data: 0xC3817E71 module: 14 fail: 0 range: 0 id: 897 channel: 1 adc: 32369 ts: 0x0019ED0A07AA
*** ADC data: block: 163 ptr: 10077 data: 0xC3817F12 module: 14 fail: 0 range: 0 id: 897 channel: 1 adc: 32530 ts: 0x0019ED0A1682
*** ADC data: block: 163 ptr: 10079 data: 0xC2C18122 module: 11 fail: 0 range: 0 id: 705 channel: 1 adc: 33058 ts: 0x0019ED0A1E28
*** ADC data: block: 163 ptr: 10081 data: 0xC2FA8116 module: 11 fail: 0 range: 0 id: 762 channel: 58 adc: 33046 ts: 0x0019ED0A50F0
*** ADC data: block: 163 ptr: 13541 data: 0xC301800D module: 12 fail: 0 range: 0 id: 769 channel: 1 adc: 32781 ts: 0x0019ED7667CE
*** ADC data: block: 163 ptr: 13543 data: 0xC37A7F2C module: 13 fail: 0 range: 0 id: 890 channel: 58 adc: 32556 ts: 0x0019ED766E0D
*** ADC data: block: 163 ptr: 13545 data: 0xC2F78003 module: 11 fail: 0 range: 0 id: 759 channel: 55 adc: 32771 ts: 0x0019ED767618
*** ADC data: block: 163 ptr: 13547 data: 0xC37A7F3B module: 13 fail: 0 range: 0 id: 890 channel: 58 adc: 32571 ts: 0x0019ED767E75
*** ADC data: block: 163 ptr: 13549 data: 0xC37A7F32 module: 13 fail: 0 range: 0 id: 890 channel: 58 adc: 32562 ts: 0x0019ED768D4D
*** ADC data: block: 163 ptr: 13551 data: 0xC3017FFA module: 12 fail: 0 range: 0 id: 769 channel: 1 adc: 32762 ts: 0x0019ED769456
*** ADC data: block: 163 ptr: 13553 data: 0xC3018029 module: 12 fail: 0 range: 0 id: 769 channel: 1 adc: 32809 ts: 0x0019ED76D52E
*** ADC data: block: 163 ptr: 13555 data: 0xC39D7DE8 module: 14 fail: 0 range: 0 id: 925 channel: 29 adc: 32232 ts: 0x0019ED76DB0A
*** ADC data: block: 163 ptr: 13557 data: 0xC3A37BD2 module: 14 fail: 0 range: 0 id: 931 channel: 35 adc: 31698 ts: 0x0019ED76DBD2
*** ADC data: block: 163 ptr: 13559 data: 0xC2DA8087 module: 11 fail: 0 range: 0 id: 730 channel: 26 adc: 32903 ts: 0x0019ED76DC70
*** ADC data: block: 163 ptr: 13561 data: 0xC2E08303 module: 11 fail: 0 range: 0 id: 736 channel: 32 adc: 33539 ts: 0x0019ED76DC70
*** ADC data: block: 163 ptr: 13563 data: 0xC2DF8158 module: 11 fail: 0 range: 0 id: 735 channel: 31 adc: 33112 ts: 0x0019ED76DD38
*** ADC data: block: 163 ptr: 13565 data: 0xC30F8019 module: 12 fail: 0 range: 0 id: 783 channel: 15 adc: 32793 ts: 0x0019ED76F3A6
*** ADC data: block: 163 ptr: 13567 data: 0xC3A47E0F module: 14 fail: 0 range: 0 id: 932 channel: 36 adc: 32271 ts: 0x0019ED76F40A
*** ADC data: block: 163 ptr: 13569 data: 0xC3817E47 module: 14 fail: 0 range: 0 id: 897 channel: 1 adc: 32327 ts: 0x0019ED76F4D2
*** ADC data: block: 163 ptr: 13571 data: 0xC3018004 module: 12 fail: 0 range: 0 id: 769 channel: 1 adc: 32772 ts: 0x0019ED7708BE
*** ADC data: block: 163 ptr: 13573 data: 0xC2C1813B module: 11 fail: 0 range: 0 id: 705 channel: 1 adc: 33083 ts: 0x0019ED771AF0
*** ADC data: block: 163 ptr: 13575 data: 0xC3018018 module: 12 fail: 0 range: 0 id: 769 channel: 1 adc: 32792 ts: 0x0019ED77428E
*** ADC data: block: 163 ptr: 13577 data: 0xC2C1811E module: 11 fail: 0 range: 0 id: 705 channel: 1 adc: 33054 ts: 0x0019ED778468
*** ADC data: block: 164 ptr: 9855 data: 0xC3547E3A module: 13 fail: 0 range: 0 id: 852 channel: 20 adc: 32314 ts: 0x0019EEEF7A45
*** ADC data: block: 164 ptr: 9857 data: 0xC3248182 module: 12 fail: 0 range: 0 id: 804 channel: 36 adc: 33154 ts: 0x0019EEEF7A46
*** ADC data: block: 164 ptr: 9859 data: 0xC3557C77 module: 13 fail: 0 range: 0 id: 853 channel: 21 adc: 31863 ts: 0x0019EEEF7B0D
*** ADC data: block: 164 ptr: 9861 data: 0xC3298200 module: 12 fail: 0 range: 0 id: 809 channel: 41 adc: 33280 ts: 0x0019EEEF7B0E
*** ADC data: block: 164 ptr: 9863 data: 0xC32A81E5 module: 12 fail: 0 range: 0 id: 810 channel: 42 adc: 33253 ts: 0x0019EEEF7BD6
*** ADC data: block: 164 ptr: 9865 data: 0xC2F77FF2 module: 11 fail: 0 range: 0 id: 759 channel: 55 adc: 32754 ts: 0x0019EEEF9510
*** ADC data: block: 164 ptr: 9867 data: 0xC3B77FAC module: 14 fail: 0 range: 0 id: 951 channel: 55 adc: 32684 ts: 0x0019EEEF985A
*** ADC data: block: 164 ptr: 9869 data: 0xC3A57DB0 module: 14 fail: 0 range: 0 id: 933 channel: 37 adc: 32176 ts: 0x0019EEEFCA5A
*** ADC data: block: 164 ptr: 9871 data: 0xC3A67D4A module: 14 fail: 0 range: 0 id: 934 channel: 38 adc: 32074 ts: 0x0019EEEFCB22
*** ADC data: block: 164 ptr: 9873 data: 0xC2DA80F5 module: 11 fail: 0 range: 0 id: 730 channel: 26 adc: 33013 ts: 0x0019EEEFCBC0
*** ADC data: block: 164 ptr: 9875 data: 0xC2E083A6 module: 11 fail: 0 range: 0 id: 736 channel: 32 adc: 33702 ts: 0x0019EEEFCBC0
*** ADC data: block: 164 ptr: 9877 data: 0xC3A77E7B module: 14 fail: 0 range: 0 id: 935 channel: 39 adc: 32379 ts: 0x0019EEEFCBEA
*** ADC data: block: 164 ptr: 9879 data: 0xC2C18122 module: 11 fail: 0 range: 0 id: 705 channel: 1 adc: 33058 ts: 0x0019EEEFE3F8
*** SYNC100 timestamp: block: 164 ptr: 9881 data: 0x8B40019E module: 11 information type: 4 information field: 0x0000019E ts: 0x0019EEF000A0
*** ADC data: block: 164 ptr: 9883 data: 0xC2C4800A module: 11 fail: 0 range: 0 id: 708 channel: 4 adc: 32778 ts: 0x0019EEF01080
*** ADC data: block: 164 ptr: 9885 data: 0xC2CB7FE2 module: 11 fail: 0 range: 0 id: 715 channel: 11 adc: 32738 ts: 0x0019EEF01AA8
*** ADC data: block: 164 ptr: 9887 data: 0xC3B77F36 module: 14 fail: 0 range: 0 id: 951 channel: 55 adc: 32566 ts: 0x0019EEF02432
*** ADC data: block: 164 ptr: 9889 data: 0xC33780EF module: 12 fail: 0 range: 0 id: 823 channel: 55 adc: 33007 ts: 0x0019EEF03C06
*** ADC data: block: 164 ptr: 9891 data: 0xC37A7F8E module: 13 fail: 0 range: 0 id: 890 channel: 58 adc: 32654 ts: 0x0019EEF07F35
*** ADC data: block: 166 ptr: 3959 data: 0xC2C2807E module: 11 fail: 0 range: 0 id: 706 channel: 2 adc: 32894 ts: 0x0019F1F9AAE8
*** ADC data: block: 166 ptr: 3961 data: 0xC3AE7ECB module: 14 fail: 0 range: 0 id: 942 channel: 46 adc: 32459 ts: 0x0019F1F9B21A
*** ADC data: block: 166 ptr: 3963 data: 0xC3487DB3 module: 13 fail: 0 range: 0 id: 840 channel: 8 adc: 32179 ts: 0x0019F1FA07A5
*** ADC data: block: 166 ptr: 3965 data: 0xC30281B1 module: 12 fail: 0 range: 0 id: 770 channel: 2 adc: 33201 ts: 0x0019F1FA07A6
*** ADC data: block: 166 ptr: 3967 data: 0xC3318581 module: 12 fail: 0 range: 0 id: 817 channel: 49 adc: 34177 ts: 0x0019F1FA07A6
*** ADC data: block: 166 ptr: 3969 data: 0xC3038100 module: 12 fail: 0 range: 0 id: 771 channel: 3 adc: 33024 ts: 0x0019F1FA086E
*** ADC data: block: 166 ptr: 3971 data: 0xC3AA7B6C module: 14 fail: 0 range: 0 id: 938 channel: 42 adc: 31596 ts: 0x0019F1FA08D2
*** ADC data: block: 166 ptr: 3973 data: 0xC32B80C3 module: 12 fail: 0 range: 0 id: 811 channel: 43 adc: 32963 ts: 0x0019F1FA0936
*** ADC data: block: 166 ptr: 3975 data: 0xC34D7ACF module: 13 fail: 0 range: 0 id: 845 channel: 13 adc: 31439 ts: 0x0019F1FA0EAD
*** ADC data: block: 166 ptr: 3977 data: 0xC2DA8129 module: 11 fail: 0 range: 0 id: 730 channel: 26 adc: 33065 ts: 0x0019F1FA0EE8
*** ADC data: block: 166 ptr: 3979 data: 0xC2E081C3 module: 11 fail: 0 range: 0 id: 736 channel: 32 adc: 33219 ts: 0x0019F1FA0EE8
*** ADC data: block: 166 ptr: 3981 data: 0xC2DF81B9 module: 11 fail: 0 range: 0 id: 735 channel: 31 adc: 33209 ts: 0x0019F1FA0FB0
*** ADC data: block: 166 ptr: 3983 data: 0xC2C28057 module: 11 fail: 0 range: 0 id: 706 channel: 2 adc: 32855 ts: 0x0019F1FA1F50
*** ADC data: block: 166 ptr: 3985 data: 0xC2C1810F module: 11 fail: 0 range: 0 id: 705 channel: 1 adc: 33039 ts: 0x0019F1FA2978
*** ADC data: block: 166 ptr: 3987 data: 0xC37A7F41 module: 13 fail: 0 range: 0 id: 890 channel: 58 adc: 32577 ts: 0x0019F1FA2A05
*** ADC data: block: 166 ptr: 3989 data: 0xC3B77F42 module: 14 fail: 0 range: 0 id: 951 channel: 55 adc: 32578 ts: 0x0019F1FA355A
*** ADC data: block: 166 ptr: 3991 data: 0xC2F78030 module: 11 fail: 0 range: 0 id: 759 channel: 55 adc: 32816 ts: 0x0019F1FA3788
*** ADC data: block: 166 ptr: 3993 data: 0xC37A7F6F module: 13 fail: 0 range: 0 id: 890 channel: 58 adc: 32623 ts: 0x0019F1FA4A0D
*** ADC data: block: 166 ptr: 3995 data: 0xC2F77FCD module: 11 fail: 0 range: 0 id: 759 channel: 55 adc: 32717 ts: 0x0019F1FA6410
|
| Attachment 3: 2.png
|
|
| Attachment 4: 3.png
|
|
| Attachment 5: 4.png
|
|
|
749
|
Wed Oct 3 10:47:06 2018 |
OH | Analysis of R2_0 -> R2_37 Alpha Run | Data was analysed using offsets calculated based on pulser walkthroughs carried out in June 2018
Offsets appear to still be good. Ex V Ey plots - attachment 1
Hit pattern across the FEEs looks good - attachment 2
x axis is (FEE-1)*64 + Channel
No obvious dead areas in x vs y plots either - attachment 3 |
| Attachment 1: ExEy.png
|
|
| Attachment 2: hitPattern.png
|
|
| Attachment 3: xy.png
|
|
|
463
|
Tue Nov 22 12:24:48 2016 |
TD | Analysis of R25_11 to R25_23 | Offline analysis of AIDA data files R25_11 to R25_23 using MIDASsort
Note
- no calibration (raw ADC data only)
- no thresholds
- no clustering
- events delimited by > 2us time difference between successive ADC data words
AIDA data files R25_11 to R25_23 inclusive contain 410.3M events
- HEC = high energy channel = 20GeV FSR range for high energy implants
- LEC = low energy channel = 20MeV FSR range for decays (and pulser)
- see attachment 20 *prelimnary* analysis of R25_11 to R25_23 by Tain et al. of 21.11.16
Attachments 1 & 2
-----------------
s1-s24 per FEE64 # ADC data per 20.48us
s101-s124 per FEE64 # disc hits per 20.48us
Pulser event demonstrates that all FEE64s timestamps are synchronised
Attachments 3 & 4
-----------------
s301-s306 per DSSSD LEC rate (Hz) updated every 1s
s307-3312 per DSSSD HEC rate (Hz) updated every 1s
Demonstrates implant and decay rates were reasonably constant.
Note that there is an integerisation issue in the rate calculation which
means rate is shown as zero periodically.
Attachment 5-8
--------------
s2000-s2005 per DSSSD LEC m_lec_p versus m_lec_n
following spectra require 0 < m_lec_p < 8 and 0 < m_lec_n < 8
all combinations of x & y plotted
s2010-s2015 per DSSSD LEC x versus y
s2020-s2025 per DSSSD LEC E_p versus E_n (10keV/ch nominal)
s2030-s2035 per DSSSD LEC-LEC time (2.56us/channel)
Demonstrates large LEC multiplicities associated with HEC events but relatively
low multiplicities associated with LEC-only events .
Minimum LEC-LEC time difference c. 1 x 2.56us = 2.56us which suggests events
with low LEC-LEC time difference are non-stochastic and suggests EMI/RFI noise
causing 'multiple' event bursts. This will likely be dominated by channels
0-1 (say) and 60-63 (say) of each FEE64 - disabling these channels may a quick
and dirty way to inspect a subset of data with significantly less EMI/RFI noise
Time difference between successive LEC events
DSSSD centroid =>rate (kHz)
1 21.16 18.5
2 17.45 22.4
3 40.27 9.70
4 50.86 7.68
5 58.11 6.72
6 29.33 13.3
Which somewhat over-estimates observed rates (see below)
Periodic fine structure observed with period ~4-16 channel (~10-40us)
Attachment 9-13
---------------
s2000-s2005 per DSSSD LEC m_hec_p versus m_hec_n
following spectra require 0 < m_hec_p < 8 and 0 < m_hec_n < 8
all combinations of x & y plotted
s2010-s2015 per DSSSD HEC x versus y (semi-log and linear z normalisation)
s2020-s2025 per DSSSD HEC E_p versus E_n (10MeV/channel nominal)
s2030-s2035 per DSSSD HEC-HEC time (2.56us/channel)
Demonstrates relatively low multiplicities associated with HEC events
HEC x versus y spectra are different to those shown by Tain et al. (p.4)
=> BigRIPS PID gate used?
what is the origin of the fine structure observed by Tain et al. (p.4)?
No obvious structure in the time between successive HEC events
- see also https://elog.ph.ed.ac.uk/AIDA/457
- minimum time between successive HEC events c. 16 x 2.56us = 41us which is
consistent with HEC (+LEC) multiplicity per ASIC and ASIC shaping time (8us)
Note Tain et al. (p.3) plot time between successive events with no restriction on type
(LEC or HEC). The time structure(s) observed may therefore be related to LEC events
Time difference between successive HEC events
DSSSD centroid =>rate (Hz)
1 2566.44 152.0
2 2970.33 131.5
3 2557.81 152.7
4 2622.38 149.0
5 3656.82 106.8
6 15706.73 24.9
Which somewhat over-estimates observed rates (see below)
Attachment 14-16
----------------
s2200-s2205 per pixel, per DSSSD HEC-LEC time (2.56us/channel)
Minimum HEC-LEC time difference c. 15 x 2.56us = 38.4us which is consistent
with ASIC shaping and readout times.
In comparison to Tain et al. (p.9) no obvious structures at large
HEC-LEC time differences. Significant number of excess events observed
at HEC-LEC time differences ~ few hundred us. This is likely due to
the 100kHz EMI/RFI noise observed.
Attachments 17-19
-----------------
MIDASsort Fortran source, spectrum titles, and namelist I/O variables (in this
case principally FEE64 mapping and default ADC gain/offset values).
S O R T C O M P L E T E ..... Tue Nov 22 20:20:10 2016
*** ENTRY finish
*** data items: -900823296 ( -37356.59 Hz)
*** ADC events: 410276049 ( 17013.89 Hz)
*** time warps: 0 ( 0.00 Hz)
*** DSSSD # 1 count: 56031017 old count: 56019099 dt: 3505.73 s LEC rate: 15982.71 Hz
*** DSSSD # 2 count: 49362481 old count: 49350664 dt: 3505.73 s LEC rate: 14080.52 Hz
*** DSSSD # 3 count: 33599202 old count: 33591614 dt: 3505.73 s LEC rate: 9584.09 Hz
*** DSSSD # 4 count: 26666285 old count: 26660843 dt: 3505.73 s LEC rate: 7606.49 Hz
*** DSSSD # 5 count: 23365594 old count: 23360881 dt: 3505.73 s LEC rate: 6664.98 Hz
*** DSSSD # 6 count: 42705054 old count: 42696091 dt: 3505.73 s LEC rate: 12181.51 Hz
*** DSSSD # 1 count: 469505 old count: 469407 dt: 3505.73 s HEC rate: 133.93 Hz
*** DSSSD # 2 count: 404352 old count: 404269 dt: 3505.73 s HEC rate: 115.34 Hz
*** DSSSD # 3 count: 468569 old count: 468472 dt: 3505.73 s HEC rate: 133.66 Hz
*** DSSSD # 4 count: 455030 old count: 454982 dt: 3505.73 s HEC rate: 129.80 Hz
*** DSSSD # 5 count: 326872 old count: 326863 dt: 3505.73 s HEC rate: 93.24 Hz
*** DSSSD # 6 count: 65691 old count: 65690 dt: 3505.73 s HEC rate: 18.74 Hz
*** ENTRY finish ends
S O R T S T O P P E D ..... Tue Nov 22 20:21:09 2016 |
| Attachment 1: 100.png
|
|
| Attachment 2: 101.png
|
|
| Attachment 3: 103.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: implantdecay.f
|
*trigger
128
*oned
1..32 s 65536
101..132 s 65536
200..201 s 4096
301..332 s 65536
2130..2135 s 65536
2030..2035 s 65536
2200..2205 s 65536
*twod
1000..1001 s 4096 4096
2000..2005 s 128 128
2010..2015 s 128 128
2020..2025 s 512 512
2100..2105 s 128 128
2110..2115 s 128 128
2120..2125 s 512 512
*vars
*sort
C----67---------------------------------------------------------------72------80
SUBROUTINE init
IMPLICIT none
SAVE
C
C External functions
C
EXTERNAL dtime
C
INTEGER and, lshift, rshift, bb18order
C
LOGICAL btest
C
REAL float, secnds
C
C Parameter variables
C
INTEGER max
PARAMETER (max = 4096)
C
C Local variables
C
INTEGER adc_data, asic, ch, channel, channel_ident
INTEGER count, data(0:4095), disc
INTEGER dsssd_a( 6 ), dsssd_b( 6 ), dsssd_c( 6 ), dsssd_d( 6 )
INTEGER*8 dt
INTEGER events, events_old
INTEGER*8 e_time, e_time_old
INTEGER i
INTEGER*2 i2(2), i2_2(4)
INTEGER i4, i4_2(2)
INTEGER*8 i8, first_ts_value
INTEGER idata(0:4095), ierr, information, information_index
INTEGER invalid_id, items, items_old, j, j1, j1_old, j2, j2_old, k
INTEGER l, mbs_data(0:3), module, m_disc, m_p, m_n, ptr
INTEGER sc_channel
INTEGER scaler( 32 ), scaler_old( 32 ), range, time_warp, total
INTEGER*8 ts
INTEGER ts28
INTEGER ts48
INTEGER*8 old_ts( 8, 2 ), ts_old
INTEGER*8 implant_ts( 0:127, 0:127, 1:8 )
INTEGER*8 decay_ts( 0:127, 0:127, 1:8 )
INTEGER type, w(0:31), zzz
C
LOGICAL first, first_ts, hit(0:4095), ihit(0:4095)
REAL c(0:7), delta_t, gain(0:max-1), offset(0:max-1)
REAL t1, t2, t2_old
DOUBLE PRECISION rates( 32 ), t3, t4, t4_old
C----67---------------------------------------------------------------72------80
C
C Namelists
C
NAMELIST /variables/ gain, offset, c, w,
+ dsssd_a, dsssd_b, dsssd_c, dsssd_d
C----67---------------------------------------------------------------72------80
C
C Common variables
C
INTEGER*2 gdata(0:15)
C
COMMON /fdata/ gdata
C
C Common variables
C
INTEGER*2 gid(0:15)
C
COMMON /fid/ gid
C
C Common variables
C
INTEGER mult
C
COMMON /fmult/ mult
C
EQUIVALENCE ( i8, i4_2(1) )
EQUIVALENCE ( i4, i2(1) )
C
C----67---------------------------------------------------------------72------80
WRITE ( 6, * ) ' *** AIDA @ RIKEN - implants - November 2016'
WRITE ( 6, * ) ' *** Entry init commences'
C Initialise counters
events = 0
events_old = 0
time_warp = 0
invalid_id = 0
first_ts = .TRUE.
t3 = 0.0D+00
t4 = 0.0D+00
t4_old = 0.0D+00
C Initialise event data
DO i = 0, 4095
data( i ) = 0
hit( i ) = .FALSE.
ENDDO
first = .true.
ts_old = 0
e_time_old = 0
count = 0
total = 0
DO i = 0, 127
gain( i ) = 1.0
offset( i ) = 0.0
ENDDO
DO i = 0, 31
w( i ) = 0
ENDDO
DO i = 0, 7
c( i ) = 1.0
ENDDO
DO i = 1, 32
scaler( i ) = 0
scaler_old( i ) = 0
rates( i ) = 0.0
ENDDO
DO i = 1, 6
DO j = 1, 2
old_ts( i, j ) = 0
ENDDO
ENDDO
C Initialise time
t1 = SECNDS(0.0)
C Read program variables via NAMELIST I/O
OPEN( 1, FILE = '/homes/npg/td/GREAT/variables.dat',
+ IOSTAT = ierr )
IF ( ierr.NE.0 ) THEN
WRITE( 6, * ) ' *** OPEN I/O error:', ierr
RETURN
ENDIF
READ( 1, NML = variables, IOSTAT = ierr )
IF ( ierr.NE.0 ) THEN
WRITE( 6, * ) ' *** READ I/O error:', ierr
ENDIF
CLOSE( 1, IOSTAT = ierr )
IF ( ierr.NE.0 ) THEN
WRITE( 6, * ) ' *** CLOSE I/O error:', ierr
RETURN
ENDIF
C Display program variables
DO i = 0, 4095, 8
WRITE( 6, 9001 ) i, i+7, ( gain( j ), j = i, i+7 )
ENDDO
DO i = 0, 4095, 8
WRITE( 6, 9002 ) i, i+7, ( offset( j ), j = i, i+7 )
ENDDO
DO i = 0, 7, 8
WRITE( 6, 9003 ) i, i+7, ( c(j), j = 1, 8 )
ENDDO
DO i = 0, 31, 8
WRITE( 6, 9004 ) i, i+7, ( w(j), j = i, i+7 )
ENDDO
DO i = 1, 6
WRITE( 6, 9005 ) i, dsssd_a(i), dsssd_b(i),
+ dsssd_c(i), dsssd_d(i)
ENDDO
WRITE ( 6, * ) ' *** Entry init ends'
RETURN
C----67---------------------------------------------------------------72------80
ENTRY sortin
items = items + 1
IF ( MOD( items, 10000000 ).EQ.0 ) THEN
t2 = SECNDS( t1 )
delta_t = t2 - t2_old
WRITE( 6, 9010 ) items, FLOAT( items - items_old ) / delta_t,
+ events, FLOAT( events - events_old ) / delta_t
items_old = items
events_old = events
t2_old = t2
ENDIF
IF ( MOD( items, 50000 ).EQ.0 ) THEN
t4 = DFLOAT( ts ) * 10.0D-9 - t3
delta_t = t4 - t4_old
IF ( delta_t.GE.1.0D+00 ) THEN
DO i = 1, 32
rates( i ) = DFLOAT( scaler( i ) - scaler_old( i ) ) / delta_t
ENDDO
WRITE( 6, * ) ' '
DO i = 1, 6
WRITE( 6, 9020 ) i, scaler( i ), scaler_old( i ),
+ delta_t, rates( i )
sc_channel = INT ( MOD( t4, 65536.0 ) + 0.5 )
CALL set1d( i+300, sc_channel, INT( rates( i ) + 0.5 ) )
ENDDO
DO i = 7, 12
WRITE( 6, 9030 ) i-6, scaler( i ), scaler_old( i ),
+ delta_t, rates( i )
sc_channel = INT ( MOD( t4, 65536.0 ) + 0.5 )
CALL set1d( i+300, sc_channel, INT( rates( i ) + 0.5 ) )
ENDDO
DO i = 1, 32
scaler_old( i ) = scaler( i )
ENDDO
t4_old = t4
ENDIF
ENDIF
C----67---------------------------------------------------------------72------80
C Event data
C For Linux/x64 & Windows/x86 least significant 16-bit word i2(1)
C For Solaris/SPARC least significant 16-bit word i2(2)
C GREAT 3.2.1 format
C
C Other information
C gid[0]=-1
C gdata[0]=module number
C gdata[1]=information type (2=Pause, 3=Resume, 4=SYNC100, 6=FEE64 disc etc)
C gdata[2]=information field (bits 16-19)
C gdata[3]=information field (bits 0-15)
C gdata[4]=time stamp (bits 16-27)
C gdata[5]=time stamp (bits 0-15)
C
C ADC data format
C
C gid[0]=channel ident (FEE64 module bits 6-11, channel bits 0-5)
C gdata[0]=fail/veto bits (AIDA: fail=0, veto=0 LEC/MEC, veto=1 HEC)
C gdata[1]=?
C gdata[2]=ADC data
C gdata[3]=time stamp (bits 16-27)
C gdata[4]=time stamp (bits 0-15)
C----67---------------------------------------------------------------72------80
C gid = - 1 Other information
IF ( gid(0).EQ.-1 ) THEN
i2(2) = 0
i2(1) = gdata(0)
module = AND( i4, Z'0000003f' )
i2(1) = gdata(1)
type = AND( i4, Z'0000000f' )
i2(2) = gdata(2)
i2(1) = gdata(3)
information = AND( i4, Z'000fffff' )
i2(2) = gdata(4)
i2(1) = gdata(5)
ts28 = AND( i4, Z'0fffffff' )
IF ( type.EQ.2 ) THEN
... 874 more lines ...
|
| Attachment 18: titles.dat
|
s1 nnaida1: ADC data items (20us/ch)
s2 nnaida2: ADC data items (20us/ch)
s3 nnaida3: ADC data items (20us/ch)
s4 nnaida4: ADC data items (20us/ch)
s5 nnaida5: ADC data items (20us/ch)
s6 nnaida6: ADC data items (20us/ch)
s7 nnaida7: ADC data items (20us/ch)
s8 nnaida8: ADC data items (20us/ch)
s9 nnaida9: ADC data items (20us/ch)
s10 nnaida10: ADC data items (20us/ch)
s11 nnaida11: ADC data items (20us/ch)
s12 nnaida12: ADC data items (20us/ch)
s13 nnaida13: ADC data items (20us/ch)
s14 nnaida14: ADC data items (20us/ch)
s15 nnaida15: ADC data items (20us/ch)
s16 nnaida16: ADC data items (20us/ch)
s17 nnaida17: ADC data items (20us/ch)
s18 nnaida18: ADC data items (20us/ch)
s19 nnaida19: ADC data items (20us/ch)
s20 nnaida20: ADC data items (20us/ch)
s21 nnaida21: ADC data items (20us/ch)
s22 nnaida22: ADC data items (20us/ch)
s23 nnaida23: ADC data items (20us/ch)
s24 nnaida24: ADC data items (20us/ch)
s25 nnaida25: ADC data items (20us/ch)
s26 nnaida26: ADC data items (20us/ch)
s27 nnaida27: ADC data items (20us/ch)
s28 nnaida28: ADC data items (20us/ch)
s29 nnaida29: ADC data items (20us/ch)
s30 nnaida30: ADC data items (20us/ch)
s31 nnaida31: ADC data items (20us/ch)
s32 nnaida32: ADC data items (20us/ch)
s101 nnaida1: Disc data items (20us/ch)
s102 nnaida2: Disc data items (20us/ch)
s103 nnaida3: Disc data items (20us/ch)
s104 nnaida4: Disc data items (20us/ch)
s105 nnaida5: Disc data items (20us/ch)
s106 nnaida6: Disc data items (20us/ch)
s107 nnaida7: Disc data items (20us/ch)
s108 nnaida8: Disc data items (20us/ch)
s109 nnaida9: Disc data items (20us/ch)
s110 nnaida10: Disc data items (20us/ch)
s111 nnaida11: Disc data items (20us/ch)
s112 nnaida12: Disc data items (20us/ch)
s113 nnaida13: Disc data items (20us/ch)
s114 nnaida14: Disc data items (20us/ch)
s115 nnaida15: Disc data items (20us/ch)
s116 nnaida16: Disc data items (20us/ch)
s117 nnaida17: Disc data items (20us/ch)
s118 nnaida18: Disc data items (20us/ch)
s119 nnaida19: Disc data items (20us/ch)
s120 nnaida20: Disc data items (20us/ch)
s121 nnaida21: Disc data items (20us/ch)
s122 nnaida22: Disc data items (20us/ch)
s123 nnaida23: Disc data items (20us/ch)
s124 nnaida24: Disc data items (20us/ch)
s125 nnaida25: Disc data items (20us/ch)
s126 nnaida26: Disc data items (20us/ch)
s127 nnaida27: Disc data items (20us/ch)
s128 nnaida28: Disc data items (20us/ch)
s129 nnaida29: Disc data items (20us/ch)
s130 nnaida30: Disc data items (20us/ch)
s131 nnaida31: Disc data items (20us/ch)
s132 nnaida32: Disc data items (20us/ch)
s200 LEC & HEC channels (DSSSD order)
s201 LEC & HEC channels (ASIC order)
s301 DSSSD #1 LEC rate (Hz) versus time
s306 DSSSD #6 LEC rate (Hz) versus time
s307 DSSSD #1 HEC rate (Hz) versus time
s312 DSSSD #6 HEC rate (Hz) versus time
s1000 4*(module # - 1) + asic # (0-95 ADC; 100-195 Disc) v. timestamp (20us/ch)
s1001 HEC channel (2048-3584) versus energy
s2000 m_p versus m_n DSSSD #1 (LEC)
s2005 m_p versus m_n DSSSD #6 (LEC)
s2010 x versus y DSSSD #1 (LEC)
s2015 x versus y DSSSD #6 (LEC)
s2020 E_p versus E_n DSSSD #1 (LEC)
s2025 E_p versus E_n DSSSD #6 (LEC)
s2030 LEC-LEC time DSSSD #1 (2.56us/ch)
s2035 LEC-LEC time DSSSD #6 (2.56us/ch)
s2100 m_p versus m_n DSSSD #1 (HEC)
s2105 m_p versus m_n DSSSD #6 (HEC)
s2110 x versus y DSSSD #1 (HEC)
s2115 x versus y DSSSD #6 (HEC)
s2120 E_p versus E_n DSSSD #1 (HEC)
s2125 E_p versus E_n DSSSD #6 (HEC)
s2130 HEC-HEC time DSSSD #1 (2.56us/ch)
s2135 HEC-HEC time DSSSD #6 (2.56us/ch)
s2200 per pixel HEC-LEC time DSSSD #1 (2.56us/ch)
s2205 per pixel HEC-LEC time DSSSD #6 (2.56us/ch)
|
| Attachment 19: variables.dat
|
$variables
dsssd_a( 1 ) = 17
dsssd_a( 2 ) = 18
dsssd_a( 3 ) = 9
dsssd_a( 4 ) = 10
dsssd_a( 5 ) = 1
dsssd_a( 6 ) = 2
dsssd_b( 1 ) = 20
dsssd_b( 2 ) = 19
dsssd_b( 3 ) = 12
dsssd_b( 4 ) = 11
dsssd_b( 5 ) = 4
dsssd_b( 6 ) = 3
dsssd_c( 1 ) = 22
dsssd_c( 2 ) = 21
dsssd_c( 3 ) = 14
dsssd_c( 4 ) = 13
dsssd_c( 5 ) = 6
dsssd_c( 6 ) = 5
dsssd_d( 1 ) = 23
dsssd_d( 2 ) = 24
dsssd_d( 3 ) = 15
dsssd_d( 4 ) = 16
dsssd_d( 5 ) = 7
dsssd_d( 6 ) = 8
offset = 4096*0.0
gain = 4096*1.0
c = 8*1.0
w = 32*0
$[end]
|
| Attachment 20: anatrees.pdf
|
|
|