Skip to content

Commit

Permalink
Increased ped for capIDped scan, moved sequencer log file
Browse files Browse the repository at this point in the history
  • Loading branch information
daqowner committed Jul 26, 2018
1 parent 1da05be commit b708bda
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Master/grandmaster.xml/pro
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<LocalRunkey name='ngHB_uTCA_ped' snippet='Master/uTCA_ngHB_ped.xml' eventsToTake='1000' maskedapps='hcal::uHTRSource_0|hcal::ngRBXSequencer_0' />
<LocalRunkey name='ngHB_uTCA_ped_scan' snippet='Master/uTCA_ngHB_pedestalScan.xml' eventsToTake='6400' maskedapps='hcal::uHTRSource_0' />
<LocalRunkey name='ngHB_uTCA_CapIDpedestalScan' snippet='Master/uTCA_ngHB_CapIDpedestalScan.xml' eventsToTake='1600' maskedapps='hcal::uHTRSource_0' />
<LocalRunkey name='ngHB_uTCA_debug_master' snippet='Master/uTCA_ngHB_debug_master.xml' eventsToTake='21200' maskedapps='hcal::uHTRSource_0' />
<LocalRunkey name='ngHB_uTCA_iQi' snippet='Master/uTCA_ngHB_iQi.xml' eventsToTake='1000' maskedapps='hcal::uHTRSource_0|hcal::ngRBXSequencer_0' />
<LocalRunkey name='ngHB_uTCA_iQiScan' snippet='Master/uTCA_ngHB_iQiScan.xml' eventsToTake='800' maskedapps='hcal::uHTRSource_0' />
<LocalRunkey name='ngHB_uTCA_iQi_GselScan' snippet='Master/uTCA_ngHB_iQi_GselScan.xml' eventsToTake='1300' maskedapps='hcal::uHTRSource_0' />
Expand Down
2 changes: 1 addition & 1 deletion Master/uTCA_ngHB_master.xml/pro
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
DefaultEventsPerPoint = 100
DelayTime = 0
AutoStop = true
CommandLog = "/tmp/sequencerLogHB.txt"
CommandLog = "/home/hcalpro/DATA/logs/sequencerLogHB.txt"
Script = "/home/daqowner/FNALfakeCfgCVS/ngRBX/sequences/HB_master_scan.txt/pro"
}
ngRBX {
Expand Down
2 changes: 2 additions & 0 deletions ngRBX/sequences/HB_master_scan.txt/pro
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ dac_0 : 1000

# CapID pedestal scan
dac_1 : 100
put ${RBX}-${QIESLOT}-QIE[1-64]_PedestalDAC 64*45
get ${RBX}-${QIESLOT}-QIE[1-64]_PedestalDAC
put ${RBX}-${QIESLOT}-QIE[1-64]_CapID[0-3]pedestal 256*0
get ${RBX}-${QIESLOT}-QIE[1-64]_CapID[0-3]pedestal
dac_2 : 100
Expand Down

0 comments on commit b708bda

Please sign in to comment.