RD53A DAQMemo & Log
Useful links
PreparationFirmwareFirmwareのversionが古い場合,新しいversionをもってくる.
Check Communication with XpressK7Softwareが古い場合,新しいversionのを持ってくる.
Config Filescanをする際にcontroller configやconnectivity config, scan configを指定する必要がある. connectivity config
![]() Configure Chip and Run Scan, Tune参照:https://gitlab.cern.ch/YARR/YARR/-/blob/master/docs/rd53a.md 基本的にscanをする際は,$ ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/CONNECTIVITY.json -s configs/scans/rd53a/SCAN.json [OPTION]
[OPTION]
Digital / Analog Scan$./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_digitalscan.json -p
$ ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_analogscan.json -p
Threshold Scan$ ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_thresholdscan.json -p
Range
ToT (Time over Threshold) Scan$ ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_thresholdscan.json -p -t [CHARGE] [Target ToT ]
ToT Scanをする際はinject charge=MIPが落とすcharge~10k[e]を入力する.(1um siliconに対しておよそ80electrons)
TuneTunigはscriptsが用意されている.(詳しくは中を見てほしい)これには引数が必要で,$ ./scripts/tune-rd53a.sh [1st Target Threshold] [2nd Target Threshold] [Inject Charge] [Target ToT ] configs/controller/specCfg.json configs/connectivity/example_rd53a_setup.json
Cross-Talk Scan$ ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_crosstalk_scan.json -p
Inject Pattern
Source Scan参照: SelfTriggerScan 参照: ExtTriggerScanFNAL Scan後に.raw dataを作成させるには,scan configに"algorithm": "DataArchiver"の項を追加する必要がある. (.raw dataを解析するのは,plotting/read_rawData or bin/analyseRawDataを使えばよい) --![]() Etc. 備忘録YARR/bin に入っている解析scriptsを編集する際の手順.
Digital/Analog Power (LV)RD53A Single Chip Cardには,digital/analog powerをdirectで与えるかregulatorを通して与える(regulator mode)かの2通りある. Regulator Mode
| ||||||||
Added: | ||||||||
> > | Firmware?160Mbps/640MbpsのFirmwareを使う場合,config fileのparameterを変更する必要がある. 160Mbps -> CdrSelSerClk=3 640Mbps -> CdsSelSerClk=0 | |||||||
#OLD# preparation
#OLD# How to configure chips and run scan[digitalscan] ./primlist/scan53.sh digitalscan KEK53-〇 or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_digitalscan.json -p 現状KEK53-3においてdirect modeでVDDD=1.23V , VDDA=1.2Vだときれい [analogscan] ./primlist/scan53.sh analogscan KEK53-〇 or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_analogscan.json -p [thresholdscan] ./primlist/scan53.sh thresholdscan KEK53-〇 -f std(lin,diff) or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_thresholdscan.json -p stdだと全FEに対してscanされlinだとlinear FE、diffだとdifferential FEのみscanされる syncは未実装 [tune threshold] ./primlist/scan53.sh tune_globalthreshold KEK53-〇 -t {target threshold} -f std(lin,diff) [ToT scan] ./primlist/scan53.sh totscan KEK53-〇 -t {injection charge} --![]() Comments
|
RD53A DAQMemo & Log
Useful links
PreparationFirmwareFirmwareのversionが古い場合,新しいversionをもってくる.
Check Communication with XpressK7Softwareが古い場合,新しいversionのを持ってくる.
Config Filescanをする際にcontroller configやconnectivity config, scan configを指定する必要がある. connectivity config
![]() Configure Chip and Run Scan, Tune参照:https://gitlab.cern.ch/YARR/YARR/-/blob/master/docs/rd53a.md 基本的にscanをする際は,$ ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/CONNECTIVITY.json -s configs/scans/rd53a/SCAN.json [OPTION]
[OPTION]
Digital / Analog Scan$./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_digitalscan.json -p
$ ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_analogscan.json -p
Threshold Scan$ ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_thresholdscan.json -p
Range
ToT (Time over Threshold) Scan$ ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_thresholdscan.json -p -t [CHARGE] [Target ToT ]
ToT Scanをする際はinject charge=MIPが落とすcharge~10k[e]を入力する.(1um siliconに対しておよそ80electrons)
TuneTunigはscriptsが用意されている.(詳しくは中を見てほしい)これには引数が必要で,$ ./scripts/tune-rd53a.sh [1st Target Threshold] [2nd Target Threshold] [Inject Charge] [Target ToT ] configs/controller/specCfg.json configs/connectivity/example_rd53a_setup.json
Cross-Talk Scan$ ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_crosstalk_scan.json -p
Inject Pattern
Source Scan参照: SelfTriggerScan 参照: ExtTriggerScanFNAL Scan後に.raw dataを作成させるには,scan configに"algorithm": "DataArchiver"の項を追加する必要がある. (.raw dataを解析するのは,plotting/read_rawData or bin/analyseRawDataを使えばよい) --![]() | ||||||||
Changed: | ||||||||
< < | Etc. | |||||||
> > | Etc. 備忘録 | |||||||
YARR/bin に入っている解析scriptsを編集する際の手順.
| ||||||||
Added: | ||||||||
> > | Digital/Analog Power (LV)RD53A Single Chip Cardには,digital/analog powerをdirectで与えるかregulatorを通して与える(regulator mode)かの2通りある. Regulator Mode
| |||||||
#OLD# preparation
#OLD# How to configure chips and run scan[digitalscan] ./primlist/scan53.sh digitalscan KEK53-〇 or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_digitalscan.json -p 現状KEK53-3においてdirect modeでVDDD=1.23V , VDDA=1.2Vだときれい [analogscan] ./primlist/scan53.sh analogscan KEK53-〇 or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_analogscan.json -p [thresholdscan] ./primlist/scan53.sh thresholdscan KEK53-〇 -f std(lin,diff) or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_thresholdscan.json -p stdだと全FEに対してscanされlinだとlinear FE、diffだとdifferential FEのみscanされる syncは未実装 [tune threshold] ./primlist/scan53.sh tune_globalthreshold KEK53-〇 -t {target threshold} -f std(lin,diff) [ToT scan] ./primlist/scan53.sh totscan KEK53-〇 -t {injection charge} --![]() Comments
|
RD53A DAQMemo & Log
Useful links
PreparationFirmwareFirmwareのversionが古い場合,新しいversionをもってくる.
Check Communication with XpressK7Softwareが古い場合,新しいversionのを持ってくる.
Config Filescanをする際にcontroller configやconnectivity config, scan configを指定する必要がある. connectivity config
![]() Configure Chip and Run Scan, Tune参照:https://gitlab.cern.ch/YARR/YARR/-/blob/master/docs/rd53a.md 基本的にscanをする際は,$ ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/CONNECTIVITY.json -s configs/scans/rd53a/SCAN.json [OPTION]
[OPTION]
Digital / Analog Scan$./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_digitalscan.json -p
$ ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_analogscan.json -p
Threshold Scan$ ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_thresholdscan.json -p
Range
ToT (Time over Threshold) Scan$ ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_thresholdscan.json -p -t [CHARGE] [Target ToT ]
ToT Scanをする際はinject charge=MIPが落とすcharge~10k[e]を入力する.(1um siliconに対しておよそ80electrons)
TuneTunigはscriptsが用意されている.(詳しくは中を見てほしい)これには引数が必要で,$ ./scripts/tune-rd53a.sh [1st Target Threshold] [2nd Target Threshold] [Inject Charge] [Target ToT ] configs/controller/specCfg.json configs/connectivity/example_rd53a_setup.json
Cross-Talk Scan$ ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_crosstalk_scan.json -p
Inject Pattern
Source Scan参照: SelfTriggerScan 参照: ExtTriggerScanFNAL Scan後に.raw dataを作成させるには,scan configに"algorithm": "DataArchiver"の項を追加する必要がある. (.raw dataを解析するのは,plotting/read_rawData or bin/analyseRawDataを使えばよい) --![]() | ||||||||
Added: | ||||||||
> > | Etc.YARR/bin に入っている解析scriptsを編集する際の手順.
| |||||||
#OLD# preparation
#OLD# How to configure chips and run scan[digitalscan] ./primlist/scan53.sh digitalscan KEK53-〇 or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_digitalscan.json -p 現状KEK53-3においてdirect modeでVDDD=1.23V , VDDA=1.2Vだときれい [analogscan] ./primlist/scan53.sh analogscan KEK53-〇 or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_analogscan.json -p [thresholdscan] ./primlist/scan53.sh thresholdscan KEK53-〇 -f std(lin,diff) or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_thresholdscan.json -p stdだと全FEに対してscanされlinだとlinear FE、diffだとdifferential FEのみscanされる syncは未実装 [tune threshold] ./primlist/scan53.sh tune_globalthreshold KEK53-〇 -t {target threshold} -f std(lin,diff) [ToT scan] ./primlist/scan53.sh totscan KEK53-〇 -t {injection charge} --![]() Comments
|
RD53A DAQMemo & Log
| ||||||||
Added: | ||||||||
> > |
| |||||||
Useful links
PreparationFirmwareFirmwareのversionが古い場合,新しいversionをもってくる.
Check Communication with XpressK7Softwareが古い場合,新しいversionのを持ってくる.
Config Filescanをする際にcontroller configやconnectivity config, scan configを指定する必要がある. connectivity config
![]() Configure Chip and Run Scan, Tune参照:https://gitlab.cern.ch/YARR/YARR/-/blob/master/docs/rd53a.md 基本的にscanをする際は,$ ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/CONNECTIVITY.json -s configs/scans/rd53a/SCAN.json [OPTION]
[OPTION]
Digital / Analog Scan$./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_digitalscan.json -p
$ ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_analogscan.json -p
Threshold Scan$ ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_thresholdscan.json -p
Range
ToT (Time over Threshold) Scan$ ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_thresholdscan.json -p -t [CHARGE] [Target ToT ]
ToT Scanをする際はinject charge=MIPが落とすcharge~10k[e]を入力する.(1um siliconに対しておよそ80electrons)
TuneTunigはscriptsが用意されている.(詳しくは中を見てほしい)これには引数が必要で,$ ./scripts/tune-rd53a.sh [1st Target Threshold] [2nd Target Threshold] [Inject Charge] [Target ToT ] configs/controller/specCfg.json configs/connectivity/example_rd53a_setup.json
Cross-Talk Scan$ ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_crosstalk_scan.json -p
Inject Pattern
Source Scan参照: SelfTriggerScan 参照: ExtTriggerScanFNAL Scan後に.raw dataを作成させるには,scan configに"algorithm": "DataArchiver"の項を追加する必要がある. (.raw dataを解析するのは,plotting/read_rawData or bin/analyseRawDataを使えばよい) --![]() #OLD# preparation
#OLD# How to configure chips and run scan[digitalscan] ./primlist/scan53.sh digitalscan KEK53-〇 or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_digitalscan.json -p 現状KEK53-3においてdirect modeでVDDD=1.23V , VDDA=1.2Vだときれい [analogscan] ./primlist/scan53.sh analogscan KEK53-〇 or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_analogscan.json -p [thresholdscan] ./primlist/scan53.sh thresholdscan KEK53-〇 -f std(lin,diff) or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_thresholdscan.json -p stdだと全FEに対してscanされlinだとlinear FE、diffだとdifferential FEのみscanされる syncは未実装 [tune threshold] ./primlist/scan53.sh tune_globalthreshold KEK53-〇 -t {target threshold} -f std(lin,diff) [ToT scan] ./primlist/scan53.sh totscan KEK53-〇 -t {injection charge} --![]() Comments
|
RD53A DAQMemo & Log
Useful links
| ||||||||
Added: | ||||||||
> > | PreparationFirmwareFirmwareのversionが古い場合,新しいversionをもってくる.
Check Communication with XpressK7Softwareが古い場合,新しいversionのを持ってくる.
Config Filescanをする際にcontroller configやconnectivity config, scan configを指定する必要がある. connectivity config
![]() Configure Chip and Run Scan, Tune参照:https://gitlab.cern.ch/YARR/YARR/-/blob/master/docs/rd53a.md 基本的にscanをする際は,$ ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/CONNECTIVITY.json -s configs/scans/rd53a/SCAN.json [OPTION]
[OPTION]
Digital / Analog Scan$./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_digitalscan.json -p
$ ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_analogscan.json -p
Threshold Scan$ ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_thresholdscan.json -p
Range
ToT (Time over Threshold) Scan$ ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_thresholdscan.json -p -t [CHARGE] [Target ToT ]
ToT Scanをする際はinject charge=MIPが落とすcharge~10k[e]を入力する.(1um siliconに対しておよそ80electrons)
TuneTunigはscriptsが用意されている.(詳しくは中を見てほしい)これには引数が必要で,$ ./scripts/tune-rd53a.sh [1st Target Threshold] [2nd Target Threshold] [Inject Charge] [Target ToT ] configs/controller/specCfg.json configs/connectivity/example_rd53a_setup.json
Cross-Talk Scan$ ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_crosstalk_scan.json -p
Inject Pattern
Source Scan参照: SelfTriggerScan 参照: ExtTriggerScanFNAL Scan後に.raw dataを作成させるには,scan configに"algorithm": "DataArchiver"の項を追加する必要がある. (.raw dataを解析するのは,plotting/read_rawData or bin/analyseRawDataを使えばよい) --![]() | |||||||
#OLD# preparation
#OLD# How to configure chips and run scan[digitalscan] ./primlist/scan53.sh digitalscan KEK53-〇 or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_digitalscan.json -p 現状KEK53-3においてdirect modeでVDDD=1.23V , VDDA=1.2Vだときれい [analogscan] ./primlist/scan53.sh analogscan KEK53-〇 or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_analogscan.json -p [thresholdscan] ./primlist/scan53.sh thresholdscan KEK53-〇 -f std(lin,diff) or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_thresholdscan.json -p stdだと全FEに対してscanされlinだとlinear FE、diffだとdifferential FEのみscanされる syncは未実装 [tune threshold] ./primlist/scan53.sh tune_globalthreshold KEK53-〇 -t {target threshold} -f std(lin,diff) [ToT scan] ./primlist/scan53.sh totscan KEK53-〇 -t {injection charge} --![]() Comments
|
RD53A DAQMemo & Log
| ||||||||
Added: | ||||||||
> > |
| |||||||
Useful links
| ||||||||
Changed: | ||||||||
< < | preparation | |||||||
> > |
| |||||||
Added: | ||||||||
> > |
#OLD# preparation | |||||||
| ||||||||
Changed: | ||||||||
< < | How to configure chips and run scan | |||||||
> > | #OLD# How to configure chips and run scan | |||||||
[digitalscan]
./primlist/scan53.sh digitalscan KEK53-〇
or
./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_digitalscan.json -p
現状KEK53-3においてdirect modeでVDDD=1.23V , VDDA=1.2Vだときれい
[analogscan]
./primlist/scan53.sh analogscan KEK53-〇
or
./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_analogscan.json -p
[thresholdscan]
./primlist/scan53.sh thresholdscan KEK53-〇 -f std(lin,diff)
or
./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_thresholdscan.json -p
stdだと全FEに対してscanされlinだとlinear FE、diffだとdifferential FEのみscanされる syncは未実装
[tune threshold]
./primlist/scan53.sh tune_globalthreshold KEK53-〇 -t {target threshold} -f std(lin,diff)
[ToT scan]
./primlist/scan53.sh totscan KEK53-〇 -t {injection charge}
-- ![]() Comments
|
RD53A DAQMemo & Log
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Useful links
preparation
How to configure chips and run scan[digitalscan] ./primlist/scan53.sh digitalscan KEK53-〇 or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_digitalscan.json -p 現状KEK53-3においてdirect modeでVDDD=1.23V , VDDA=1.2Vだときれい [analogscan] ./primlist/scan53.sh analogscan KEK53-〇 or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_analogscan.json -p [thresholdscan] ./primlist/scan53.sh thresholdscan KEK53-〇 -f std(lin,diff) or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_thresholdscan.json -p stdだと全FEに対してscanされlinだとlinear FE、diffだとdifferential FEのみscanされる syncは未実装 [tune threshold] ./primlist/scan53.sh tune_globalthreshold KEK53-〇 -t {target threshold} -f std(lin,diff) [ToT scan] ./primlist/scan53.sh totscan KEK53-〇 -t {injection charge} --![]() Comments
|
RD53A DAQMemo & Log
| ||||||||
Added: | ||||||||
> > |
| |||||||
Useful links
preparation
How to configure chips and run scan[digitalscan] ./primlist/scan53.sh digitalscan KEK53-〇 or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_digitalscan.json -p 現状KEK53-3においてdirect modeでVDDD=1.23V , VDDA=1.2Vだときれい [analogscan] ./primlist/scan53.sh analogscan KEK53-〇 or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_analogscan.json -p [thresholdscan] ./primlist/scan53.sh thresholdscan KEK53-〇 -f std(lin,diff) or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_thresholdscan.json -p stdだと全FEに対してscanされlinだとlinear FE、diffだとdifferential FEのみscanされる syncは未実装 [tune threshold] ./primlist/scan53.sh tune_globalthreshold KEK53-〇 -t {target threshold} -f std(lin,diff) [ToT scan] ./primlist/scan53.sh totscan KEK53-〇 -t {injection charge} --![]() Comments
|
RD53A DAQMemo & Log
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Useful links
preparation
How to configure chips and run scan[digitalscan] ./primlist/scan53.sh digitalscan KEK53-〇 or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_digitalscan.json -p 現状KEK53-3においてdirect modeでVDDD=1.23V , VDDA=1.2Vだときれい [analogscan] ./primlist/scan53.sh analogscan KEK53-〇 or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_analogscan.json -p [thresholdscan] ./primlist/scan53.sh thresholdscan KEK53-〇 -f std(lin,diff) or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_thresholdscan.json -p stdだと全FEに対してscanされlinだとlinear FE、diffだとdifferential FEのみscanされる syncは未実装 [tune threshold] ./primlist/scan53.sh tune_globalthreshold KEK53-〇 -t {target threshold} -f std(lin,diff) [ToT scan] ./primlist/scan53.sh totscan KEK53-〇 -t {injection charge} --![]() Comments
|
RD53A DAQMemo & Log
| ||||||||
Added: | ||||||||
> > |
| |||||||
Useful links
preparation
How to configure chips and run scan[digitalscan] ./primlist/scan53.sh digitalscan KEK53-〇 or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_digitalscan.json -p 現状KEK53-3においてdirect modeでVDDD=1.23V , VDDA=1.2Vだときれい [analogscan] ./primlist/scan53.sh analogscan KEK53-〇 or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_analogscan.json -p [thresholdscan] ./primlist/scan53.sh thresholdscan KEK53-〇 -f std(lin,diff) or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_thresholdscan.json -p stdだと全FEに対してscanされlinだとlinear FE、diffだとdifferential FEのみscanされる syncは未実装 [tune threshold] ./primlist/scan53.sh tune_globalthreshold KEK53-〇 -t {target threshold} -f std(lin,diff) [ToT scan] ./primlist/scan53.sh totscan KEK53-〇 -t {injection charge} --![]() Comments
|
RD53A DAQMemo & Log
| ||||||||
Added: | ||||||||
> > |
| |||||||
Useful links
preparation
How to configure chips and run scan[digitalscan] ./primlist/scan53.sh digitalscan KEK53-〇 or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_digitalscan.json -p 現状KEK53-3においてdirect modeでVDDD=1.23V , VDDA=1.2Vだときれい [analogscan] ./primlist/scan53.sh analogscan KEK53-〇 or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_analogscan.json -p [thresholdscan] ./primlist/scan53.sh thresholdscan KEK53-〇 -f std(lin,diff) or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_thresholdscan.json -p stdだと全FEに対してscanされlinだとlinear FE、diffだとdifferential FEのみscanされる syncは未実装 [tune threshold] ./primlist/scan53.sh tune_globalthreshold KEK53-〇 -t {target threshold} -f std(lin,diff) [ToT scan] ./primlist/scan53.sh totscan KEK53-〇 -t {injection charge} --![]() Comments
|
RD53A DAQMemo & Log
| ||||||||
Added: | ||||||||
> > |
| |||||||
Useful links
preparation
How to configure chips and run scan[digitalscan] ./primlist/scan53.sh digitalscan KEK53-〇 or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_digitalscan.json -p 現状KEK53-3においてdirect modeでVDDD=1.23V , VDDA=1.2Vだときれい [analogscan] ./primlist/scan53.sh analogscan KEK53-〇 or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_analogscan.json -p [thresholdscan] ./primlist/scan53.sh thresholdscan KEK53-〇 -f std(lin,diff) or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_thresholdscan.json -p stdだと全FEに対してscanされlinだとlinear FE、diffだとdifferential FEのみscanされる syncは未実装 [tune threshold] ./primlist/scan53.sh tune_globalthreshold KEK53-〇 -t {target threshold} -f std(lin,diff) [ToT scan] ./primlist/scan53.sh totscan KEK53-〇 -t {injection charge} --![]() Comments
|
RD53A DAQMemo & Log
Useful links | ||||||||
Changed: | ||||||||
< < | | |||||||
> > |
| |||||||
preparation
How to configure chips and run scan[digitalscan] ./primlist/scan53.sh digitalscan KEK53-〇 or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_digitalscan.json -p 現状KEK53-3においてdirect modeでVDDD=1.23V , VDDA=1.2Vだときれい [analogscan] ./primlist/scan53.sh analogscan KEK53-〇 or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_analogscan.json -p [thresholdscan] ./primlist/scan53.sh thresholdscan KEK53-〇 -f std(lin,diff) or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_thresholdscan.json -p stdだと全FEに対してscanされlinだとlinear FE、diffだとdifferential FEのみscanされる syncは未実装 [tune threshold] ./primlist/scan53.sh tune_globalthreshold KEK53-〇 -t {target threshold} -f std(lin,diff) [ToT scan] ./primlist/scan53.sh totscan KEK53-〇 -t {injection charge} --![]() Comments
|
RD53A DAQMemo & Log
| ||||||||
Added: | ||||||||
> > |
| |||||||
Useful links
preparation
How to configure chips and run scan[digitalscan] ./primlist/scan53.sh digitalscan KEK53-〇 or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_digitalscan.json -p 現状KEK53-3においてdirect modeでVDDD=1.23V , VDDA=1.2Vだときれい [analogscan] ./primlist/scan53.sh analogscan KEK53-〇 or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_analogscan.json -p [thresholdscan] ./primlist/scan53.sh thresholdscan KEK53-〇 -f std(lin,diff) or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_thresholdscan.json -p stdだと全FEに対してscanされlinだとlinear FE、diffだとdifferential FEのみscanされる syncは未実装 [tune threshold] ./primlist/scan53.sh tune_globalthreshold KEK53-〇 -t {target threshold} -f std(lin,diff) [ToT scan] ./primlist/scan53.sh totscan KEK53-〇 -t {injection charge} --![]() Comments
|
RD53A DAQMemo & Log
Useful links
preparation
| ||||||||
Changed: | ||||||||
< < | ※YARRのversionでinjectionしているpixelが変わっていることがあるのでversion up等された場合は必ずrd53a_testの中身を確認すること! | |||||||
> > | ※YARRのversionでinjectionしているpixelが変わっていることがあるのでversion up等された場合は必ずrd53a_testの中身を確認すること! | |||||||
How to configure chips and run scan[digitalscan] ./primlist/scan53.sh digitalscan KEK53-〇 or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_digitalscan.json -p 現状KEK53-3においてdirect modeでVDDD=1.23V , VDDA=1.2Vだときれい [analogscan] ./primlist/scan53.sh analogscan KEK53-〇 or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_analogscan.json -p [thresholdscan] ./primlist/scan53.sh thresholdscan KEK53-〇 -f std(lin,diff) or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_thresholdscan.json -p stdだと全FEに対してscanされlinだとlinear FE、diffだとdifferential FEのみscanされる syncは未実装 [tune threshold] ./primlist/scan53.sh tune_globalthreshold KEK53-〇 -t {target threshold} -f std(lin,diff) | ||||||||
Added: | ||||||||
> > | [ToT scan] ./primlist/scan53.sh totscan KEK53-〇 -t {injection charge} | |||||||
-- ![]() Comments
|
RD53A DAQMemo & Log
Useful links
preparation
How to configure chips and run scan[digitalscan] ./primlist/scan53.sh digitalscan KEK53-〇 or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_digitalscan.json -p 現状KEK53-3においてdirect modeでVDDD=1.23V , VDDA=1.2Vだときれい [analogscan] ./primlist/scan53.sh analogscan KEK53-〇 or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_analogscan.json -p [thresholdscan] ./primlist/scan53.sh thresholdscan KEK53-〇 -f std(lin,diff) or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_thresholdscan.json -p stdだと全FEに対してscanされlinだとlinear FE、diffだとdifferential FEのみscanされる syncは未実装 [tune threshold] | ||||||||
Changed: | ||||||||
< < | ./primlist/scan53.sh thresholdscan KEK53-〇 -t {target threshold} -f std(lin,diff) | |||||||
> > | ./primlist/scan53.sh tune_globalthreshold KEK53-〇 -t {target threshold} -f std(lin,diff) | |||||||
-- ![]() Comments
|
RD53A DAQMemo & Log
Useful links | ||||||||
Added: | ||||||||
> > |
| |||||||
preparation
How to configure chips and run scan[digitalscan] ./primlist/scan53.sh digitalscan KEK53-〇 or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_digitalscan.json -p 現状KEK53-3においてdirect modeでVDDD=1.23V , VDDA=1.2Vだときれい [analogscan] ./primlist/scan53.sh analogscan KEK53-〇 or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_analogscan.json -p [thresholdscan] ./primlist/scan53.sh thresholdscan KEK53-〇 -f std(lin,diff) or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_thresholdscan.json -p stdだと全FEに対してscanされlinだとlinear FE、diffだとdifferential FEのみscanされる syncは未実装 [tune threshold] ./primlist/scan53.sh thresholdscan KEK53-〇 -t {target threshold} -f std(lin,diff) --![]() Comments
|
RD53A DAQMemo & Log
Useful links
preparation
| ||||||||
Changed: | ||||||||
< < | のような結果が得られれば、config が通っている。 | |||||||
> > | のような結果が得られれば、config が通っている。(current dig:0.325A , ana:~0.460A) | |||||||
※YARRのversionでinjectionしているpixelが変わっていることがあるのでversion up等された場合は必ずrd53a_testの中身を確認すること!
How to configure chips and run scan[digitalscan] ./primlist/scan53.sh digitalscan KEK53-〇 or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_digitalscan.json -p 現状KEK53-3においてdirect modeでVDDD=1.23V , VDDA=1.2Vだときれい [analogscan] ./primlist/scan53.sh analogscan KEK53-〇 or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_analogscan.json -p [thresholdscan] ./primlist/scan53.sh thresholdscan KEK53-〇 -f std(lin,diff) or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_thresholdscan.json -p stdだと全FEに対してscanされlinだとlinear FE、diffだとdifferential FEのみscanされる syncは未実装 [tune threshold] ./primlist/scan53.sh thresholdscan KEK53-〇 -t {target threshold} -f std(lin,diff) --![]() Comments
|
RD53A DAQMemo & Log
Useful links
preparation
How to configure chips and run scan[digitalscan] ./primlist/scan53.sh digitalscan KEK53-〇 or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_digitalscan.json -p | ||||||||
Added: | ||||||||
> > | 現状KEK53-3においてdirect modeでVDDD=1.23V , VDDA=1.2Vだときれい | |||||||
[analogscan]
./primlist/scan53.sh analogscan KEK53-〇
or
./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_analogscan.json -p
[thresholdscan]
./primlist/scan53.sh thresholdscan KEK53-〇 -f std(lin,diff)
or
./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_thresholdscan.json -p
stdだと全FEに対してscanされlinだとlinear FE、diffだとdifferential FEのみscanされる syncは未実装
[tune threshold]
./primlist/scan53.sh thresholdscan KEK53-〇 -t {target threshold} -f std(lin,diff)
-- ![]() Comments
|
RD53A DAQMemo & Log
Useful links
preparation
| ||||||||
Added: | ||||||||
> > | →ここでのCOL,ROWはcore column,core rowのことなので注意(core column/rowについてはmanualのPixel Addressingを参照) | |||||||
のような結果が得られれば、config が通っている。
※YARRのversionでinjectionしているpixelが変わっていることがあるのでversion up等された場合は必ずrd53a_testの中身を確認すること!
How to configure chips and run scan[digitalscan] ./primlist/scan53.sh digitalscan KEK53-〇 or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_digitalscan.json -p [analogscan] ./primlist/scan53.sh analogscan KEK53-〇 or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_analogscan.json -p [thresholdscan] ./primlist/scan53.sh thresholdscan KEK53-〇 -f std(lin,diff) or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_thresholdscan.json -p stdだと全FEに対してscanされlinだとlinear FE、diffだとdifferential FEのみscanされる syncは未実装 [tune threshold] ./primlist/scan53.sh thresholdscan KEK53-〇 -t {target threshold} -f std(lin,diff) --![]() Comments
|
RD53A DAQ | ||||||||
Changed: | ||||||||
< < | Memo | |||||||
> > | Memo & Log | |||||||
| ||||||||
Added: | ||||||||
> > |
| |||||||
Useful links
preparation
| ||||||||
Changed: | ||||||||
< < | 現状PC10だとPCIeでXpressk7が認識されていないっぽいのでPC9でテスト中 | |||||||
> > | ※YARRのversionでinjectionしているpixelが変わっていることがあるのでversion up等された場合は必ずrd53a_testの中身を確認すること! | |||||||
Deleted: | ||||||||
< < |
| |||||||
How to configure chips and run scan[digitalscan] ./primlist/scan53.sh digitalscan KEK53-〇 or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_digitalscan.json -p [analogscan] ./primlist/scan53.sh analogscan KEK53-〇 or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_analogscan.json -p [thresholdscan] ./primlist/scan53.sh thresholdscan KEK53-〇 -f std(lin,diff) or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_thresholdscan.json -p stdだと全FEに対してscanされlinだとlinear FE、diffだとdifferential FEのみscanされる syncは未実装 [tune threshold] ./primlist/scan53.sh thresholdscan KEK53-〇 -t {target threshold} -f std(lin,diff) --![]() Comments
| ||||||||
Added: | ||||||||
> > |
| |||||||
RD53A DAQMemo
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Useful links
preparation
How to configure chips and run scan[digitalscan] ./primlist/scan53.sh digitalscan KEK53-〇 or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_digitalscan.json -p [analogscan] ./primlist/scan53.sh analogscan KEK53-〇 or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_analogscan.json -p [thresholdscan] ./primlist/scan53.sh thresholdscan KEK53-〇 -f std(lin,diff) or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_thresholdscan.json -p stdだと全FEに対してscanされlinだとlinear FE、diffだとdifferential FEのみscanされる syncは未実装 [tune threshold] ./primlist/scan53.sh thresholdscan KEK53-〇 -t {target threshold} -f std(lin,diff) --![]() Comments
|
RD53A DAQMemo
| ||||||||
Added: | ||||||||
> > |
| |||||||
Useful links
preparation
How to configure chips and run scan[digitalscan] ./primlist/scan53.sh digitalscan KEK53-〇 or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_digitalscan.json -p [analogscan] ./primlist/scan53.sh analogscan KEK53-〇 or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_analogscan.json -p [thresholdscan] ./primlist/scan53.sh thresholdscan KEK53-〇 -f std(lin,diff) or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_thresholdscan.json -p stdだと全FEに対してscanされlinだとlinear FE、diffだとdifferential FEのみscanされる syncは未実装 [tune threshold] ./primlist/scan53.sh thresholdscan KEK53-〇 -t {target threshold} -f std(lin,diff) --![]() Comments
|
RD53A DAQMemo
| ||||||||
Added: | ||||||||
> > |
| |||||||
Useful links
preparation
How to configure chips and run scan[digitalscan] ./primlist/scan53.sh digitalscan KEK53-〇 or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_digitalscan.json -p [analogscan] ./primlist/scan53.sh analogscan KEK53-〇 or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_analogscan.json -p [thresholdscan] ./primlist/scan53.sh thresholdscan KEK53-〇 -f std(lin,diff) or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_thresholdscan.json -p | ||||||||
Changed: | ||||||||
< < | stdだと全FEに対してscanされlinだとlinear FE、diffだとdifferential FEのみscanされる | |||||||
> > | stdだと全FEに対してscanされlinだとlinear FE、diffだとdifferential FEのみscanされる syncは未実装 | |||||||
[tune threshold]
./primlist/scan53.sh thresholdscan KEK53-〇 -t {target threshold} -f std(lin,diff)
-- ![]() Comments
|
RD53A DAQMemo
Useful links
preparation
How to configure chips and run scan | ||||||||
Changed: | ||||||||
< < | updating.... | |||||||
> > | [digitalscan] | |||||||
Added: | ||||||||
> > | ./primlist/scan53.sh digitalscan KEK53-〇 or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_digitalscan.json -p [analogscan] ./primlist/scan53.sh analogscan KEK53-〇 or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_analogscan.json -p [thresholdscan] ./primlist/scan53.sh thresholdscan KEK53-〇 -f std(lin,diff) or ./bin/scanConsole -r configs/controller/specCfg.json -c configs/connectivity/example_rd53a_setup.json -s configs/scans/rd53a/std_thresholdscan.json -p stdだと全FEに対してscanされlinだとlinear FE、diffだとdifferential FEのみscanされる [tune threshold] ./primlist/scan53.sh thresholdscan KEK53-〇 -t {target threshold} -f std(lin,diff) | |||||||
-- ![]() Comments
|
RD53A DAQMemo
Useful links
preparation
| ||||||||
Changed: | ||||||||
< < | LVはTEXIOから供給すると立ち上がりが遅いため(?)に動かない確率が高い。代用としてUSBpixのregulatorを用いると応答の確率が高い? | |||||||
> > | ||||||||
Added: | ||||||||
> > |
→テスターで測定しながらVDDD、VDDAが1.3Vとなるように調節してTEXIOから電圧をかけるとconfigが通った(安定している)
scanの途中にconfigが崩れることが割とある
How to configure chips and run scanupdating.... | |||||||
-- ![]() Comments
|
RD53A DAQMemo
| ||||||||
Added: | ||||||||
> > |
| |||||||
Useful links
preparation
![]() Comments
|
RD53A DAQMemo
Useful links
preparation
| ||||||||
Changed: | ||||||||
< < | LVはTEXIOから供給すると立ち上がりが遅いため(?)に動かない確率が高い。代用としてUSBpixのregulatorを用いている。 | |||||||
> > | LVはTEXIOから供給すると立ち上がりが遅いため(?)に動かない確率が高い。代用としてUSBpixのregulatorを用いると応答の確率が高い? | |||||||
-- ![]() Comments
|
RD53A DAQMemo
Useful links
preparation
| ||||||||
Added: | ||||||||
> > | vivado をsource した後にpython flash.py をするとbitファイルのリストが表示されるので、ここでファイルを指定しても焼くことができる。この場合はメモリにも書かれるので少し時間がかかる。焼いた後は同じくreboot必須。 ./bin/test が問題なく動いたらRD53Aと接続、電源を投入して ./bin/rd53a_test を実行し、 [Data] : COL(12) ROW(1) PAR(1) TOT(15,11,15,15) のような結果が得られれば、config が通っている。 現状PC10だとPCIeでXpressk7が認識されていないっぽいのでPC9でテスト中 LVはTEXIOから供給すると立ち上がりが遅いため(?)に動かない確率が高い。代用としてUSBpixのregulatorを用いている。 | |||||||
-- ![]() Comments
|
RD53A DAQMemo
Useful links
preparation
![]() Comments | ||||||||
Added: | ||||||||
> > |
| |||||||
RD53A DAQMemo
Useful links
preparation
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
-- ![]() Comments |
RD53A DAQ | ||||||||
Changed: | ||||||||
< < | ||||||||
> > | ||||||||
Memo
Useful links | ||||||||
Added: | ||||||||
> > | preparation
| |||||||
-- ![]() Comments | ||||||||
Changed: | ||||||||
< < | ||||||||
> > | ||||||||
RD53A DAQMemo
Useful links | ||||||||
Added: | ||||||||
> > | ||||||||
-- ![]() Comments |
RD53A DAQMemo
Useful links--![]() Comments |