AIDA GELINA BRIKEN nToF CRIB ISOLDE CIRCE nTOFCapture DESPEC DTAS EDI_PSA 179Ta CARME StellarModelling DCF K40
  AIDA, Page 38 of 46  ELOG logo
ID Date Author Subject
  179   Tue Mar 15 11:15:42 2016 TDTuesday 15 March
MSL type BB18(DS)-1000 serial 2998-22
Bias +200V, I_L +=5.845uA, ambient temperature +19.8 deg C
 
DSSSD - AIDA adaptor PCB cabling
 
4 off LH Coupler (Kapton PCB, 5cm), 2x 34-way Samtec ribbon cable (45cm), RH coupler(Kapton PCB, 10cm)
 + 3M 1245 1.4mil copper foil screen ribbon cables + RH coupler only (i.e. not LH coupler)
 + drain wires -> gold-plated Lemo-00 test input connectors 
 
nnaida 11 & 12 AIDA adaptor PCB rev B
nnaida 13 & 14 AIDA adaptor PCB rev C (LK1 fitted) 
ground links LK3 & LK7 fitted to nnaida11-14 AIDA adaptor PCBs

Heavy duty copper cable connects copper front end frames of FEE modules
Nitto 5011N conductive gasket between FEE module and front end frames
 
Standard ASIC settings
 nnaida 11 & 12 - negative input
 nnaida 13 & 14 - positive input
 
Pulser BNC PB-5 
Fall time 1.0ms
Rate 100Hz
Delay 250ns
Ampl 5.00000V
Polarity +
Pulse top Tail
Atten 10x
Clamp ON
- polarity via Cooknell SA1 Summing Amplifier
 
207Bi source, approx centred on DSSSD, approx 3cm from DSSSD

AIDA FEE firmware version 8
  + sync 500kHz ASIC clock

File R45
shaping time 8uS
slow comparator 10 (dec)
LEC/MEC fast comparator 10 (dec)
start: 12.08 stop: 10.24 16.3.16
spectra saved to disk 11.26 BST (sic)
Pulser OFF
nnaida 11 disc # 55 disabled
       12 disc # 2 & 55 disabled
       13 & 14 *no* discs disabled

16.3.16 12.10 Bias +200V, I_L +=6.900uA, ambient temperature +19.8 deg C

See attachments 1-5


File R48
shaping time 8uS
slow comparator 10 (dec)
LEC/MEC fast comparator 255 (dec)
start: 13.45 stop:
spectra saved to disk 1BST (sic)

Pulser walkthrough

Pulser BNC PB-5 
Fall time 1.0ms
Rate 100Hz
Delay 250ns
Ampl 10.00000-1.00000V
Polarity +
Pulse top Tail
Atten 5x
Clamp ON
- polarity via Cooknell SA1 Summing Amplifier

file R52

shaping time 8uS
slow comparator 10 (dec)
LEC/MEC fast comparator 10 (dec)
start:  stop: 15.46
spectra saved to disk 16.49 BST (sic)

Pulser walkthrough

Pulser BNC PB-5 
Fall time 1.0ms
Rate 100Hz
Delay 250ns
Ampl 1.00000-0.10000V
Polarity +
Pulse top Tail
Atten 5x
Clamp ON
- polarity via Cooknell SA1 Summing Amplifier
  178   Mon Mar 14 11:27:47 2016 PJCSASIC_clock synchronisation across the system

During 'SETUP' the ASIC readout clock ( 500KHz ) is synchronised to the SYNC pulse in V8.10 and later versions of the VHDL.

Attached is a short run for verification.

 

  177   Fri Mar 11 15:31:53 2016 TDAnalysis 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
  176   Thu Mar 10 16:35:39 2016 TD : PJCSReport - high - AIDA timestamps
