AIDA GELINA BRIKEN nToF CRIB ISOLDE CIRCE nTOFCapture DESPEC DTAS EDI_PSA 179Ta CARME StellarModelling DCF K40
  AIDA  ELOG logo
Message ID: 872     Entry time: Sun Jul 16 09:36:40 2023
Author: TD 
Subject: 15-16 July 2023 
Saturday 15 July

Cooling water ON - temperature c. +19 deg C ( controls adjacent to S4 entrance )
Flow taps ON ( S4 )
Cannot see float in mechanical flow gauge - sediment?
USB-controlled ac mains relay flow interlock ON.
Flow vibration can be felt in cooling manifold and lines. 


13x FEE64s installed - see attachment 2 ( courtesy NH )

FEE64 #    Cable set #
1          1
2          2
3          3
4          4
5
6          6
7
8          8
9          9
10         5
11         11
12         7
15          



10x FEE64s configured - update /MIDAS/config/TclHttpd/aidas-gsi@8015/startup.tcl - see attachment 1

ttyUSB1 aida01
ttyUSB3 aida12
ttyUSB4 aida02
ttyUSB6 aida03
ttyUSB7 aida04
ttyUSB9 aida11
ttyUSB10 aida09
ttyUSB12 aida10
ttyUSB13 aida08
ttyUSB15 aida06


Update /etc/dhcp/dhcpd.conf - correct MAC address aida09

from 

   host aida09 {
     hardware ethernet d8:80:39:41:ee:01;
     fixed-address 192.168.11.9;
    option root-path "/home/Embedded/XilinxLinux/ppc_4xx/rfs/aida09";
   }

to

   host aida09 {
     hardware ethernet d8:80:39:41:ee:10;
     fixed-address 192.168.11.9;
    option root-path "/home/Embedded/XilinxLinux/ppc_4xx/rfs/aida09";
   }

