Difference between revisions of "DAQ Meeting/20180731"

From PREX Wiki
Jump to navigationJump to search
Line 35: Line 35:
  
 
== Testing ==
 
== Testing ==
[[DAQ Testing/20180730|Today's testing]]
+
[[DAQ Testing/20180731|Today's testing]]

Revision as of 22:08, 31 July 2018

Back to Main Page >> DAQ Documentation Portal >> DAQ Meetings

previous meeting << >> following meeting

Logistic information

BlueJeans calling instructions:
Toll-Free Number (U.S.& Canada): 888-240-2560
International toll number:     408-740-7256
Bluejeans CODE:         475 839 391
Bluejeans link: https://bluejeans.com/475839391

Agenda

  • Bob : Get Bank data structure incorporated in old Prex_ts.crl functionality
    • See also the compton polarimeter DAQ's fadcTest.crl

Minutes

  • Morning - 11AM - Bob, Cameron : Look at compton example and begin working on including Bank data structures in Prex_ts.crl -> Prex_ts_banks.crl is the new file
    • Make a new config called something like Prex_banks.crl
    • Add in bank structures (like in the compton DAQ fadcTest.crl - "[compton@compton ~/crl]$ grep FADC_ACCUM fadcTest.crl")
const FADC_ACCUM = 0x0211
open bank FADC_ACCUM of BT_UI4
%%
c code 
%%
close bank
    • Make separate banks for scalers, TI and FLEXIOs, HAPPEX ADC (16 and 18 bit), QWeak ADC block, HAPPEX Timing Board, miscelaneous
      • xcefdump will automatically see the new data dump structure
      • We will have to add the new data dump structure into PAN/new analyzers
    • Working on it seems to bump into complications
      • Incorporating TS Control appears to be difficult to do as a usrstrutils.c kind of feature, since that gets used during Download, but "ts control" has to be set before download...
      • The StartOfBank variable is failing to initialize in the "makelist Prex_ts_banks.crl ppc" process
      • There are some headers whose purpose is not entirely clear
      • Littered the file with lots of FIXMEs and clearly labelled what lines of code are additions and what they used to be with //#CAM and //#/CAM braces around work
      • Work on these tomorrow

Testing

Today's testing