Difference between revisions of "DAQ Meeting/20180731"
From PREX Wiki
Jump to navigationJump to search (Created page with "* Make a new config called something like Prex_banks.crl * Add [compton@compton ~/crl]$ grep FADC_ACCUM fadcTest.crl const FADC_ACCUM = 0x0211 open bank FADC_ACCUM of BT_...") |
|||
Line 1: | Line 1: | ||
− | + | Back to [[Main_Page|Main Page]] >> [[DAQ_Doc_Portal|DAQ Documentation Portal]] >> [[DAQ_Meeting|DAQ Meetings]] | |
− | |||
− | [compton@compton ~/crl]$ grep FADC_ACCUM fadcTest.crl | + | [[DAQ_Meeting/20180730|previous meeting]] << >> [[DAQ_Meeting/20180801|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 | const FADC_ACCUM = 0x0211 | ||
open bank FADC_ACCUM of BT_UI4 | open bank FADC_ACCUM of BT_UI4 | ||
Line 10: | Line 23: | ||
close bank | 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 dump structure | + | *** xcefdump will automatically see the new data dump structure |
− | * We will have to add the dump structure into PAN/new analyzers | + | *** 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 == | ||
+ | [[DAQ Testing/20180730|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
- Make separate banks for scalers, TI and FLEXIOs, HAPPEX ADC (16 and 18 bit), QWeak ADC block, HAPPEX Timing Board, miscelaneous
- 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
- Working on it seems to bump into complications