> Version 8 firmware
> 
> Analysing R37_* data files (see https://elog.ph.ed.ac.uk/AIDA/160)
> 
> Usinmg MIDASsort, I generate a spectrum showing the time difference (10ns clock cycles)
> between sequential ADC data items. There is an offset of 1000.
> 
> I observe peaks at 1000, 1200, 1400 etc - as expected
> 
> I also observe peaks at +/-10 clock cycles relative to these main peaks - not expected
> 
> I also observe some discrete intermediate peaks - not expected 

I have investigated this timing using a sort program and R37_0.

If I only work with data from one module there is no problem. Peaks in the time difference spectrum are the
expected 200 apart.

If I then include a second module's ADC data the time difference spectrum starts to look as the one  Tom attached
but with a fixed 45 ticks offset from the '200' peaks.

I conclude the spectra appearance is due to the 500KHz ASIC readout clocks not being synchronized between the
different FEE64 modules.
  175   Wed Mar 9 17:31:58 2016 TDReport - high - LEC/MEC fast comparator issues
> 
> Fast comparator rate spectra and statistics do not appear to working as expected. See enclosed screenshots.
> Have the hit/rate spectra and statistics been updated to reflect the firmware version 8 data format?

I have done a simple test using the system in T9.
Detector on.
Acquisition only ... no Merge
Set pulser attenuation to 2X instead of 10X.

Set Fast Comparator threshold to 50 to be well out of the detector noise.

See attached rate spectrum which shows system operating as I think it should.
  174   Wed Mar 9 16:18:01 2016 TDnndhcp021 AIDA server Httpd/TapeServer/Merger startup
Starting Httpd for the TapeServer/Merger, TapeServer and Merger for AIDA produces
three terminal windows which will display the following text messages

Httpd for TapeServer/Merger
---------------------------

System identified is CPU x86_64; Platform is unix; OS is Linux and Version is 2.6.32-504.3.3.el6.x86_64
Environment selected is CPU x64_64; Platform unix; OS Linux64 and Operating System Linux64
MIDASBASE = /MIDAS and MIDAS_LIBRARY = /MIDAS/TclHttpd/Linux64
PATH = /MIDAS/bin_Linux64:/MIDAS/TclHttpd/Linux64:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/bin
Computer Name = nndhcp021.dl.ac.uk; Temp Directory = /tmp/tcl18580
package limit is not available: can't find package limit
Running with default file descriptor limit
package setuid is not available: can't find package setuid
Could not change to user 50 group 50: not owner
/debug user "debug" password " tk7 344na6a"
httpd started on port 8115

Custom startup from /MIDAS/config/TclHttpd/nndhcp021.dl.ac.uk@8115/startup.tcl
DefineMessage defined with server at http://nndhcp077.dl.ac.uk:8015/MessageLoggerServer
/TapeServer
/DataBaseAccessServer
Loaded MemSasAccess
/SpectrumService
/NetVarService
/SigTaskService
loading tcl/MERGERunControl.tcl for namespace ::
/DataAcquisitionControlServer
Run Control Server Implementation for MERGE
RunControlServer loaded
loading Html/RunControl/implementation.tcl for namespace ::
RunControl loaded
loading Html/MERGE/RunControl/implementation.tcl for namespace ::
ReadRegister failed: Name=NetVar.EXEC.ID; Code= 0x10004; Info= Register name does not exist
created SigTask registers 0 0  0 0
Created UI registers
MERGE RunControl loaded
Completed custom startup from /MIDAS/TclHttpd/Html/MERGE/RunControl/stats.defn.tcl
Shared memory area located at 0x7f03ad15a000
Tape Server comms table located at 0x7f03ad15a000
setup Merge
DataAcqCommand 1 Halt
Halt (1)
DataAcqCommand 8 Unmapping spectra
Unmapping spectra (1)
DataAcqCommand 3 Setup
Setup (1)
go Merge
DataAcqCommand 2 Go
Go (1)
DataAcqCommand 16 MergeStart
MergeStart (1)
DataAcqCommand 17 MergePause
MergePause (1)
DataAcqCommand 17 MergePause
MergePause (1)
DataAcqCommand 17 MergePause
MergePause (1)

TapeServer
----------

Tidy up
master(2509): Operation not permitted
Starting Tape Server
[1] 2558
MIDAS Tape Server: Message logger not contacted.
MIDAS Tape Server: MIDAS Tape Server Build February 14 2014
MIDAS Tape Server: Unable to change scheduling priority - Permission denied
MIDAS Tape Server: Using default startup
MIDAS Tape Server: Configuration: UDP port = 10205, SHM key=10205.
MIDAS Tape Server: File mapped object /SHM_10205 of size 1331104 created
MIDAS Tape Server: Shared memory ID is 3
MIDAS Tape Server: Shared memory segment located at address 7f8395490000.
MIDAS Tape Server: Configuration file used - /MIDAS/config/TS_10205/TS_configuration
MIDAS Tape Server: Stats task /MIDAS/TapeServer/Linux64/stats
MIDAS Tape Server: Using device file /dev/file/0 /MIDAS/TapeServer/Linux64/driver
MIDAS Tape Server: Using device sink /dev/null/0 /MIDAS/TapeServer/Linux64/driver
MIDAS Tape Server: Data link /MIDAS/TapeServer/Linux64/linkTCP 10305     
MIDAS Tape Server: Message reporting level = 0x180fff8
MIDAS Tape Server: Message logging level = 0xfff8
MIDAS Tape Server: Tape Server Options = 0x0
MIDAS Tape Server: File device path base = /TapeData
MIDAS Tape Server: Data buffer size = 65536
MIDAS Tape Server: Tape block size = 65536
MIDAS Tape Server: File mapped object /SHM_110205 of size 4195880 created
MIDAS Tape Server: Shared memory ID is 3
MIDAS Tape Server: Shared memory segment located at address 7f839508f000.
MIDAS Tape Server: File mapped object /SHM_210205 of size 3100 created
MIDAS Tape Server: Shared memory ID is 3
MIDAS Tape Server: Shared memory segment located at address 7f839508e000.
MIDAS Tape Server: Capabilities restored.
MIDAS Tape Server: Master global area initialised.
MIDAS Tape Server: Stats task has pid 2560
MIDAS Tape Server: Driver process for /dev/file/0 has pid 2561
MIDAS Tape Server: Driver process for /dev/null/0 has pid 2562
MIDAS Tape Server: Link task 0 has pid 2563
MIDAS Tape Server: Starting the RPC interface
MIDAS Tape Statistics: Message logger not contacted.
MIDAS Tape Statistics: MIDAS Tape Statistics Build February 14 2014
MIDAS Tape Statistics: Started with args 10205
MIDAS Tape Statistics: Configuration: SHM key=10205
MIDAS Tape Statistics: File mapped object /SHM_10205 of size 1331104 created
MIDAS Tape Statistics: Shared memory ID is 3
MIDAS Tape Statistics: Shared memory segment located at address 7f4f7df1f000.
MIDAS Data Link (2563): Message logger not contacted.
MIDAS Data Link (2563): MIDAS Tape Data Link Build February 14 2014
MIDAS Data Link (2563): Started with args 10205 10305     
MIDAS Data Link (2563): Configuration: SHM key=10205, TCP port = 10305
MIDAS Data Link (2563): File mapped object /SHM_10205 of size 1331104 created
MIDAS Data Link (2563): Shared memory ID is 3
MIDAS Data Link (2563): Shared memory segment located at address 7f6461d1e000.
MIDAS Data Link (2563): Starting the network interface
MIDAS Data Link (2563): TCP socket receive buffer was 87380 - now 249856
MIDAS Data Link (2563): TCP socket send buffer was 16384 - now 249856
MIDAS Data Link (2563): MIDAS Data Link thread 0 using TCP port 10305.
MIDAS Data Link (2563): Entering server loop
MIDAS Data Link (2563): thread 0 listening on port 10305
MIDAS Tape Driver (2562): Message logger not contacted.
MIDAS Tape Driver (2562): MIDAS Tape Driver Build February 14 2014
MIDAS Tape Driver (2562): Started with args 1 10205
MIDAS Tape Driver (2561): Message logger not contacted.
MIDAS Tape Driver (2562): Configuration: driver=1, key=10205.
MIDAS Tape Driver (2561): MIDAS Tape Driver Build February 14 2014
MIDAS Tape Driver (2561): Started with args 0 10205
MIDAS Tape Driver (2561): Configuration: driver=0, key=10205.
MIDAS Tape Driver (2562): File mapped object /SHM_10205 of size 1331104 created
MIDAS Tape Driver (2562): Shared memory ID is 3
MIDAS Tape Driver (2562): Shared memory segment located at address 7f5ae01b2000.
MIDAS Tape Driver (2561): File mapped object /SHM_10205 of size 1331104 created
MIDAS Tape Driver (2562): Using device /dev/null/0 of type sink.
MIDAS Tape Driver (2561): Shared memory ID is 3
MIDAS Tape Driver (2561): Shared memory segment located at address 7f81d6ec3000.
MIDAS Tape Driver (2561): Using device /dev/file/0 of type file.
MIDAS Tape Server: Created RPC Program 28000205 Version 4 on UDP port 10205.
MIDAS Tape Server: Entering server loop
MIDAS Tape Server: MIDAS Tape Server now available on UDP port 10205.
MIDAS Tape Server: Capability 0007733856e01159 issued.
MIDAS Tape Server: device /dev/file/0 allocated.
MIDAS Tape Server: Mounting volume NULL on device /dev/file/0.
MIDAS Tape Server: Opening file R43 on device /dev/file/0.
MIDAS Data Link (2563): thread 0 accepted connection from 127.0.0.1, port 34043
MIDAS Data Link (2563): buffer size changed to 65536
MIDAS Tape Server: Closing file on device /dev/file/0.
MIDAS Tape Server: Dismounted volume on device /dev/file/0.

Merger
------

Tidy up
master64: no process killed
Starting Merge Server
startup complete
MERGE Server: Message Initialisation failed.
MERGE Server: Message logger not contacted.
MERGE Server: MIDAS MERGE Server Build Aug 12 2014
MERGE Server: Using default startup
MERGE Server: Configuration: SHM key=11000
MERGE Server: File mapped object /SHM_11000 of size 402732 created
MERGE Server: Shared memory ID is 3
MERGE Server: Memory mapping 402732 bytes
MERGE Server: Shared memory segment located at address 0x7fc71a078000.
MERGE Server: Configuration file used - /MIDAS/Merger/AIDA/GS_configuration
MERGE Server: Merge task ./merge64.AD
MERGE Server: 16 data link tasks configured
MERGE Server: Data link ./link64 11011
MERGE Server: Data link ./link64 11012
MERGE Server: Data link ./link64 11013
MERGE Server: Data link ./link64 11014
MERGE Server: Data link ./link64 11015
MERGE Server: Data link ./link64 11016
MERGE Server: Data link ./link64 11017
MERGE Server: Data link ./link64 11018
MERGE Server: Data link ./link64 11019
MERGE Server: Data link ./link64 11020
MERGE Server: Data link ./link64 11021
MERGE Server: Data link ./link64 11022
MERGE Server: Data link ./link64 11023
MERGE Server: Data link ./link64 11024
MERGE Server: Data link ./link64 11025
MERGE Server: Data link ./link64 11026
MERGE Server: Message reporting level = 0x100fff8
MERGE Server: Message logging level = 0xfff8
MERGE Server: MERGE Server Options = 0x0
MERGE Server: Data buffer size = 64KB
MERGE Server: File mapped object /SHM_11001 of size 536870912 created
MERGE Server: Shared memory ID is 3
MERGE Server: Memory mapping 536870912 bytes
MERGE Server: Shared memory segment located at address 0x7fc6fa078000.
Creating NetVars #2
Output buffer length = 65504; format option = 4; transfer option = 3
NetVars created and initialised
MRGE Stats created and initialised
MRGE Statistics/Rates thread created
MRGE Statistics thread starting
MERGE Server: Link task 0 has pid 18610
MERGE Server: Link task 1 has pid 18611
MERGE Server: Link task 2 has pid 18612
MERGE Server: Link task 3 has pid 18613
MERGE Server: Link task 4 has pid 18614
MERGE Server: Link task 5 has pid 18615
MERGE Server: Link task 6 has pid 18616
MERGE Server: Link task 7 has pid 18617
MERGE Server: Link task 8 has pid 18618
MERGE Server: Link task 9 has pid 18619
MERGE Server: Link task 10 has pid 18620
MERGE Server: Link task 11 has pid 18621
MERGE Server: Link task 12 has pid 18622
MERGE Server: Link task 13 has pid 18623
MERGE Server: Link task 14 has pid 18624
MERGE Server: Link task 15 has pid 18625
MERGE Server: Merge task has pid 18626
MERGE Data Link (18622): Message Initialisation failed.
MERGE Data Link (18622): Message logger not contacted.
MERGE Data Link (18622): MIDAS MERGE Data Link Build Aug 12 2014
MERGE Data Link (18622): Started with args 12 11000 11023
MERGE Data Link (18622): Configuration: index = 12, SHM key=11000, TCP port = 11023
MERGE Data Link (18622): File mapped object /SHM_11000 accessed
MERGE Data Link (18622): Shared memory ID is 3
MERGE Data Link (18622): Memory mapping 402732 bytes
MERGE Data Link (18622): Shared memory segment located at address 0x7f92de790000.
MERGE Data Link (18622): File mapped object /SHM_11001 accessed
MERGE Data Link (18622): Shared memory ID is 3
MERGE Data Link (18622): Memory mapping 536870912 bytes
MERGE Data Link (18622): Shared memory segment located at address 0x7f92be790000.
MERGE Data Link (18610): Message Initialisation failed.
MERGE Data Link (18610): Message logger not contacted.
MERGE Data Link (18610): MIDAS MERGE Data Link Build Aug 12 2014
MERGE Data Link (18610): Started with args 0 11000 11011
MERGE Data Link (18610): Configuration: index = 0, SHM key=11000, TCP port = 11011
MERGE Data Link (18610): File mapped object /SHM_11000 accessed
MERGE Data Link (18610): Shared memory ID is 3
MERGE Data Link (18610): Memory mapping 402732 bytes
MERGE Data Link (18610): Shared memory segment located at address 0x7f70e9f00000.
MERGE Data Link (18610): File mapped object /SHM_11001 accessed
MERGE Data Link (18610): Shared memory ID is 3
MERGE Data Link (18610): Memory mapping 536870912 bytes
MERGE Data Link (18610): Shared memory segment located at address 0x7f70c9f00000.
MERGE Data Link (18614): Message Initialisation failed.
MERGE Data Link (18618): Message Initialisation failed.
MERGE Data Link (18618): Message logger not contacted.
MERGE Data Link (18614): Message logger not contacted.
MERGE Data Link (18618): MIDAS MERGE Data Link Build Aug 12 2014
MERGE Data Link (18614): MIDAS MERGE Data Link Build Aug 12 2014
MERGE Data Link (18614): Started with args 4 11000 11015
MERGE Data Link (18618): Started with args 8 11000 11019
MERGE Data Link (18614): Configuration: index = 4, SHM key=11000, TCP port = 11015
MERGE Data Link (18614): File mapped object /SHM_11000 accessed
MERGE Data Link (18618): Configuration: index = 8, SHM key=11000, TCP port = 11019
MERGE Data Link (18614): Shared memory ID is 3
MERGE Data Link (18614): Memory mapping 402732 bytes
MERGE Data Link (18618): File mapped object /SHM_11000 accessed
MERGE Data Link (18618): Shared memory ID is 3
MERGE Data Link (18614): Shared memory segment located at address 0x7f626dae0000.
MERGE Data Link (18618): Memory mapping 402732 bytes
MERGE Data Link (18618): Shared memory segment located at address 0x7f188b732000.
MERGE Data Link (18614): File mapped object /SHM_11001 accessed
MERGE Data Link (18614): Shared memory ID is 3
MERGE Data Link (18618): File mapped object /SHM_11001 accessed
MERGE Data Link (18614): Memory mapping 536870912 bytes
MERGE Data Link (18618): Shared memory ID is 3
MERGE Data Link (18618): Memory mapping 536870912 bytes
MERGE Data Link (18614): Shared memory segment located at address 0x7f624dae0000.
MERGE Data Link (18618): Shared memory segment located at address 0x7f186b732000.
MERGE Data Link (18613): Message Initialisation failed.
MERGE Data Link (18613): Message logger not contacted.
MERGE Data Link (18613): MIDAS MERGE Data Link Build Aug 12 2014
MERGE Data Link (18613): Started with args 3 11000 11014
MERGE Data Link (18613): Configuration: index = 3, SHM key=11000, TCP port = 11014
MERGE Data Link (18613): File mapped object /SHM_11000 accessed
MERGE Data Link (18613): Shared memory ID is 3
MERGE Data Link (18613): Memory mapping 402732 bytes
MERGE Data Link (18613): Shared memory segment located at address 0x7f35928ba000.
MERGE Data Link (18613): File mapped object /SHM_11001 accessed
MERGE Data Link (18613): Shared memory ID is 3
MERGE Data Link (18613): Memory mapping 536870912 bytes
MERGE Data Link (18613): Shared memory segment located at address 0x7f35728ba000.
MERGE Data Link (18623): Message Initialisation failed.
MERGE Data Link (18623): Message logger not contacted.
MERGE Data Link (18623): MIDAS MERGE Data Link Build Aug 12 2014
MERGE Data Link (18623): Started with args 13 11000 11024
MERGE Data Link (18623): Configuration: index = 13, SHM key=11000, TCP port = 11024
MERGE Data Link (18623): File mapped object /SHM_11000 accessed
MERGE Data Link (18623): Shared memory ID is 3
MERGE Data Link (18623): Memory mapping 402732 bytes
MERGE Data Link (18623): Shared memory segment located at address 0x7f206df9d000.
MERGE Data Link (18623): File mapped object /SHM_11001 accessed
MERGE Data Link (18623): Shared memory ID is 3
MERGE Data Link (18623): Memory mapping 536870912 bytes
MERGE Data Link (18623): Shared memory segment located at address 0x7f204df9d000.
MERGE Data Link (18615): Message Initialisation failed.
MERGE Data Link (18615): Message logger not contacted.
MERGE Data Link (18615): MIDAS MERGE Data Link Build Aug 12 2014
MERGE Data Link (18615): Started with args 5 11000 11016
MERGE Data Link (18615): Configuration: index = 5, SHM key=11000, TCP port = 11016
MERGE Data Link (18615): File mapped object /SHM_11000 accessed
MERGE Data Link (18615): Shared memory ID is 3
MERGE Data Link (18615): Memory mapping 402732 bytes
MERGE Data Link (18615): Shared memory segment located at address 0x7f770a9f0000.
MERGE Data Link (18615): File mapped object /SHM_11001 accessed
MERGE Data Link (18615): Shared memory ID is 3
MERGE Data Link (18615): Memory mapping 536870912 bytes
MERGE Data Link (18615): Shared memory segment located at address 0x7f76ea9f0000.
MERGE Data Link (18620): Message Initialisation failed.
MERGE Data Link (18620): Message logger not contacted.
MERGE Data Link (18620): MIDAS MERGE Data Link Build Aug 12 2014
MERGE Data Link (18620): Started with args 10 11000 11021
MERGE Data Link (18620): Configuration: index = 10, SHM key=11000, TCP port = 11021
MERGE Data Link (18620): File mapped object /SHM_11000 accessed
MERGE Data Link (18620): Shared memory ID is 3
MERGE Data Link (18620): Memory mapping 402732 bytes
MERGE Data Link (18620): Shared memory segment located at address 0x7fb6ca79f000.
MERGE Data Link (18620): File mapped object /SHM_11001 accessed
MERGE Data Link (18620): Shared memory ID is 3
MERGE Data Link (18620): Memory mapping 536870912 bytes
MERGE Data Link (18620): Shared memory segment located at address 0x7fb6aa79f000.
MERGE Data Link (18612): Message Initialisation failed.
MERGE Data Link (18612): Message logger not contacted.
MERGE Data Link (18612): MIDAS MERGE Data Link Build Aug 12 2014
MERGE Data Link (18612): Started with args 2 11000 11013
MERGE Data Link (18612): Configuration: index = 2, SHM key=11000, TCP port = 11013
MERGE Data Link (18612): File mapped object /SHM_11000 accessed
MERGE Data Link (18612): Shared memory ID is 3
MERGE Data Link (18612): Memory mapping 402732 bytes
MERGE Data Link (18612): Shared memory segment located at address 0x7f30c3496000.
MERGE Data Link (18612): File mapped object /SHM_11001 accessed
MERGE Data Link (18612): Shared memory ID is 3
MERGE Data Link (18612): Memory mapping 536870912 bytes
MERGE Data Link (18612): Shared memory segment located at address 0x7f30a3496000.
MERGE Data Link (18619): Message Initialisation failed.
MERGE Data Link (18619): Message logger not contacted.
MERGE Data Link (18619): MIDAS MERGE Data Link Build Aug 12 2014
MERGE Data Link (18619): Started with args 9 11000 11020
MERGE Data Link (18619): Configuration: index = 9, SHM key=11000, TCP port = 11020
MERGE Data Link (18619): File mapped object /SHM_11000 accessed
MERGE Data Link (18619): Shared memory ID is 3
MERGE Data Link (18619): Memory mapping 402732 bytes
MERGE Data Link (18619): Shared memory segment located at address 0x7f0683726000.
MERGE Data Link (18619): File mapped object /SHM_11001 accessed
MERGE Data Link (18619): Shared memory ID is 3
MERGE Data Link (18619): Memory mapping 536870912 bytes
MERGE Data Link (18619): Shared memory segment located at address 0x7f0663726000.
MERGE Data Link (18616): Message Initialisation failed.
MERGE Data Link (18616): Message logger not contacted.
MERGE Data Link (18616): MIDAS MERGE Data Link Build Aug 12 2014
MERGE Data Link (18616): Started with args 6 11000 11017
MERGE Data Link (18616): Configuration: index = 6, SHM key=11000, TCP port = 11017
MERGE Data Link (18616): File mapped object /SHM_11000 accessed
MERGE Data Link (18616): Shared memory ID is 3
MERGE Data Link (18616): Memory mapping 402732 bytes
MERGE Data Link (18616): Shared memory segment located at address 0x7fe21198e000.
MERGE Data Link (18616): File mapped object /SHM_11001 accessed
MERGE Data Link (18616): Shared memory ID is 3
MERGE Data Link (18616): Memory mapping 536870912 bytes
MERGE Data Link (18616): Shared memory segment located at address 0x7fe1f198e000.
MERGE Data Link (18621): Message Initialisation failed.
MERGE Data Link (18621): Message logger not contacted.
MERGE Data Link (18621): MIDAS MERGE Data Link Build Aug 12 2014
MERGE Data Link (18621): Started with args 11 11000 11022
MERGE Data Link (18621): Configuration: index = 11, SHM key=11000, TCP port = 11022
MERGE Data Link (18621): File mapped object /SHM_11000 accessed
MERGE Data Link (18621): Shared memory ID is 3
MERGE Data Link (18621): Memory mapping 402732 bytes
MERGE Data Link (18621): Shared memory segment located at address 0x7fc6f20cc000.
MERGE Data Link (18621): File mapped object /SHM_11001 accessed
MERGE Data Link (18621): Shared memory ID is 3
MERGE Data Link (18621): Memory mapping 536870912 bytes
MERGE Data Link (18621): Shared memory segment located at address 0x7fc6d20cc000.
MERGE Data Link (18611): Message Initialisation failed.
MERGE Data Link (18611): Message logger not contacted.
MERGE Data Link (18611): MIDAS MERGE Data Link Build Aug 12 2014
MERGE Data Link (18611): Started with args 1 11000 11012
MERGE Data Link (18611): Configuration: index = 1, SHM key=11000, TCP port = 11012
MERGE Data Link (18611): File mapped object /SHM_11000 accessed
MERGE Data Link (18611): Shared memory ID is 3
MERGE Data Link (18611): Memory mapping 402732 bytes
MERGE Data Link (18611): Shared memory segment located at address 0x7fa75def9000.
MERGE Data Link (18611): File mapped object /SHM_11001 accessed
MERGE Data Link (18611): Shared memory ID is 3
MERGE Data Link (18611): Memory mapping 536870912 bytes
MERGE Data Link (18611): Shared memory segment located at address 0x7fa73def9000.
MRGE Stats created and initialised
MERGE Data Link (18623): Starting the network interface
MERGE Data Link (18623): TCP socket receive buffer was 87380 - now 249856
MERGE Data Link (18623): TCP socket send buffer was 16384 - now 249856
MERGE Data Link (18623): MERGE Data Link using TCP port 11024.
MERGE Data Link (18623): Entering server loop
MERGE Data Link (18623): listening on port 11024
MERGE Program (18626): Message Initialisation failed.
MERGE Program (18626): Message logger not contacted.
MERGE Program (18626): MIDAS MERGE Program (64-bit) Build Sep  3 2014
MERGE Program (18626): Started with args 11000
MERGE Program (18626): Configuration: SHM key=11000
MERGE Program (18626): File mapped object /SHM_11000 accessed
MERGE Program (18626): Shared memory ID is 3
MERGE Program (18626): Memory mapping 402732 bytes
MERGE Program (18626): Shared memory segment located at address 0x7f894dd55000.
MERGE Program (18626): File mapped object /SHM_11001 accessed
MERGE Program (18626): Shared memory ID is 3
MERGE Program (18626): Memory mapping 536870912 bytes
MERGE Program (18626): Shared memory segment located at address 0x7f892dd55000.
Creating NetVars #2
Output buffer length = 65504; format option = 4; transfer option = 3
NetVars created and initialised
MERGE Data Link (18625): Message Initialisation failed.
MERGE Data Link (18625): Message logger not contacted.
MERGE Data Link (18625): MIDAS MERGE Data Link Build Aug 12 2014
MERGE Data Link (18625): Started with args 15 11000 11026
MERGE Data Link (18625): Configuration: index = 15, SHM key=11000, TCP port = 11026
MERGE Data Link (18625): File mapped object /SHM_11000 accessed
MERGE Data Link (18625): Shared memory ID is 3
MERGE Data Link (18625): Memory mapping 402732 bytes
MERGE Data Link (18625): Shared memory segment located at address 0x7fde5ed5a000.
MERGE Data Link (18625): File mapped object /SHM_11001 accessed
MERGE Data Link (18625): Shared memory ID is 3
MERGE Data Link (18625): Memory mapping 536870912 bytes
MERGE Data Link (18625): Shared memory segment located at address 0x7fde3ed5a000.
MERGE Data Link (18624): Message Initialisation failed.
MERGE Data Link (18624): Message logger not contacted.
MERGE Data Link (18624): MIDAS MERGE Data Link Build Aug 12 2014
MERGE Data Link (18624): Started with args 14 11000 11025
MERGE Data Link (18624): Configuration: index = 14, SHM key=11000, TCP port = 11025
MERGE Data Link (18624): File mapped object /SHM_11000 accessed
MERGE Data Link (18624): Shared memory ID is 3
MERGE Data Link (18624): Memory mapping 402732 bytes
MERGE Data Link (18624): Shared memory segment located at address 0x7fc2afb7c000.
MERGE Data Link (18624): File mapped object /SHM_11001 accessed
MERGE Data Link (18624): Shared memory ID is 3
MERGE Data Link (18624): Memory mapping 536870912 bytes
MERGE Data Link (18624): Shared memory segment located at address 0x7fc28fb7c000.
MERGE Data Link (18617): Message Initialisation failed.
MERGE Data Link (18617): Message logger not contacted.
MERGE Data Link (18617): MIDAS MERGE Data Link Build Aug 12 2014
MERGE Data Link (18617): Started with args 7 11000 11018
MERGE Data Link (18617): Configuration: index = 7, SHM key=11000, TCP port = 11018
MERGE Data Link (18617): File mapped object /SHM_11000 accessed
MERGE Data Link (18617): Shared memory ID is 3
MERGE Data Link (18617): Memory mapping 402732 bytes
MERGE Data Link (18617): Shared memory segment located at address 0x7f5b9be6d000.
MERGE Data Link (18617): File mapped object /SHM_11001 accessed
MERGE Data Link (18617): Shared memory ID is 3
MERGE Data Link (18617): Memory mapping 536870912 bytes
MERGE Data Link (18617): Shared memory segment located at address 0x7f5b7be6d000.
MRGE Stats created and initialised
MERGE Data Link (18618): Starting the network interface
MERGE Data Link (18618): TCP socket receive buffer was 87380 - now 249856
MERGE Data Link (18618): TCP socket send buffer was 16384 - now 249856
MERGE Data Link (18618): MERGE Data Link using TCP port 11019.
MERGE Data Link (18618): Entering server loop
MERGE Data Link (18618): listening on port 11019
MRGE Stats created and initialised
MERGE Data Link (18622): Starting the network interface
MERGE Data Link (18622): TCP socket receive buffer was 87380 - now 249856
MERGE Data Link (18622): TCP socket send buffer was 16384 - now 249856
MERGE Data Link (18622): MERGE Data Link using TCP port 11023.
MERGE Data Link (18622): Entering server loop
MERGE Data Link (18622): listening on port 11023
MRGE Stats created and initialised
MERGE Data Link (18611): Starting the network interface
MERGE Data Link (18611): TCP socket receive buffer was 87380 - now 249856
MERGE Data Link (18611): TCP socket send buffer was 16384 - now 249856
MERGE Data Link (18611): MERGE Data Link using TCP port 11012.
MERGE Data Link (18611): Entering server loop
MERGE Data Link (18611): listening on port 11012
MRGE Stats created and initialised
MERGE Data Link (18610): Starting the network interface
MERGE Data Link (18610): TCP socket receive buffer was 87380 - now 249856
MERGE Data Link (18610): TCP socket send buffer was 16384 - now 249856
MERGE Data Link (18610): MERGE Data Link using TCP port 11011.
MERGE Data Link (18610): Entering server loop
MERGE Data Link (18610): listening on port 11011
MRGE Stats created and initialised
MERGE Data Link (18613): Starting the network interface
MERGE Data Link (18613): TCP socket receive buffer was 87380 - now 249856
MERGE Data Link (18613): TCP socket send buffer was 16384 - now 249856
MERGE Data Link (18613): MERGE Data Link using TCP port 11014.
MERGE Data Link (18613): Entering server loop
MERGE Data Link (18613): listening on port 11014
MRGE Stats created and initialised
MERGE Data Link (18614): Starting the network interface
MERGE Data Link (18614): TCP socket receive buffer was 87380 - now 249856
MERGE Data Link (18614): TCP socket send buffer was 16384 - now 249856
MERGE Data Link (18614): MERGE Data Link using TCP port 11015.
MERGE Data Link (18614): Entering server loop
MERGE Data Link (18614): listening on port 11015
MRGE Stats created and initialised
MERGE Data Link (18621): Starting the network interface
MERGE Data Link (18621): TCP socket receive buffer was 87380 - now 249856
MERGE Data Link (18621): TCP socket send buffer was 16384 - now 249856
MERGE Data Link (18621): MERGE Data Link using TCP port 11022.
MERGE Data Link (18621): Entering server loop
MERGE Data Link (18621): listening on port 11022
MRGE Stats created and initialised
MERGE Data Link (18617): Starting the network interface
MERGE Data Link (18617): TCP socket receive buffer was 87380 - now 249856
MERGE Data Link (18617): TCP socket send buffer was 16384 - now 249856
MERGE Data Link (18617): MERGE Data Link using TCP port 11018.
MERGE Data Link (18617): Entering server loop
MERGE Data Link (18617): listening on port 11018
MRGE Stats created and initialised
MERGE Data Link (18620): Starting the network interface
MERGE Data Link (18620): TCP socket receive buffer was 87380 - now 249856
MERGE Data Link (18620): TCP socket send buffer was 16384 - now 249856
MERGE Data Link (18620): MERGE Data Link using TCP port 11021.
MERGE Data Link (18620): Entering server loop
MERGE Data Link (18620): listening on port 11021
MRGE Stats created and initialised
MERGE Data Link (18616): Starting the network interface
MERGE Data Link (18616): TCP socket receive buffer was 87380 - now 249856
MERGE Data Link (18616): TCP socket send buffer was 16384 - now 249856
MERGE Data Link (18616): MERGE Data Link using TCP port 11017.
MERGE Data Link (18616): Entering server loop
MERGE Data Link (18616): listening on port 11017
MRGE Stats created and initialised
MERGE Data Link (18624): Starting the network interface
MERGE Data Link (18624): TCP socket receive buffer was 87380 - now 249856
MERGE Data Link (18624): TCP socket send buffer was 16384 - now 249856
MERGE Data Link (18624): MERGE Data Link using TCP port 11025.
MERGE Data Link (18624): Entering server loop
MERGE Data Link (18624): listening on port 11025
MRGE Stats created and initialised
MERGE Data Link (18619): Starting the network interface
MERGE Data Link (18619): TCP socket receive buffer was 87380 - now 249856
MERGE Data Link (18619): TCP socket send buffer was 16384 - now 249856
MERGE Data Link (18619): MERGE Data Link using TCP port 11020.
MERGE Data Link (18619): Entering server loop
MERGE Data Link (18619): listening on port 11020
MRGE Stats created and initialised
MERGE Data Link (18625): Starting the network interface
MERGE Data Link (18625): TCP socket receive buffer was 87380 - now 249856
MERGE Data Link (18625): TCP socket send buffer was 16384 - now 249856
MERGE Data Link (18625): MERGE Data Link using TCP port 11026.
MERGE Data Link (18625): Entering server loop
MERGE Data Link (18625): listening on port 11026
MRGE Stats created and initialised
MERGE Data Link (18612): Starting the network interface
MERGE Data Link (18612): TCP socket receive buffer was 87380 - now 249856
MERGE Data Link (18612): TCP socket send buffer was 16384 - now 249856
MERGE Data Link (18612): MERGE Data Link using TCP port 11013.
MERGE Data Link (18612): Entering server loop
MERGE Data Link (18612): listening on port 11013
MRGE Stats created and initialised
MERGE Program Release V3/x86_64 (Sep  3 2014, 18:22:23) starting

Merge: Histogramming not using threads
Merge: debugging initialised: off.
Merge: opening buffer for Merge_EventBuffer, size 0x800
Merge: returning merge memory at virtual 0x1e95590
Event Buffer virtual address: 0x1e95590
Merge: initialising for 8 links: 0 1 2 3 4 5 6 7 
Merge: opening buffer for link0_Data, size 0x3c0000
MRGE Stats created and initialised
MERGE Data Link (18615): Starting the network interface
Merge: returning merge memory at virtual 0x7f892c8bf010
Link Data buffer 0 (Link0), length 3932160 (0x3c0000) bytes mapped at: 0x7f892c8bf010 - 0x7f892cc7f00f
Merge: opening buffer for link1_Data, size 0x3c0000
Merge: returning merge memory at virtual 0x7f892c4fe010
Link Data buffer 1 (Link1), length 3932160 (0x3c0000) bytes mapped at: 0x7f892c4fe010 - 0x7f892c8be00f
Merge: opening buffer for link2_Data, size 0x3c0000
Merge: returning merge memory at virtual 0x7f892c13d010
Link Data buffer 2 (Link2), length 3932160 (0x3c0000) bytes mapped at: 0x7f892c13d010 - 0x7f892c4fd00f
Merge: opening buffer for link3_Data, size 0x3c0000
Merge: returning merge memory at virtual 0x7f892bd7c010
Link Data buffer 3 (Link3), length 3932160 (0x3c0000) bytes mapped at: 0x7f892bd7c010 - 0x7f892c13c00f
Merge: opening buffer for link4_Data, size 0x3c0000
Merge: returning merge memory at virtual 0x7f892b9bb010
Link Data buffer 4 (Link4), length 3932160 (0x3c0000) bytes mapped at: 0x7f892b9bb010 - 0x7f892bd7b00f
Merge: opening buffer for link5_Data, size 0x3c0000
Merge: returning merge memory at virtual 0x7f892b5fa010
MERGE Data Link (18615): TCP socket receive buffer was 87380 - now 249856
Link Data buffer 5 (Link5), length 3932160 (0x3c0000) bytes mapped at: 0x7f892b5fa010 - 0x7f892b9ba00f
Merge: opening buffer for link6_Data, size 0x3c0000
Merge: returning merge memory at virtual 0x7f892b239010
Link Data buffer 6 (Link6), length 3932160 (0x3c0000) bytes mapped at: 0x7f892b239010 - 0x7f892b5f900f
Merge: opening buffer for link7_Data, size 0x3c0000
Merge: returning merge memory at virtual 0x7f892ae78010
Link Data buffer 7 (Link7), length 3932160 (0x3c0000) bytes mapped at: 0x7f892ae78010 - 0x7f892b23800f
Queue 0 (Link0) starts at 0x7f892c8bf010
Queue 1 (Link1) starts at 0x7f892c4fe010
Queue 2 (Link2) starts at 0x7f892c13d010
Queue 3 (Link3) starts at 0x7f892bd7c010
Queue 4 (Link4) starts at 0x7f892b9bb010
Queue 5 (Link5) starts at 0x7f892b5fa010
Queue 6 (Link6) starts at 0x7f892b239010
Queue 7 (Link7) starts at 0x7f892ae78010
MERGE Data Link (18615): TCP socket send buffer was 16384 - now 249856
MERGE Data Link (18615): MERGE Data Link using TCP port 11016.
MERGE Data Link (18615): Entering server loop
MERGE Data Link (18615): listening on port 11016
Merge: OutputTrace set to 1
Merge: Histogramming using threads
MERGE Merge setup complete
Data Acquisition using tape server localhost on port 0
Initialising communication with tape server
Setting Transfer Block Size 65536
Setting Transfer Mode 3
Setting Overlap Mode 0
Setting nice 0
TCP transfer library version 3.12
TCP socket send buffer was 16384 - now 249856
TCP socket receive buffer was 87380 - now 249856
TCP socket created OK - now connecting to localhost port 10305
Connected to localhost port 10305
MERGE now ready to be initialised and started
Merge: debugging initialised: off.
Event Buffer virtual address: 0x1e95590
Merge: initialising for 8 links: 0 1 2 3 4 5 6 7 
Link Data buffer 0 (Link0), length 3932160 (0x3c0000) bytes mapped at: 0x7f892c8bf010 - 0x7f892cc7f00f
Link Data buffer 1 (Link1), length 3932160 (0x3c0000) bytes mapped at: 0x7f892c4fe010 - 0x7f892c8be00f
Link Data buffer 2 (Link2), length 3932160 (0x3c0000) bytes mapped at: 0x7f892c13d010 - 0x7f892c4fd00f
Link Data buffer 3 (Link3), length 3932160 (0x3c0000) bytes mapped at: 0x7f892bd7c010 - 0x7f892c13c00f
Link Data buffer 4 (Link4), length 3932160 (0x3c0000) bytes mapped at: 0x7f892b9bb010 - 0x7f892bd7b00f
Link Data buffer 5 (Link5), length 3932160 (0x3c0000) bytes mapped at: 0x7f892b5fa010 - 0x7f892b9ba00f
Link Data buffer 6 (Link6), length 3932160 (0x3c0000) bytes mapped at: 0x7f892b239010 - 0x7f892b5f900f
Link Data buffer 7 (Link7), length 3932160 (0x3c0000) bytes mapped at: 0x7f892ae78010 - 0x7f892b23800f
Queue 0 (Link0) starts at 0x7f892c8bf010
Queue 1 (Link1) starts at 0x7f892c4fe010
Queue 2 (Link2) starts at 0x7f892c13d010
Queue 3 (Link3) starts at 0x7f892bd7c010
Queue 4 (Link4) starts at 0x7f892b9bb010
Queue 5 (Link5) starts at 0x7f892b5fa010
Queue 6 (Link6) starts at 0x7f892b239010
Queue 7 (Link7) starts at 0x7f892ae78010
MERGE Merge setup complete
Merge state now Going
Merge: Searching for timestamp 0 or greater
MERGE Data Link (18610): accepted connection from 193.62.115.232, port 42264
MERGE Data Link (18610): buffer size changed to 65536
MERGE Data Link (18616): accepted connection from 193.62.115.227, port 48884
MERGE Data Link (18616): buffer size changed to 65536
MERGE Data Link (18614): accepted connection from 193.62.115.234, port 36260
MERGE Data Link (18614): buffer size changed to 65536
MERGE Data Link (18612): accepted connection from 193.62.115.233, port 48776
MERGE Data Link (18612): buffer size changed to 65536
MERGE Data Link (18610): data_transfer - data received for link 0
MERGE Data Link (18616): data_transfer - data received for link 6
MERGE Data Link (18612): data_transfer - data received for link 2
MERGE Data Link (18614): data_transfer - data received for link 4
MERGE Data Link (18616): client closed connection
MERGE Data Link (18616): listening on port 11017
MERGE Data Link (18614): client closed connection
MERGE Data Link (18614): listening on port 11015
MERGE Data Link (18612): client closed connection
MERGE Data Link (18612): listening on port 11013
MERGE Data Link (18610): client closed connection
MERGE Data Link (18610): listening on port 11011
MERGE Data Link (18610): accepted connection from 193.62.115.232, port 60380
MERGE Data Link (18610): buffer size changed to 65536
MERGE Data Link (18611): accepted connection from 193.62.115.232, port 56538
MERGE Data Link (18611): buffer size changed to 65536
MERGE Data Link (18616): accepted connection from 193.62.115.227, port 52762
MERGE Data Link (18616): buffer size changed to 65536
MERGE Data LinMERGE Data Link (18617): buffer size changed to 65536
MERGE Data Link (18615): accepted connection from 193.62.115.234, port 47609
MERGE Data Link (18615): buffer size changed to 65536
MERGE Data Link (18612): accepted connection from 193.62.115.233, port 48777
MERGE Data Link (18612): buffer size changed to 65536
MERGE Data Link (18613): accepted connection from 193.62.115.233, port 43619
MERGE Data Link (18613): buffer size changed to 65536
MERGE Data Link (18611): data_transfer - data received for link 1
MERGE Data Link (18615): data_transfer - data received for link 5
MERGE Data Link (18617): data_transfer - data received for link 7
MERGE Data Link (18613): data_transfer - data received for link 3
Merge: Starting at timestamp 149a00000a0
MERGE Data Link (18610): client closed connection
MERGE Data Link (18610): listening on port 11011
MERGE Data Link (18611): client closed connection
MERGE Data Link (18611): listening on port 11012
MERGE Data Link (18616): client closed connection
MERGE Data Link (18616): listening on port 11017
MERGE Data Link (18614): client closed connection
MERGE Data Link (18614): listening on port 11015
MERGE Data Link (18617): client closed connection
MERGE Data Link (18617): listening on port 11018
MERGE Data Link (18615): client closed connection
MERGE Data Link (18615): listening on port 11016
MERGE Data Link (18612): client closed connection
MERGE Data Link (18612): listening on port 11013
MERGE Data Link (18613): client closed connection
MERGE Data Link (18613): listening on port 11014
Merge state now Paused
MERGE Data Link (18610): accepted connection from 193.62.115.232, port 36211
MERGE Data Link (18610): buffer size changed to 65536
MERGE Data Link (18611): accepted connection from 193.62.115.232, port 44143
MERGE Data Link (18611): buffer size changed to 65536
MERGE Data Link (18616): accepted connection from 193.62.115.227, port 55571
MERGE Data Link (18616): buffer size changed to 65536
MERGE Data Link (18614): accepted connection from 193.62.115.234, port 52047
MERGE Data Link (18614): buffer size changed to 65536
MERGE Data Link (18617): accepted connection from 193.62.115.227, port 45041
MERGE Data Link (18617): buffer size changed to 65536
MERGE Data Link (18615): accepted connection from 193.62.115.234, port 43449
MERGE Data Link (18615): buffer size changed to 65536
MERGE Data Link (18612): accepted connection from 193.62.115.233, port 59280
MERGE Data Link (18612): buffer size changed to 65536
MERGE Data Link (18613): accepted connection from 193.62.115.233, port 42217
MERGE Data Link (18613): buffer size changed to 65536
Old time : 73bb36400a0	New time : 800fcd400a0
Old time : 73bb46c00a0	New time : 800fcd800a0
Old time : 73baf1c00a0	New time : 800fbd400a0
Old time : 73bad4800a0	New time : 801025c00a0
Merge: Restarting from timestamp 73bad4800a1 or greater
Old time : 725966000a0	New time : 8014c5400a0
Old time : 7259ffc00a0	New time : 801465c00a0
Old time : 73b988800a0	New time : 8014cd000a0
Old time : 7259a6c00a0	New time : 8014cd800a0
Old time : 72d47a800a0	New time : 8014dd400a0
Merge: Starting at timestamp 801546800a0
MERGE Program (18626): Received signal 13.
Transfer Error - : Broken pipe
send() failed: 
TCP transfer library version 3.12
TCP socket send buffer was 16384 - now 249856
TCP socket receive buffer was 87380 - now 249856
TCP socket created OK - now connecting to localhost port 10305
Connected to localhost port 10305
MRGE Statistics counters now cleared
MERGE Data Link (18610): client closed connection
MERGE Data Link (18610): listening on port 11011
MERGE Data Link (18611): client closed connection
MERGE Data Link (18611): listening on port 11012
MERGE Data Link (18616): client closed connection
MERGE Data Link (18616): listening on port 11017
MERGE Data Link (18614): client closed connection
MERGE Data Link (18614): listening on port 11015
MERGE Data Link (18617): client closed connection
MERGE Data Link (18617): listening on port 11018
MERGE Data Link (18615): client closed connection
MERGE Data Link (18615): listening on port 11016
MERGE Data Link (18612): client closed connection
MERGE Data Link (18612): listening on port 11013
MERGE Data Link (18613): client closed connection
MERGE Data Link (18613): listening on port 11014
Merge state now Paused

[npg@nndhcp021 ~]$ ps -ef | grep MIDAS
npg       2552  3477  0 12:04 pts/36   00:00:00 /bin/csh -f /MIDAS/Linux/startup/TapeServer
npg       2558  2552  0 12:04 pts/36   00:00:02 /MIDAS/TapeServer/Linux64/master
npg       2560  2558  0 12:04 pts/36   00:00:00 /MIDAS/TapeServer/Linux64/stats 10205
npg       2561  2558  0 12:04 pts/36   00:00:04 /MIDAS/TapeServer/Linux64/driver 0 10205
npg       2562  2558  0 12:04 pts/36   00:00:00 /MIDAS/TapeServer/Linux64/driver 1 10205
npg       2563  2558  0 12:04 pts/36   00:00:03 /MIDAS/TapeServer/Linux64/linkTCP 10205 10305     
npg       3477     1  0 Feb17 ?        00:14:48 /usr/bin/gnome-terminal -x /MIDAS/TclHttpd/Linux64/TclHttpd-server
npg       7099  7083  0 15:56 pts/38   00:00:00 grep MIDAS
npg      15261  3477  0 Feb25 pts/30   00:00:00 /bin/csh -f /MIDAS/TclHttpd/Linux64/TclHttpd-server
npg      15263 15261  0 Feb25 pts/30   00:01:42 tclsh8.5 /MIDAS/TclHttpd/bin/httpd_Server.tcl
npg      18578  3477  0 Mar08 pts/32   00:00:00 /bin/csh -f /MIDAS/TclHttpd/Linux64/TclHttpd-server -port 8115
npg      18580 18578  0 Mar08 pts/32   00:00:01 tclsh8.5 /MIDAS/TclHttpd/bin/httpd_Server.tcl -port 8115
npg      18593  3477  0 Mar08 pts/33   00:00:00 /bin/bash /MIDAS/Merger/AIDA/Startup
npg      18606 18593  0 Mar08 pts/33   00:00:16 /MIDAS/Merger/master64
npg      28155 28105  0 Feb18 pts/9    00:00:00 /bin/csh -f /MIDAS_local/bin_Linux64/MIDAS64-session anal
npg      28157 28155  0 Feb18 pts/9    00:10:24 wish8.5 /MIDAS_local/tcl/init.tcl -name root
  173   Wed Mar 9 12:16:01 2016 TDWednesday 9 March
MSL type BB18(DS)-1000 serial 2998-22
Bias +200V, I_L +=6.505uA, ambient temperature +19.8 deg C
 
DSSSD - AIDA adaptor PCB cabling
 
4 off LH Coupler (Kapton PCB, 5cm), 2x 34-way Samtec ribbon cable (45cm), RH coupler(Kapton PCB, 10cm)
 + 3M 1245 1.4mil copper foil screen ribbon cables + RH coupler only (i.e. not LH coupler)
 + drain wires -> gold-plated Lemo-00 test input connectors 
 
nnaida 11 & 12 AIDA adaptor PCB rev B
nnaida 13 & 14 AIDA adaptor PCB rev C (LK1 fitted) 
ground links LK3 & LK7 fitted to nnaida11-14 AIDA adaptor PCBs

Heavy duty copper cable connects copper front end frames of FEE modules
Nitto 5011N conductive gasket between FEE module and front end frames
 
Standard ASIC settings
 nnaida 11 & 12 - negative input
 nnaida 13 & 14 - positive input
 
Pulser BNC PB-5 
Fall time 1.0ms
Rate 100Hz
Delay 250ns
Ampl 5.00000V
Polarity +
Pulse top Tail
Atten 10x
Clamp ON
- polarity via Cooknell SA1 Summing Amplifier
 
207Bi source, approx centred on DSSSD, approx 3cm from DSSSD

AIDA FEE firmware version 8

File R43
shaping time 8uS
slow comparator 10 (dec)
LEC/MEC fast comparator 24 (dec)
start: 12.05 stop: 15.59
spectra saved to disk 16.59 BST (sic)
Pulser OFF
  172   Tue Mar 8 16:29:07 2016 TDReport - high - AIDA timestamps
Version 8 firmware

Analysing R37_* data files (see https://elog.ph.ed.ac.uk/AIDA/160)

Usinmg MIDASsort, I generate a spectrum showing the time difference (10ns clock cycles)
between sequential ADC data items. There is an offset of 1000.

I observe peaks at 1000, 1200, 1400 etc - as expected

I also observe peaks at +/-10 clock cycles relative to these main peaks - not expected

I also observe some discrete intermediate peaks - not expected 
  171   Tue Mar 8 15:40:57 2016 TDTuesday 8 March
MSL type BB18(DS)-1000 serial 2998-22
Bias +200V, I_L +=6.705uA, ambient temperature +19.8 deg C
 
DSSSD - AIDA adaptor PCB cabling
 
4 off LH Coupler (Kapton PCB, 5cm), 2x 34-way Samtec ribbon cable (45cm), RH coupler(Kapton PCB, 10cm)
 + 3M 1245 1.4mil copper foil screen ribbon cables + RH coupler only (i.e. not LH coupler)
 + drain wires -> gold-plated Lemo-00 test input connectors 
 
nnaida 11 & 12 AIDA adaptor PCB rev B
nnaida 13 & 14 AIDA adaptor PCB rev C (LK1 fitted) 
ground links LK3 & LK7 fitted to nnaida11-14 AIDA adaptor PCBs

Heavy duty copper cable connects copper front end frames of FEE modules
Nitto 5011N conductive gasket between FEE module and front end frames
 
Standard ASIC settings
 nnaida 11 & 12 - negative input
 nnaida 13 & 14 - positive input
 
Pulser BNC PB-5 
Fall time 1.0ms
Rate 100Hz
Delay 250ns
Ampl 5.00000V
Polarity +
Pulse top Tail
Atten 10x
Clamp ON
- polarity via Cooknell SA1 Summing Amplifier
 
207Bi source, approx centred on DSSSD, approx 3cm from DSSSD

AIDA FEE firmware version 8

File R42
shaping time 8uS
slow comparator 10 (dec)
LEC/MEC fast comparator 14 (dec)
start: 15.35 stop: 09.45 9.3.16 (disk full c. 05.36)
spectra saved to disk 10.45 BST (sic)
Pulser OFF

Bias +200V, I_L +=6.210uA, ambient temperature +19.8 deg C
  170   Tue Mar 8 15:32:53 2016 TDReport - low - run control frame issue with multiple streams
The run control frame does not appear to update the data transfer 'X' tag 
for all FEE modules after selecting 'Enable #1 All'
  169   Tue Mar 8 15:09:49 2016 TDReport - high - LEC/MEC fast comparator issues
Fast comparator rate spectra and statistics do not appear to working as expected. See enclosed screenshots.
Have the hit/rate spectra and statistics been updated to reflect the firmware version 8 data format?
  168   Tue Mar 8 12:11:56 2016 CG, AERIKEN maintenance progress

Quote:

 07/03/16

The new snout doesn't fit due to the screw holes being misaligned. I am going to try modifying the old one (that was in conflict with some material in the base) over the next couple of days. It is too long by 11mm, so if I can remove that it should then fit..

So after some modifications to the supports, the PSUs and NIM crates are now fully isolated from the frame.

I am currently working through changing all the guide pins for the new plastic ones and adding the shielding gasket.

Shunji made an interesting comment when we were discussing isolating the FEEs yesterday, in that, the ground connections for the chiller and the power we provide to our PSUs are connected to the same network.

    - I measure the resistance between the chiller ground and the power ground to be 2.5 Ohms.

    - The resistance between the chiller ground and the main Cu water pipe is ~2.2 kOhms.

    - We have three possible options here (that we have come up with so far):

          * disconnect the chiller ground from the network -> potentially very dangerous

          * put  a large resistance in between the chiller and the ground

          * Shunji has available a noise cut trans with up to 30A capability that could be used for our NIM crates and power supplies (I think we draw < 30A IIRC)  [photos attached]

I will carry out some short pulser tests with a DSSSD connected via the most recent kaptons this afternoon to see what effect the isolation and gasket has had so far.

Have you identified a specific noise issue with the Julabo recirculating chiller?

The STFC DL T9 test system has the recirculating chiller and AIDA PSUs connected to the same ac mains extender.

 

  167   Tue Mar 8 06:00:45 2016 CG, AERIKEN maintenance progress

 07/03/16

The new snout doesn't fit due to the screw holes being misaligned. I am going to try modifying the old one (that was in conflict with some material in the base) over the next couple of days. It is too long by 11mm, so if I can remove that it should then fit..

So after some modifications to the supports, the PSUs and NIM crates are now fully isolated from the frame.

I am currently working through changing all the guide pins for the new plastic ones and adding the shielding gasket.

Shunji made an interesting comment when we were discussing isolating the FEEs yesterday, in that, the ground connections for the chiller and the power we provide to our PSUs are connected to the same network.

    - I measure the resistance between the chiller ground and the power ground to be 2.5 Ohms.

    - The resistance between the chiller ground and the main Cu water pipe is ~2.2 kOhms.

    - We have three possible options here (that we have come up with so far):

          * disconnect the chiller ground from the network -> potentially very dangerous

          * put  a large resistance in between the chiller and the ground

          * Shunji has available a noise cut trans with up to 30A capability that could be used for our NIM crates and power supplies (I think we draw < 30A IIRC)  [photos attached]

I will carry out some short pulser tests with a DSSSD connected via the most recent kaptons this afternoon to see what effect the isolation and gasket has had so far.

  166   Wed Mar 2 11:59:48 2016 PJCSFirst data with two streams merged from one FEE64
The Fail bit is used to indicate The Timing Vernier  word.
I'll post a seperate Elog entry to explain the format.


> 

> My GREAT data analyser program reports that the 'fail' bit is set ?
> 
> $ ./a.exe v R1_0 | more
>  *** GREAT format 3.2.0 analyser - TD - May 2014
>   verbose
>  ***   SYNC100 timestamp: block:     1 ptr:     7 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C088000A0
>  ***   SYNC100 timestamp: block:     1 ptr:     9 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C088400A0
>  ***   SYNC100 timestamp: block:     1 ptr:    11 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C088800A0
>  ***   SYNC100 timestamp: block:     1 ptr:    13 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C088C00A0
>  ***   SYNC100 timestamp: block:     1 ptr:    15 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C089000A0
>  ***   SYNC100 timestamp: block:     1 ptr:    17 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C089400A0
>  ***   SYNC100 timestamp: block:     1 ptr:    19 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C089800A0
>  ***   SYNC100 timestamp: block:     1 ptr:    21 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C089C00A0
>  ***   SYNC100 timestamp: block:     1 ptr:    23 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C08A000A0
>  ***   SYNC100 timestamp: block:     1 ptr:    25 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C08A400A0
>  ***   SYNC100 timestamp: block:     1 ptr:    27 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C08A800A0
>  ***   SYNC100 timestamp: block:     1 ptr:    29 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C08AC00A0
>  ***   SYNC100 timestamp: block:     1 ptr:    31 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C08B000A0
>  ***   SYNC100 timestamp: block:     1 ptr:    33 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C08B400A0
>  ***   SYNC100 timestamp: block:     1 ptr:    35 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C08B800A0
>  ***   SYNC100 timestamp: block:     1 ptr:    37 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C08BC00A0
>  ***   SYNC100 timestamp: block:     1 ptr:    39 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C08C000A0
>  ***   SYNC100 timestamp: block:     1 ptr:    41 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C08C400A0
>  ***   SYNC100 timestamp: block:     1 ptr:    43 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C08C800A0
>  ***   SYNC100 timestamp: block:     1 ptr:    45 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C08CC00A0
>  ***   SYNC100 timestamp: block:     1 ptr:    47 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C08D000A0
>  ***   SYNC100 timestamp: block:     1 ptr:    49 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C08D400A0
>  ***   SYNC100 timestamp: block:     1 ptr:    51 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C08D800A0
>  ***   SYNC100 timestamp: block:     1 ptr:    53 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C08DC00A0
>  ***   SYNC100 timestamp: block:     1 ptr:    55 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C08E000A0
>  ***   SYNC100 timestamp: block:     1 ptr:    57 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C08E400A0
>  ***   SYNC100 timestamp: block:     1 ptr:    59 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C08E800A0
>  ***   SYNC100 timestamp: block:     1 ptr:    61 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C08EC00A0
>  ***   SYNC100 timestamp: block:     1 ptr:    63 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C08F000A0
>  ***   SYNC100 timestamp: block:     1 ptr:    65 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C08F400A0
>  ***   SYNC100 timestamp: block:     1 ptr:    67 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C08F800A0
>  ***   SYNC100 timestamp: block:     1 ptr:    69 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C08FC00A0
>  ***   SYNC100 timestamp: block:     1 ptr:    71 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C090000A0
>  ***   SYNC100 timestamp: block:     1 ptr:    73 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C090400A0
>  ***   SYNC100 timestamp: block:     1 ptr:    75 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C090800A0
>  ***   SYNC100 timestamp: block:     1 ptr:    77 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C090C00A0
>  ***   SYNC100 timestamp: block:     1 ptr:    79 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C091000A0
>  ***   SYNC100 timestamp: block:     1 ptr:    81 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C091400A0
>  ***   SYNC100 timestamp: block:     1 ptr:    83 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C091800A0
>  ***   SYNC100 timestamp: block:     1 ptr:    85 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C091C00A0
>  ***   SYNC100 timestamp: block:     1 ptr:    87 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C092000A0
>  ***   SYNC100 timestamp: block:     1 ptr:    89 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C092400A0
>  ***   SYNC100 timestamp: block:     1 ptr:    91 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C092800A0
>  ***   SYNC100 timestamp: block:     1 ptr:    93 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C092C00A0
>  ***   SYNC100 timestamp: block:     1 ptr:    95 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C093000A0
>  ***   SYNC100 timestamp: block:     1 ptr:    97 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C093400A0
>  ***   SYNC100 timestamp: block:     1 ptr:    99 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C093800A0
>  ***   SYNC100 timestamp: block:     1 ptr:   101 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C093C00A0
>  ***   SYNC100 timestamp: block:     1 ptr:   103 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C094000A0
>  ***   SYNC100 timestamp: block:     1 ptr:   105 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C094400A0
>  ***   SYNC100 timestamp: block:     1 ptr:   107 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C094800A0
>  ***   SYNC100 timestamp: block:     1 ptr:   109 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C094C00A0
>  ***   SYNC100 timestamp: block:     1 ptr:   111 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C095000A0
>  ***   SYNC100 timestamp: block:     1 ptr:   113 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C095400A0
>  ***   SYNC100 timestamp: block:     1 ptr:   115 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C095800A0
>  ***   SYNC100 timestamp: block:     1 ptr:   117 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C095C00A0
>  ***   SYNC100 timestamp: block:     1 ptr:   119 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C096000A0
>  ***   SYNC100 timestamp: block:     1 ptr:   121 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C096400A0
>  ***   SYNC100 timestamp: block:     1 ptr:   123 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C096800A0
>  ***   SYNC100 timestamp: block:     1 ptr:   125 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C096C00A0
>  ***   SYNC100 timestamp: block:     1 ptr:   127 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C097000A0
>  ***   SYNC100 timestamp: block:     1 ptr:   129 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C097400A0
>  ***   SYNC100 timestamp: block:     1 ptr:   131 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C097800A0
>  ***   SYNC100 timestamp: block:     1 ptr:   133 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C097C00A0
>  ***   SYNC100 timestamp: block:     1 ptr:   135 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C098000A0
>  ***   SYNC100 timestamp: block:     1 ptr:   137 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C098400A0
>  ***   SYNC100 timestamp: block:     1 ptr:   139 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C098800A0
>  ***   SYNC100 timestamp: block:     1 ptr:   141 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C098C00A0
>  ***   SYNC100 timestamp: block:     1 ptr:   143 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C099000A0
>  ***   SYNC100 timestamp: block:     1 ptr:   145 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C099400A0
>  ***   SYNC100 timestamp: block:     1 ptr:   147 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C099800A0
>  ***   SYNC100 timestamp: block:     1 ptr:   149 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C099C00A0
>  ***   SYNC100 timestamp: block:     1 ptr:   151 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C09A000A0
>  ***   SYNC100 timestamp: block:     1 ptr:   153 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C09A400A0
>  ***   SYNC100 timestamp: block:     1 ptr:   155 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C09A800A0
>  ***   SYNC100 timestamp: block:     1 ptr:   157 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C09AC00A0
>  ***   SYNC100 timestamp: block:     1 ptr:   159 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C09B000A0
>  ***   SYNC100 timestamp: block:     1 ptr:   161 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C09B400A0
>  ***   SYNC100 timestamp: block:     1 ptr:   163 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C09B800A0
>  ***   SYNC100 timestamp: block:     1 ptr:   165 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C09BC00A0
>  ***   SYNC100 timestamp: block:     1 ptr:   167 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C09C000A0
>  ***   SYNC100 timestamp: block:     1 ptr:   169 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C09C400A0
>  ***   SYNC100 timestamp: block:     1 ptr:   171 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C09C800A0
>  ***   SYNC100 timestamp: block:     1 ptr:   173 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C09CC00A0
>  ***   SYNC100 timestamp: block:     1 ptr:   175 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C09D000A0
>  ***   SYNC100 timestamp: block:     1 ptr:   177 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C09D400A0
>  ***   SYNC100 timestamp: block:     1 ptr:   179 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C09D800A0
>  ***   SYNC100 timestamp: block:     1 ptr:   181 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C09DC00A0
>  ***   SYNC100 timestamp: block:     1 ptr:   183 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C09E000A0
>  ***   SYNC100 timestamp: block:     1 ptr:   185 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C09E400A0
>  ***   SYNC100 timestamp: block:     1 ptr:   187 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C09E800A0
>  ***   SYNC100 timestamp: block:     1 ptr:   189 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C09EC00A0
>  ***   SYNC100 timestamp: block:     1 ptr:   191 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C09F000A0
>  ***   SYNC100 timestamp: block:     1 ptr:   193 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C09F400A0
>  ***   SYNC100 timestamp: block:     1 ptr:   195 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C09F800A0
>  ***   SYNC100 timestamp: block:     1 ptr:   197 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C09FC00A0
>  ***   SYNC100 timestamp: block:     1 ptr:   199 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C0A0000A0
>  ***   SYNC100 timestamp: block:     1 ptr:   201 data: 0x824000C0 module:  2 information type:  4 information 
> field: 0x000000C0 ts: 0x000C0A0400A0
>  ***            ADC data: block:     1 ptr:   203 data: 0xD08FFFFF module:  2 fail: 0 range: 1 id:   143 
> channel: 15 adc: 65535  ts: 0x000C0A0411AE
> 
>  ***   SYNC100 timestamp: block:     3 ptr:  1071 data: 0x824000D0 module:  2 information type:  4 information 
> field: 0x000000D0 ts: 0x000D0C7000A0
>  *** ERROR: fail bit set: block:     3 ptr:  1073 data:E09F0730
>  ***            ADC data: block:     3 ptr:  1073 data: 0xE09F0730 module:  2 fail: 1 range: 0 id:   159 
> channel: 31 adc:  1840  ts: 0x000D0C71DC7E
>  ***   SYNC100 timestamp: block:     3 ptr:  1075 data: 0x824000D0 module:  2 information type:  4 information 
> field: 0x000000D0 ts: 0x000D0C7400A0
>  ***   SYNC100 timestamp: block:     3 ptr:  1077 data: 0x824000D0 module:  2 information type:  4 information 
> field: 0x000000D0 ts: 0x000D0C7800A0
>  ***   SYNC100 timestamp: block:     3 ptr:  1079 data: 0x824000D0 module:  2 information type:  4 information 
> field: 0x000000D0 ts: 0x000D0C7C00A0
>  ***   SYNC100 timestamp: block:     3 ptr:  1081 data: 0x824000D0 module:  2 information type:  4 information 
> field: 0x000000D0 ts: 0x000D0C8000A0
>  *** ERROR: fail bit set: block:     3 ptr:  1083 data:E09F0678
>  ***            ADC data: block:     3 ptr:  1083 data: 0xE09F0678 module:  2 fail: 1 range: 0 id:   159 
> channel: 31 adc:  1656  ts: 0x000D0C811EB8
>  ***   SYNC100 timestamp: block:     3 ptr:  1085 data: 0x824000D0 module:  2 information type:  4 information 
> field: 0x000000D0 ts: 0x000D0C8400A0
>  ***   SYNC100 timestamp: block:     3 ptr:  1087 data: 0x824000D0 module:  2 information type:  4 information 
> field: 0x000000D0 ts: 0x000D0C8800A0
>  ***   SYNC100 timestamp: block:     3 ptr:  1089 data: 0x824000D0 module:  2 information type:  4 information 
> field: 0x000000D0 ts: 0x000D0C8C00A0
>  ***   SYNC100 timestamp: block:     3 ptr:  1091 data: 0x824000D0 module:  2 information type:  4 information 
> field: 0x000000D0 ts: 0x000D0C9000A0
>  *** ERROR: fail bit set: block:     3 ptr:  1093 data:E09F06BC
>  ***            ADC data: block:     3 ptr:  1093 data: 0xE09F06BC module:  2 fail: 1 range: 0 id:   159 
> channel: 31 adc:  1724  ts: 0x000D0C9060F0
>  ***   SYNC100 timestamp: block:     3 ptr:  1095 data: 0x824000D0 module:  2 information type:  4 information 
> field: 0x000000D0 ts: 0x000D0C9400A0
>  ***   SYNC100 timestamp: block:     3 ptr:  1097 data: 0x824000D0 module:  2 information type:  4 information 
> field: 0x000000D0 ts: 0x000D0C9800A0
>  ***   SYNC100 timestamp: block:     3 ptr:  1099 data: 0x824000D0 module:  2 information type:  4 information 
> field: 0x000000D0 ts: 0x000D0C9C00A0
>  *** ERROR: fail bit set: block:     3 ptr:  1101 data:E09F0703
>  ***            ADC data: block:     3 ptr:  1101 data: 0xE09F0703 module:  2 fail: 1 range: 0 id:   159 
> channel: 31 adc:  1795  ts: 0x000D0C9FA328
>  ***   SYNC100 timestamp: block:     3 ptr:  1103 data: 0x824000D0 module:  2 information type:  4 information 
> field: 0x000000D0 ts: 0x000D0CA000A0
>  ***   SYNC100 timestamp: block:     3 ptr:  1105 data: 0x824000D0 module:  2 information type:  4 information 
> field: 0x000000D0 ts: 0x000D0CA400A0
>  ***   SYNC100 timestamp: block:     3 ptr:  1107 data: 0x824000D0 module:  2 information type:  4 information 
> field: 0x000000D0 ts: 0x000D0CA800A0
>  ***   SYNC100 timestamp: block:     3 ptr:  1109 data: 0x824000D0 module:  2 information type:  4 information 
> field: 0x000000D0 ts: 0x000D0CAC00A0
>  *** ERROR: fail bit set: block:     3 ptr:  1111 data:E09F0749
> 
> 
>                    blocks:         14
>           ADC data format:      21180 (      86.8 Hz)
>         Other data format:      93060 (     381.5 Hz)
>  Sample trace data format:          0 (       0.0 Hz)
>          Undefined format:          0 (       0.0 Hz)
>    Other data format type:      PAUSE:          0 (       0.0 Hz)
>                                RESUME:          0 (       0.0 Hz)
>                               SYNC100:      93060 (     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:       1239 (       5.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:      243.950 s
> 
>  *** Program elapsed time:    0.719s (   19.478 blocks/s,   1.217 Mb/s)
  165   Thu Feb 25 12:47:43 2016 PJCSFirst data with two streams merged from one FEE64
My GREAT data analyser program reports that the 'fail' bit is set ?

$ ./a.exe v R1_0 | more
 *** GREAT format 3.2.0 analyser - TD - May 2014
  verbose
 ***   SYNC100 timestamp: block:     1 ptr:     7 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C088000A0
 ***   SYNC100 timestamp: block:     1 ptr:     9 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C088400A0
 ***   SYNC100 timestamp: block:     1 ptr:    11 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C088800A0
 ***   SYNC100 timestamp: block:     1 ptr:    13 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C088C00A0
 ***   SYNC100 timestamp: block:     1 ptr:    15 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C089000A0
 ***   SYNC100 timestamp: block:     1 ptr:    17 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C089400A0
 ***   SYNC100 timestamp: block:     1 ptr:    19 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C089800A0
 ***   SYNC100 timestamp: block:     1 ptr:    21 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C089C00A0
 ***   SYNC100 timestamp: block:     1 ptr:    23 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C08A000A0
 ***   SYNC100 timestamp: block:     1 ptr:    25 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C08A400A0
 ***   SYNC100 timestamp: block:     1 ptr:    27 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C08A800A0
 ***   SYNC100 timestamp: block:     1 ptr:    29 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C08AC00A0
 ***   SYNC100 timestamp: block:     1 ptr:    31 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C08B000A0
 ***   SYNC100 timestamp: block:     1 ptr:    33 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C08B400A0
 ***   SYNC100 timestamp: block:     1 ptr:    35 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C08B800A0
 ***   SYNC100 timestamp: block:     1 ptr:    37 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C08BC00A0
 ***   SYNC100 timestamp: block:     1 ptr:    39 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C08C000A0
 ***   SYNC100 timestamp: block:     1 ptr:    41 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C08C400A0
 ***   SYNC100 timestamp: block:     1 ptr:    43 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C08C800A0
 ***   SYNC100 timestamp: block:     1 ptr:    45 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C08CC00A0
 ***   SYNC100 timestamp: block:     1 ptr:    47 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C08D000A0
 ***   SYNC100 timestamp: block:     1 ptr:    49 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C08D400A0
 ***   SYNC100 timestamp: block:     1 ptr:    51 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C08D800A0
 ***   SYNC100 timestamp: block:     1 ptr:    53 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C08DC00A0
 ***   SYNC100 timestamp: block:     1 ptr:    55 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C08E000A0
 ***   SYNC100 timestamp: block:     1 ptr:    57 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C08E400A0
 ***   SYNC100 timestamp: block:     1 ptr:    59 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C08E800A0
 ***   SYNC100 timestamp: block:     1 ptr:    61 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C08EC00A0
 ***   SYNC100 timestamp: block:     1 ptr:    63 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C08F000A0
 ***   SYNC100 timestamp: block:     1 ptr:    65 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C08F400A0
 ***   SYNC100 timestamp: block:     1 ptr:    67 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C08F800A0
 ***   SYNC100 timestamp: block:     1 ptr:    69 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C08FC00A0
 ***   SYNC100 timestamp: block:     1 ptr:    71 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C090000A0
 ***   SYNC100 timestamp: block:     1 ptr:    73 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C090400A0
 ***   SYNC100 timestamp: block:     1 ptr:    75 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C090800A0
 ***   SYNC100 timestamp: block:     1 ptr:    77 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C090C00A0
 ***   SYNC100 timestamp: block:     1 ptr:    79 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C091000A0
 ***   SYNC100 timestamp: block:     1 ptr:    81 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C091400A0
 ***   SYNC100 timestamp: block:     1 ptr:    83 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C091800A0
 ***   SYNC100 timestamp: block:     1 ptr:    85 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C091C00A0
 ***   SYNC100 timestamp: block:     1 ptr:    87 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C092000A0
 ***   SYNC100 timestamp: block:     1 ptr:    89 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C092400A0
 ***   SYNC100 timestamp: block:     1 ptr:    91 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C092800A0
 ***   SYNC100 timestamp: block:     1 ptr:    93 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C092C00A0
 ***   SYNC100 timestamp: block:     1 ptr:    95 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C093000A0
 ***   SYNC100 timestamp: block:     1 ptr:    97 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C093400A0
 ***   SYNC100 timestamp: block:     1 ptr:    99 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C093800A0
 ***   SYNC100 timestamp: block:     1 ptr:   101 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C093C00A0
 ***   SYNC100 timestamp: block:     1 ptr:   103 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C094000A0
 ***   SYNC100 timestamp: block:     1 ptr:   105 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C094400A0
 ***   SYNC100 timestamp: block:     1 ptr:   107 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C094800A0
 ***   SYNC100 timestamp: block:     1 ptr:   109 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C094C00A0
 ***   SYNC100 timestamp: block:     1 ptr:   111 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C095000A0
 ***   SYNC100 timestamp: block:     1 ptr:   113 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C095400A0
 ***   SYNC100 timestamp: block:     1 ptr:   115 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C095800A0
 ***   SYNC100 timestamp: block:     1 ptr:   117 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C095C00A0
 ***   SYNC100 timestamp: block:     1 ptr:   119 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C096000A0
 ***   SYNC100 timestamp: block:     1 ptr:   121 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C096400A0
 ***   SYNC100 timestamp: block:     1 ptr:   123 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C096800A0
 ***   SYNC100 timestamp: block:     1 ptr:   125 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C096C00A0
 ***   SYNC100 timestamp: block:     1 ptr:   127 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C097000A0
 ***   SYNC100 timestamp: block:     1 ptr:   129 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C097400A0
 ***   SYNC100 timestamp: block:     1 ptr:   131 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C097800A0
 ***   SYNC100 timestamp: block:     1 ptr:   133 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C097C00A0
 ***   SYNC100 timestamp: block:     1 ptr:   135 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C098000A0
 ***   SYNC100 timestamp: block:     1 ptr:   137 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C098400A0
 ***   SYNC100 timestamp: block:     1 ptr:   139 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C098800A0
 ***   SYNC100 timestamp: block:     1 ptr:   141 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C098C00A0
 ***   SYNC100 timestamp: block:     1 ptr:   143 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C099000A0
 ***   SYNC100 timestamp: block:     1 ptr:   145 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C099400A0
 ***   SYNC100 timestamp: block:     1 ptr:   147 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C099800A0
 ***   SYNC100 timestamp: block:     1 ptr:   149 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C099C00A0
 ***   SYNC100 timestamp: block:     1 ptr:   151 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C09A000A0
 ***   SYNC100 timestamp: block:     1 ptr:   153 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C09A400A0
 ***   SYNC100 timestamp: block:     1 ptr:   155 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C09A800A0
 ***   SYNC100 timestamp: block:     1 ptr:   157 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C09AC00A0
 ***   SYNC100 timestamp: block:     1 ptr:   159 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C09B000A0
 ***   SYNC100 timestamp: block:     1 ptr:   161 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C09B400A0
 ***   SYNC100 timestamp: block:     1 ptr:   163 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C09B800A0
 ***   SYNC100 timestamp: block:     1 ptr:   165 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C09BC00A0
 ***   SYNC100 timestamp: block:     1 ptr:   167 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C09C000A0
 ***   SYNC100 timestamp: block:     1 ptr:   169 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C09C400A0
 ***   SYNC100 timestamp: block:     1 ptr:   171 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C09C800A0
 ***   SYNC100 timestamp: block:     1 ptr:   173 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C09CC00A0
 ***   SYNC100 timestamp: block:     1 ptr:   175 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C09D000A0
 ***   SYNC100 timestamp: block:     1 ptr:   177 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C09D400A0
 ***   SYNC100 timestamp: block:     1 ptr:   179 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C09D800A0
 ***   SYNC100 timestamp: block:     1 ptr:   181 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C09DC00A0
 ***   SYNC100 timestamp: block:     1 ptr:   183 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C09E000A0
 ***   SYNC100 timestamp: block:     1 ptr:   185 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C09E400A0
 ***   SYNC100 timestamp: block:     1 ptr:   187 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C09E800A0
 ***   SYNC100 timestamp: block:     1 ptr:   189 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C09EC00A0
 ***   SYNC100 timestamp: block:     1 ptr:   191 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C09F000A0
 ***   SYNC100 timestamp: block:     1 ptr:   193 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C09F400A0
 ***   SYNC100 timestamp: block:     1 ptr:   195 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C09F800A0
 ***   SYNC100 timestamp: block:     1 ptr:   197 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C09FC00A0
 ***   SYNC100 timestamp: block:     1 ptr:   199 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C0A0000A0
 ***   SYNC100 timestamp: block:     1 ptr:   201 data: 0x824000C0 module:  2 information type:  4 information 
field: 0x000000C0 ts: 0x000C0A0400A0
 ***            ADC data: block:     1 ptr:   203 data: 0xD08FFFFF module:  2 fail: 0 range: 1 id:   143 
channel: 15 adc: 65535  ts: 0x000C0A0411AE

 ***   SYNC100 timestamp: block:     3 ptr:  1071 data: 0x824000D0 module:  2 information type:  4 information 
field: 0x000000D0 ts: 0x000D0C7000A0
 *** ERROR: fail bit set: block:     3 ptr:  1073 data:E09F0730
 ***            ADC data: block:     3 ptr:  1073 data: 0xE09F0730 module:  2 fail: 1 range: 0 id:   159 
channel: 31 adc:  1840  ts: 0x000D0C71DC7E
 ***   SYNC100 timestamp: block:     3 ptr:  1075 data: 0x824000D0 module:  2 information type:  4 information 
field: 0x000000D0 ts: 0x000D0C7400A0
 ***   SYNC100 timestamp: block:     3 ptr:  1077 data: 0x824000D0 module:  2 information type:  4 information 
field: 0x000000D0 ts: 0x000D0C7800A0
 ***   SYNC100 timestamp: block:     3 ptr:  1079 data: 0x824000D0 module:  2 information type:  4 information 
field: 0x000000D0 ts: 0x000D0C7C00A0
 ***   SYNC100 timestamp: block:     3 ptr:  1081 data: 0x824000D0 module:  2 information type:  4 information 
field: 0x000000D0 ts: 0x000D0C8000A0
 *** ERROR: fail bit set: block:     3 ptr:  1083 data:E09F0678
 ***            ADC data: block:     3 ptr:  1083 data: 0xE09F0678 module:  2 fail: 1 range: 0 id:   159 
channel: 31 adc:  1656  ts: 0x000D0C811EB8
 ***   SYNC100 timestamp: block:     3 ptr:  1085 data: 0x824000D0 module:  2 information type:  4 information 
field: 0x000000D0 ts: 0x000D0C8400A0
 ***   SYNC100 timestamp: block:     3 ptr:  1087 data: 0x824000D0 module:  2 information type:  4 information 
field: 0x000000D0 ts: 0x000D0C8800A0
 ***   SYNC100 timestamp: block:     3 ptr:  1089 data: 0x824000D0 module:  2 information type:  4 information 
field: 0x000000D0 ts: 0x000D0C8C00A0
 ***   SYNC100 timestamp: block:     3 ptr:  1091 data: 0x824000D0 module:  2 information type:  4 information 
field: 0x000000D0 ts: 0x000D0C9000A0
 *** ERROR: fail bit set: block:     3 ptr:  1093 data:E09F06BC
 ***            ADC data: block:     3 ptr:  1093 data: 0xE09F06BC module:  2 fail: 1 range: 0 id:   159 
channel: 31 adc:  1724  ts: 0x000D0C9060F0
 ***   SYNC100 timestamp: block:     3 ptr:  1095 data: 0x824000D0 module:  2 information type:  4 information 
field: 0x000000D0 ts: 0x000D0C9400A0
 ***   SYNC100 timestamp: block:     3 ptr:  1097 data: 0x824000D0 module:  2 information type:  4 information 
field: 0x000000D0 ts: 0x000D0C9800A0
 ***   SYNC100 timestamp: block:     3 ptr:  1099 data: 0x824000D0 module:  2 information type:  4 information 
field: 0x000000D0 ts: 0x000D0C9C00A0
 *** ERROR: fail bit set: block:     3 ptr:  1101 data:E09F0703
 ***            ADC data: block:     3 ptr:  1101 data: 0xE09F0703 module:  2 fail: 1 range: 0 id:   159 
channel: 31 adc:  1795  ts: 0x000D0C9FA328
 ***   SYNC100 timestamp: block:     3 ptr:  1103 data: 0x824000D0 module:  2 information type:  4 information 
field: 0x000000D0 ts: 0x000D0CA000A0
 ***   SYNC100 timestamp: block:     3 ptr:  1105 data: 0x824000D0 module:  2 information type:  4 information 
field: 0x000000D0 ts: 0x000D0CA400A0
 ***   SYNC100 timestamp: block:     3 ptr:  1107 data: 0x824000D0 module:  2 information type:  4 information 
field: 0x000000D0 ts: 0x000D0CA800A0
 ***   SYNC100 timestamp: block:     3 ptr:  1109 data: 0x824000D0 module:  2 information type:  4 information 
field: 0x000000D0 ts: 0x000D0CAC00A0
 *** ERROR: fail bit set: block:     3 ptr:  1111 data:E09F0749


                   blocks:         14
          ADC data format:      21180 (      86.8 Hz)
        Other data format:      93060 (     381.5 Hz)
 Sample trace data format:          0 (       0.0 Hz)
         Undefined format:          0 (       0.0 Hz)
   Other data format type:      PAUSE:          0 (       0.0 Hz)
                               RESUME:          0 (       0.0 Hz)
                              SYNC100:      93060 (     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:       1239 (       5.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:      243.950 s

 *** Program elapsed time:    0.719s (   19.478 blocks/s,   1.217 Mb/s)
  164   Wed Feb 24 16:13:24 2016 PJCSFirst data with two streams merged from one FEE64

Quote:

nnaida2 running Version 8 Firmware and data acquisition software outputting both and ASIC data stream and a Waveform data stream to the Merge process.

Merged data is written to file ... attached.

The waveform is running at 100Hz and ASIC data is running at 10Hz.

 

 S O R T    S T A R T I N G .....



S O R T    S T A R T E D ..... Wed Feb 24 16:11:54 2016

  *** AIDA @ RIKEN - May 2015
  *** Entry init commences
  *** READ I/O error:        5010
   gain(   0-   7) 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000
   gain(   8-  15) 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000
   gain(  16-  23) 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000
   gain(  24-  31) 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000
   gain(  32-  39) 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000
   gain(  40-  47) 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000
   gain(  48-  55) 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000
   gain(  56-  63) 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000
   gain(  64-  71) 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000
   gain(  72-  79) 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000
   gain(  80-  87) 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000
   gain(  88-  95) 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000
   gain(  96- 103) 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000
   gain( 104- 111) 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000
   gain( 112- 119) 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000
   gain( 120- 127) 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000
 offset(   0-   7)    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00
 offset(   8-  15)    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00
 offset(  16-  23)    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00
 offset(  24-  31)    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00
 offset(  32-  39)    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00
 offset(  40-  47)    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00
 offset(  48-  55)    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00
 offset(  56-  63)    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00
 offset(  64-  71)    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00
 offset(  72-  79)    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00
 offset(  80-  87)    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00
 offset(  88-  95)    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00
 offset(  96- 103)    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00
 offset( 104- 111)    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00
 offset( 112- 119)    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00
 offset( 120- 127)    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00
      c(   0-   7)   1.000   1.000   1.000   1.000   1.000   1.000   1.000   0.000
      w(   0-   7)       0       0       0       0       0       0       0       0
      w(   8-  15)       0       0       0       0       0       0       0       0
      w(  16-  23)       0       0       0       0       0       0       0       0
      w(  24-  31)       0       0       0       0       0       0       0       0
  *** Entry init ends
plugin_loader: loaded /MIDAS_local/MIDASsort/Linux/lib64/great_fmt.so at 0x7fb5105de8cc

plugin_loader: loaded /MIDAS_local/MIDASsort/Linux/lib64/disc.so at 0x7fb5103a3dc7


Get_Block: Opened file -> /homes/npg/Downloads/R1_0.gz for read

 008F 0000 0000 0001 FFFF 0A04 11AE
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C0A0411AE ch: 2127
 008F 0000 0000 0001 FFFF 0A9C 875E
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C0A9C875E ch: 2127
 008F 0000 0000 0001 FFFF 0D96 D496
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C0D96D496 ch: 2127
 008F 0000 0000 0001 FFFF 0E2F 4A46
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C0E2F4A46 ch: 2127
 008F 0000 0000 0001 FFFF 0F60 366E
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C0F60366E ch: 2127
 008F 0000 0000 0001 FFFF 0091 2296
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C10912296 ch: 2127
 008F 0000 0000 0001 FFFF 01C2 0EBE
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C11C20EBE ch: 2127
 008F 0000 0000 0001 FFFF 025A 8536
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C125A8536 ch: 2127
 008F 0000 0000 0001 FFFF 02F2 FBAE
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C12F2FBAE ch: 2127
 008F 0000 0000 0001 FFFF 084F 25E6
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C184F25E6 ch: 2127
 008F 0000 0000 0001 FFFF 0980 139E
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C1980139E ch: 2127
 008F 0000 0000 0001 FFFF 0AB1 0156
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C1AB10156 ch: 2127
 008F 0000 0000 0001 FFFF 0EDC 4416
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C1EDC4416 ch: 2127
 008F 0000 0000 0001 FFFF 0F74 BB56
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C1F74BB56 ch: 2127
 008F 0000 0000 0001 FFFF 00A5 AA9E
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C20A5AA9E ch: 2127
 008F 0000 0000 0001 FFFF 01D6 99E6
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C21D699E6 ch: 2127
 008F 0000 0000 0001 FFFF 0307 892E
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C2307892E ch: 2127
 008F 0000 0000 0001 FFFF 0438 7876
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C24387876 ch: 2127
 008F 0000 0000 0001 FFFF 0569 67BE
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C256967BE ch: 2127
 008F 0000 0000 0001 FFFF 069A 5706
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C269A5706 ch: 2127
 008F 0000 0000 0001 FFFF 0732 CF0E
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C2732CF0E ch: 2127
 008F 0000 0000 0001 FFFF 0863 BE56
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C2863BE56 ch: 2127
 008F 0000 0000 0001 FFFF 08FC 365E
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C28FC365E ch: 2127
 008F 0000 0000 0001 FFFF 0B5E 15B6
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C2B5E15B6 ch: 2127
 008F 0000 0000 0001 FFFF 0C8F 05C6
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C2C8F05C6 ch: 2127
 008F 0000 0000 0001 FFFF 0D27 7DCE
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C2D277DCE ch: 2127
 008F 0000 0000 0001 FFFF 0DBF F5D6
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C2DBFF5D6 ch: 2127
 008F 0000 0000 0001 FFFF 0E58 6DDE
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C2E586DDE ch: 2127
 008F 0000 0000 0001 FFFF 0EF0 E5E6
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C2EF0E5E6 ch: 2127
 008F 0000 0000 0001 FFFF 0F89 5DEE
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C2F895DEE ch: 2127
 008F 0000 0000 0001 FFFF 0021 D5F6
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C3021D5F6 ch: 2127
 008F 0000 0000 0001 FFFF 00BA 4DFE
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C30BA4DFE ch: 2127
 008F 0000 0000 0001 FFFF 0152 C606
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C3152C606 ch: 2127
 008F 0000 0000 0001 FFFF 01EB 3E0E
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C31EB3E0E ch: 2127
 008F 0000 0000 0001 FFFF 0616 857E
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C3616857E ch: 2127
 008F 0000 0000 0001 FFFF 06AE FD86
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C36AEFD86 ch: 2127
 008F 0000 0000 0001 FFFF 0747 758E
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C3747758E ch: 2127
 008F 0000 0000 0001 FFFF 09A9 54E6
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C39A954E6 ch: 2127
 008F 0000 0000 0001 FFFF 0A41 CCEE
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C3A41CCEE ch: 2127
 008F 0000 0000 0001 FFFF 0B72 BC36
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C3B72BC36 ch: 2127
 008F 0000 0000 0001 FFFF 0D3C 2386
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C3D3C2386 ch: 2127
 008F 0000 0000 0001 FFFF 0E6D 12CE
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C3E6D12CE ch: 2127
 008F 0000 0000 0001 FFFF 0F9E 0216
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C3F9E0216 ch: 2127
 008F 0000 0000 0001 FFFF 00CE F15E
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C40CEF15E ch: 2127
 008F 0000 0000 0001 FFFF 0298 57E6
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C429857E6 ch: 2127
 008F 0000 0000 0001 FFFF 0330 CF26
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C4330CF26 ch: 2127
 008F 0000 0000 0001 FFFF 04FA 35AE
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C44FA35AE ch: 2127
 008F 0000 0000 0001 FFFF 062B 242E
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C462B242E ch: 2127
 008F 0000 0000 0001 FFFF 06C3 9B6E
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C46C39B6E ch: 2127
 008F 0000 0000 0001 FFFF 09BD EEE6
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C49BDEEE6 ch: 2127
 008F 0000 0000 0001 FFFF 0A56 6626
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C4A566626 ch: 2127
 008F 0000 0000 0001 FFFF 0B87 53DE
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C4B8753DE ch: 2127
 008F 0000 0000 0001 FFFF 0C1F CB1E
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C4C1FCB1E ch: 2127
 008F 0000 0000 0001 FFFF 0D50 B8D6
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C4D50B8D6 ch: 2127
 008F 0000 0000 0001 FFFF 0E81 A68E
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C4E81A68E ch: 2127
 008F 0000 0000 0001 FFFF 0F1A 1D06
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C4F1A1D06 ch: 2127
 008F 0000 0000 0001 FFFF 004B 0ABE
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C504B0ABE ch: 2127
 008F 0000 0000 0001 FFFF 00E3 8136
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C50E38136 ch: 2127
 008F 0000 0000 0001 FFFF 017B F7AE
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C517BF7AE ch: 2127
 008F 0000 0000 0001 FFFF 050E BE7E
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C550EBE7E ch: 2127
 008F 0000 0000 0001 FFFF 05A7 34F6
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C55A734F6 ch: 2127
 008F 0000 0000 0001 FFFF 06D8 211E
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C56D8211E ch: 2127
 008F 0000 0000 0001 FFFF 0770 9796
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C57709796 ch: 2127
 008F 0000 0000 0001 FFFF 0939 F96E
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C5939F96E ch: 2127
 008F 0000 0000 0001 FFFF 0B03 5B46
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C5B035B46 ch: 2127
 008F 0000 0000 0001 FFFF 0B9B D0F6
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C5B9BD0F6 ch: 2127
 008F 0000 0000 0001 FFFF 0C34 46A6
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C5C3446A6 ch: 2127
 008F 0000 0000 0001 FFFF 0CCC BC56
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C5CCCBC56 ch: 2127
 008F 0000 0000 0001 FFFF 0D65 3206
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C5D653206 ch: 2127
 008F 0000 0000 0001 FFFF 0DFD A7B6
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C5DFDA7B6 ch: 2127
 008F 0000 0000 0001 FFFF 005F 7DAE
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C605F7DAE ch: 2127
 008F 0000 0000 0001 FFFF 0190 6846
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C61906846 ch: 2127
 008F 0000 0000 0001 FFFF 0228 DD2E
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C6228DD2E ch: 2127
 008F 0000 0000 0001 FFFF 0523 267E
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C6523267E ch: 2127
 008F 0000 0000 0001 FFFF 05BB 9B66
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C65BB9B66 ch: 2127
 008F 0000 0000 0001 FFFF 081D 6E3E
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C681D6E3E ch: 2127
 008F 0000 0000 0001 FFFF 08B5 E326
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C68B5E326 ch: 2127
 008F 0000 0000 0001 FFFF 094E 580E
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C694E580E ch: 2127
 008F 0000 0000 0001 FFFF 0A7F 4116
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C6A7F4116 ch: 2127
 008F 0000 0000 0001 FFFF 0BB0 2A1E
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C6BB02A1E ch: 2127
 008F 0000 0000 0001 FFFF 0D79 8746
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C6D798746 ch: 2127
 008F 0000 0000 0001 FFFF 0E11 FB66
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C6E11FB66 ch: 2127
 008F 0000 0000 0001 FFFF 0EAA 6F86
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C6EAA6F86 ch: 2127
 008F 0000 0000 0001 FFFF 036E 1086
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C736E1086 ch: 2127
 008F 0000 0000 0001 FFFF 0537 6C1E
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C75376C1E ch: 2127
 008F 0000 0000 0001 FFFF 05CF E03E
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C75CFE03E ch: 2127
 008F 0000 0000 0001 FFFF 0700 C7B6
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C7700C7B6 ch: 2127
 008F 0000 0000 0001 FFFF 08CA 234E
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C78CA234E ch: 2127
 008F 0000 0000 0001 FFFF 09FB 0AC6
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C79FB0AC6 ch: 2127
 008F 0000 0000 0001 FFFF 0B2B F23E
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C7B2BF23E ch: 2127
 008F 0000 0000 0001 FFFF 0C5C D9B6
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C7C5CD9B6 ch: 2127
 008F 0000 0000 0001 FFFF 0D8D C12E
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C7D8DC12E ch: 2127
 008F 0000 0000 0001 FFFF 0EBE A8A6
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C7EBEA8A6 ch: 2127
 008F 0000 0000 0001 FFFF 0FEF 901E
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C7FEF901E ch: 2127
 008F 0000 0000 0001 FFFF 0120 7796
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C81207796 ch: 2127
 008F 0000 0000 0001 FFFF 02E9 D32E
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C82E9D32E ch: 2127
 008F 0000 0000 0001 FFFF 0382 474E
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C8382474E ch: 2127
 008F 0000 0000 0001 FFFF 041A BB6E
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C841ABB6E ch: 2127
 008F 0000 0000 0001 FFFF 05E4 17CE
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C85E417CE ch: 2127
 008F 0000 0000 0001 FFFF 067C 8BEE
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C867C8BEE ch: 2127
 008F 0000 0000 0001 FFFF 0715 000E
 module:   2 channel:  15 range: 1 adc_data:FFFF ts:000C8715000E ch: 2127
  *** items:      114240  events:       10590  count:       21180
  *** time warp:           0  count2:           0
  *** elapsed time:  9.76562500E-02  s items:   1169817.6      events:   108441.60      count:   216883.20    
  *** Entry finish



S O R T    C O M P L E T E ..... Wed Feb 24 16:11:54 2016

  *** items:      114240  events:       10590  count:       21180
  *** time warp:           0  count2:           0
  *** elapsed time:  9.76562500E-02  s items:   1169817.6      events:   108441.60      count:   216883.20    
  *** Entry finish

S O R T    S T O P P E D ..... Wed Feb 24 16:11:54 2016

  163   Wed Feb 24 15:46:11 2016 PJCSOR64 - OR of all the ASIC discriminator channels after application of a mask

Firmware version8 number 8 has an OR64 added which can be routed, using the Local control, to the Trigger output and hence seen at the front panel Fast NIM LEMO00 connector.

The OR64 is the OR of all the ASIC Discriminators. Each rising edge of a discriminator signal will give a 10ns pulse on the Fast NIM signal. If two coincide there will be one pulse.

 The attached 'scope photograph shows the pulser trigger output ( orange trace ) and the OR64 signal ( blue trace) .

The delay shown is 98nS.

nnaida2 has no ASICs mounted so this timing is for the VHDL and MACB system.

Further tests will be run with the full T9 system ( nnaida11 -> 14 + detector ) and this entry updated with that result.

 

  162   Wed Feb 24 14:53:41 2016 PJCSFirst data with two streams merged from one FEE64

nnaida2 running Version 8 Firmware and data acquisition software outputting both and ASIC data stream and a Waveform data stream to the Merge process.

Merged data is written to file ... attached.

The waveform is running at 100Hz and ASIC data is running at 10Hz.

 

  161   Wed Feb 24 13:54:53 2016 TDReport - low - FEE temperature plot displays incorrect dates
See Attachment 1

FEE temperature plot shows data for incorrect dates
  160   Wed Feb 24 10:25:35 2016 TDWednesday 24 February 2016
MSL type BB18(DS)-1000 serial 2998-22
Bias +200V, I_L +=5.770uA, ambient temperature +19.8 deg C
 
DSSSD - AIDA adaptor PCB cabling
 
4 off LH Coupler (Kapton PCB, 5cm), 2x 34-way Samtec ribbon cable (45cm), RH coupler(Kapton PCB, 10cm)
 + 3M 1245 1.4mil copper foil screen ribbon cables + RH coupler only (i.e. not LH coupler)
 + drain wires -> gold-plated Lemo-00 test input connectors 
 
nnaida 11 & 12 AIDA adaptor PCB rev B
nnaida 13 & 14 AIDA adaptor PCB rev C (LK1 fitted) 
ground links LK3 & LK7 fitted to nnaida11-14 AIDA adaptor PCBs

Heavy duty copper cable connects copper front end frames of FEE modules
Nitto 5011N conductive gasket between FEE module and front end frames
 
Standard ASIC settings
 nnaida 11 & 12 - negative input
 nnaida 13 & 14 - positive input
 
Pulser BNC PB-5 
Fall time 1.0ms
Rate 100Hz
Delay 250ns
Ampl 5.00000V
Polarity +
Pulse top Tail
Atten 10x
Clamp ON
- polarity via Cooknell SA1 Summing Amplifier
 
207Bi source, approx centred on DSSSD, approx 3cm from DSSSD

*** N.B. AIDA FEE firmware version 8 ***

File R37
shaping time 8uS
slow comparator 6 (dec)
start: 10.24 stop: 14.05
spectra saved to disk  15.05 BST (sic)
Pulser OFF

No merger error messages

See attachment 1

Changing slow comparator from 0x6 to 0x5, nnaida11 DAQ stalled at GO
Force stop, reset OK but then unable to connect to nnaida11
Recover with power cycle

File R38
shaping time 8uS
slow comparator 5 (dec)  
start: 14.20 stop: 15.00
spectra saved to disk 16.05 BST (sic)
Pulser OFF

Slow comparator 0x10 for start of run and then changed to 0x5 when merger/tapeserver running

See attachment 2



Pulser BNC PB-5 
Fall time 1.0ms
Rate 100Hz
Delay 250ns
Ampl 10.00000V
Polarity +
Pulse top Tail
Atten 10x
Clamp ON
- polarity via Cooknell SA1 Summing Amplifier
 
207Bi source, approx centred on DSSSD, approx 3cm from DSSSD
  
File R39
shaping time 8uS
slow comparator 16 (dec)
start:  stop: 15.39
spectra saved to disk 16.39 BST (sic)
Pulser amplitude 10.0000V-1.00000V @ 1.00000V step

See attachment 3

BNC PB-5
atten 5x

File R41
shaping time 8uS
slow comparator 24 (dec)
start:  stop: 
spectra saved to disk 17.06 BST (sic)
Pulser amplitude 10.0000V-1.00000V @ 1.00000V step

See attachment 4
ELOG V3.1.4-unknown