5x MACBs installed - see attachment 3
Note configuration setting 0x0 for all 5x MACBs ( cf. 0x3 per https://elog.ph.ed.ac.uk/DESPEC/517 )


17.30 System wide checks - see attachments 4-7
      OK *except* aida09 clock and WR decoder errors
      FEE64 temperatures OK - see attachment 8






Sunday 16 July

11.30 Restart

      FEE64 temperatures OK - attachment 9
      System wide checks - attachments 10-15
      aida09 clock errors - no WR timestamp
      aida09 WR status 0xd - attachments 16-18

      Local controls aida01 cf. aida09 - attachments 19-20
      status register 0xf cf. 0x4
      BuTIS interface control 0x3 cf. 0x0


14.00 ASIC settings 2021Apr29-13-16-00
      slow comparator 0x64

      FEE64s 1, 3, 9, 10, 11, 12  + input polarity
      FEE64s 2, 4, 6, 8           - input polarity

      BNC PB-5 pulser
      amplitude 1.0V
      attenuation x1
      tail pulse
      tau_d 1ms
      frequency 100Hz
      polarity +

      EG&G Ortec 534 Sum & Invert Amplifier
      to provide - polarity test inputs
      Test + and - signals daisy-chained to FEE64s - end of daisy-chain terminated by 50 Ohms.

      Adaptor PCB

      AIDA Half Rev B 180623 fitted FEE64s 1, 2, 3, 4, 9, 10, 11, 12
       *all* LKs fitted
      AIDA Half Rev A 120418 fitted FEE64s 6, 8
       *no* LKs fitted

      No drain wire connections from adaptor PCB to FEE64 cooling plate fitted



      per FEE64 rate spectra - attachment 21

      p+n FEE64 1.8.L spectra - attachments 22-23
       aida01 1.8.L pulser peak width 15 ch FWHM

      n+n FEE64 1.8.L spectra - attachments 24-25
       double peak spectra

      p+n FEE64 1.8.W spectra 20us FSR - attachments 26-28

      n+n FEE64 1.8.W spectra 20us FSR - attachments 29-31

      Observe significantly higher noise for rev A adaptors
      No data observed for aida09
      aida01 2.5.* data missing
      

      FEE64 statistics aida01, aida09, good events, ADC data, pause, resume, disc, correlation & WR 48-63 - attachments 32-40
Attachment 1: startup.tcl  2 kB  Uploaded Sun Jul 16 10:50:23 2023  | Hide | Hide all

   Setting BGColor "BlanchedAlmond"
   Setting TextColor "red"

      Setting ProjectName  AIDA
      Setting ProjectImage AIDA.gif
      Setting ProjectURL   "http://npg.dl.ac.uk/NPG/Projects/Fair.html"


  Setting Option1Name STFC
  Setting Option1URL  "stfc.ac.uk"
  Setting Option1Image stfc.jpg


# global MessageLoggerServerHost
#  set  MessageLoggerServerHost nndhcp077.dl.ac.uk

#    package require  MessageLoggerClient 

#  Setting Option3Name "Elog Server"
#  Setting Option3URL  "http://nndhcp077.dl.ac.uk:8080/DataAcq/"

#    Install required services

    if {![namespace exists ::AIDA]} {namespace eval ::AIDA {puts "created namespace ::AIDA"}}
#    set ::AIDA::TestMode 1

    global SpectrumServerHost
    set SpectrumServerHost aidas

   package require XAIDAAccessClient  ;# for Client end - ie AIDA server workstation  sets MIDAS_XAIDAAccessClient_Exists (SOAP)

   package require XAD9252AccessClient ;# for Client end - ie AIDA server workstation  sets MIDAS_XAD9252AccessClient_Exists (SOAP)

namespace eval DataAcquisition {
     variable PROJECT AIDA
     variable ACQSERVERS
     set ACQSERVERS [list aida01 aida02 aida03 aida04 aida06 aida08 aida09 aida10 aida11 aida12]
     variable ACQSERVER [first $ACQSERVERS]
     variable DataTransferStreams; set DataTransferStreams 2
#     set ::DataAcquisition::EnableMerger 1
#     set ::DataAcquisition::EnableTape 1
    variable RDOGo 0 
}

namespace eval AIDA {
      variable ModuleMenu; set ModuleMenu $::DataAcquisition::ACQSERVERS
      variable TSMaster; set TSMaster aida01
      variable FEE64 [first $ModuleMenu]
      variable ConfigBase; set ConfigBase [file join $env(MIDASBASE) config TclHttpd]
}

    Setting DataBaseRoot "/MIDAS/DB"
    package require DataBaseAccessServer

    package require NetVarsServer 1.1
    package require SigTaskServer

#    package require MemSasServer

#    Install services for Run Control

namespace eval $::DataAcquisition::PROJECT {
    variable DBRootName [file join EXPERIMENTS AIDA]
    variable DBNodeBase 2012
}

  package require AIDARunControl
#  package require TapeServer
#  package require MergerControl
#  package require MERGERunControl


  Setting Option7Name "Project Home Page"
  Setting Option7URL  "http://npg.dl.ac.uk/NPG/Projects/Fair.html"

  Setting Option8Name "Server Software Home Page"
  Setting Option8URL  "http://npg.dl.ac.uk/MIDAS/download/WebServices.html"


Attachment 2: 20230716_110037.jpg  1.263 MB  Uploaded Sun Jul 16 11:06:59 2023  | Hide | Hide all
20230716_110037.jpg
Attachment 3: 20230715_155028.jpg  1.209 MB  Uploaded Sun Jul 16 11:07:19 2023  | Hide | Hide all
20230715_155028.jpg
Attachment 4: Screenshot_from_2023-07-15_17-34-39.png  1.012 MB  Uploaded Sun Jul 16 11:18:12 2023  | Hide | Hide all
Screenshot_from_2023-07-15_17-34-39.png
Attachment 5: Screenshot_from_2023-07-15_17-34-32.png  1.025 MB  Uploaded Sun Jul 16 11:18:12 2023  | Hide | Hide all
Screenshot_from_2023-07-15_17-34-32.png
Attachment 6: Screenshot_from_2023-07-15_17-34-25.png  1.005 MB  Uploaded Sun Jul 16 11:18:12 2023  | Hide | Hide all
Screenshot_from_2023-07-15_17-34-25.png
Attachment 7: Screenshot_from_2023-07-15_17-34-20.png  1.032 MB  Uploaded Sun Jul 16 11:18:12 2023  | Hide | Hide all
Screenshot_from_2023-07-15_17-34-20.png
Attachment 8: Screenshot_from_2023-07-15_17-33-10.png  151 kB  Uploaded Sun Jul 16 11:18:12 2023  | Hide | Hide all
Screenshot_from_2023-07-15_17-33-10.png
Attachment 9: Screenshot_from_2023-07-16_11-29-44.png  144 kB  Uploaded Sun Jul 16 11:34:20 2023  | Hide | Hide all
Screenshot_from_2023-07-16_11-29-44.png
Attachment 10: Screenshot_from_2023-07-16_11-33-20.png  214 kB  Uploaded Sun Jul 16 11:34:35 2023  | Hide | Hide all
Screenshot_from_2023-07-16_11-33-20.png
Attachment 11: Screenshot_from_2023-07-16_11-31-55.png  122 kB  Uploaded Sun Jul 16 11:34:35 2023  | Hide | Hide all
Screenshot_from_2023-07-16_11-31-55.png
Attachment 12: Screenshot_from_2023-07-16_11-31-46.png  121 kB  Uploaded Sun Jul 16 11:34:35 2023  | Hide | Hide all
Screenshot_from_2023-07-16_11-31-46.png
Attachment 13: Screenshot_from_2023-07-16_11-31-41.png  133 kB  Uploaded Sun Jul 16 11:34:35 2023  | Hide | Hide all
Screenshot_from_2023-07-16_11-31-41.png
Attachment 14: Screenshot_from_2023-07-16_11-31-35.png  115 kB  Uploaded Sun Jul 16 11:34:35 2023  | Hide | Hide all
Screenshot_from_2023-07-16_11-31-35.png
Attachment 15: Screenshot_from_2023-07-16_11-30-16.png  139 kB  Uploaded Sun Jul 16 11:34:35 2023  | Hide | Hide all
Screenshot_from_2023-07-16_11-30-16.png
Attachment 16: Screenshot_from_2023-07-16_12-12-55.png  217 kB  Uploaded Sun Jul 16 12:13:24 2023  | Hide | Hide all
Screenshot_from_2023-07-16_12-12-55.png
Attachment 17: Screenshot_from_2023-07-16_12-16-26.png  138 kB  Uploaded Sun Jul 16 12:16:48 2023  | Hide | Hide all
Screenshot_from_2023-07-16_12-16-26.png
Attachment 18: Screenshot_from_2023-07-16_12-16-16.png  140 kB  Uploaded Sun Jul 16 12:16:48 2023  | Hide | Hide all
Screenshot_from_2023-07-16_12-16-16.png
Attachment 19: Screenshot_from_2023-07-16_12-18-27.png  184 kB  Uploaded Sun Jul 16 12:18:42 2023  | Hide | Hide all
Screenshot_from_2023-07-16_12-18-27.png
Attachment 20: Screenshot_from_2023-07-16_12-18-16.png  185 kB  Uploaded Sun Jul 16 12:18:42 2023  | Hide | Hide all
Screenshot_from_2023-07-16_12-18-16.png
Attachment 21: Screenshot_from_2023-07-16_14-14-24.png  178 kB  Uploaded Sun Jul 16 14:21:34 2023  | Hide | Hide all
Screenshot_from_2023-07-16_14-14-24.png
Attachment 22: Screenshot_from_2023-07-16_14-14-44.png  168 kB  Uploaded Sun Jul 16 14:21:48 2023  | Hide | Hide all
Screenshot_from_2023-07-16_14-14-44.png
Attachment 23: Screenshot_from_2023-07-16_14-15-17.png  173 kB  Uploaded Sun Jul 16 14:21:54 2023  | Hide | Hide all
Screenshot_from_2023-07-16_14-15-17.png
Attachment 24: Screenshot_from_2023-07-16_14-17-07.png  161 kB  Uploaded Sun Jul 16 14:22:03 2023  | Hide | Hide all
Screenshot_from_2023-07-16_14-17-07.png
Attachment 25: Screenshot_from_2023-07-16_14-17-17.png  179 kB  Uploaded Sun Jul 16 14:22:12 2023  | Hide | Hide all
Screenshot_from_2023-07-16_14-17-17.png
Attachment 26: Screenshot_from_2023-07-16_14-18-45.png  182 kB  Uploaded Sun Jul 16 14:22:21 2023  | Hide | Hide all
Screenshot_from_2023-07-16_14-18-45.png
Attachment 27: Screenshot_from_2023-07-16_14-19-04.png  177 kB  Uploaded Sun Jul 16 14:22:31 2023  | Hide | Hide all
Screenshot_from_2023-07-16_14-19-04.png
Attachment 28: Screenshot_from_2023-07-16_14-19-21.png  179 kB  Uploaded Sun Jul 16 14:22:38 2023  | Hide | Hide all
Screenshot_from_2023-07-16_14-19-21.png
Attachment 29: Screenshot_from_2023-07-16_14-19-36.png  196 kB  Uploaded Sun Jul 16 14:22:49 2023  | Hide | Hide all
Screenshot_from_2023-07-16_14-19-36.png
Attachment 30: Screenshot_from_2023-07-16_14-20-01.png  187 kB  Uploaded Sun Jul 16 14:22:55 2023  | Hide | Hide all
Screenshot_from_2023-07-16_14-20-01.png
Attachment 31: Screenshot_from_2023-07-16_14-20-23.png  195 kB  Uploaded Sun Jul 16 14:23:01 2023  | Hide | Hide all
Screenshot_from_2023-07-16_14-20-23.png
Attachment 32: Screenshot_from_2023-07-16_14-34-56.png  120 kB  Uploaded Sun Jul 16 14:36:11 2023  | Hide | Hide all
Screenshot_from_2023-07-16_14-34-56.png
Attachment 33: Screenshot_from_2023-07-16_14-34-44.png  113 kB  Uploaded Sun Jul 16 14:36:11 2023  | Hide | Hide all
Screenshot_from_2023-07-16_14-34-44.png
Attachment 34: Screenshot_from_2023-07-16_14-34-31.png  113 kB  Uploaded Sun Jul 16 14:36:11 2023  | Hide | Hide all
Screenshot_from_2023-07-16_14-34-31.png
Attachment 35: Screenshot_from_2023-07-16_14-34-20.png  113 kB  Uploaded Sun Jul 16 14:36:11 2023  | Hide | Hide all
Screenshot_from_2023-07-16_14-34-20.png
Attachment 36: Screenshot_from_2023-07-16_14-34-09.png  113 kB  Uploaded Sun Jul 16 14:36:11 2023  | Hide | Hide all
Screenshot_from_2023-07-16_14-34-09.png
Attachment 37: Screenshot_from_2023-07-16_14-33-41.png  120 kB  Uploaded Sun Jul 16 14:36:11 2023  | Hide | Hide all
Screenshot_from_2023-07-16_14-33-41.png
Attachment 38: Screenshot_from_2023-07-16_14-33-13.png  206 kB  Uploaded Sun Jul 16 14:36:11 2023  | Hide | Hide all
Screenshot_from_2023-07-16_14-33-13.png
Attachment 39: Screenshot_from_2023-07-16_14-33-05.png  216 kB  Uploaded Sun Jul 16 14:36:11 2023  | Hide | Hide all
Screenshot_from_2023-07-16_14-33-05.png
Attachment 40: Screenshot_from_2023-07-16_14-32-51.png  120 kB  Uploaded Sun Jul 16 14:36:11 2023  | Hide | Hide all
Screenshot_from_2023-07-16_14-32-51.png
ELOG V3.1.4-unknown