Changeset 14267 for trunk/FACT++
- Timestamp:
- 07/16/12 09:46:42 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/ScriptsForDimCtrl/FirstDrsCalib.dim
r13993 r14267 17 17 .w 2000 18 18 # stopping should always be possible, and end in state 'Connected'(6) 19 > ...waiting for FEEDBACK to be in state 6: Connected 19 20 .s FEEDBACK 6 20 21 > ..done … … 30 31 BIAS_CONTROL/SET_ZERO_VOLTAGE 31 32 .w 2000 33 > ...waiting for BIAS to be in state 7: VoltageOff 32 34 .s BIAS_CONTROL 7 33 35 > ...done … … 39 41 BIAS_CONTROL/SET_GLOBAL_DAC 1 40 42 .w 2000 43 > ...waiting for BIAS to be in state 9: VoltageOn 41 44 .s BIAS_CONTROL 9 42 45 > ...done … … 59 62 # in order to find out when the calibration ends, we have to wait for the transistion from state 60 63 # 'Calibrating'(13) back to 'Connected'(6) 64 > ...waiting for FEEDBACK to be in state 13: Calibrating 61 65 .s FEEDBACK 13 66 > ...waiting for FEEDBACK to be in state 6: Connected 62 67 .s FEEDBACK 6 63 68 … … 75 80 BIAS_CONTROL/SET_ZERO_VOLTAGE 76 81 .w 5000 82 > ...waiting for BIAS to be in state 7: VoltageOff 77 83 .s BIAS_CONTROL 7 78 84 > ...done … … 83 89 # and a second pedestal run, with the same ROI as our next data will be, i.e. ROI=300 in this case 84 90 > taking DRS:Pedestal 1000 ... 85 > OPERATOR: observe Events tab and make sure there are no patches with strange behaviour, which can be caused by DRS-CHIP Problems 91 > =================================================== 92 > OPERATOR: 93 > observe Events tab and make sure there are no patches 94 > with strange behaviour, which can be caused 95 > by DRS-CHIP Problems 96 > =================================================== 97 86 98 FAD_CONTROL/START_DRS_CALIBRATION 87 99 ###FAD_CONTROL/SET_FILE_FORMAT 0 88 100 MCP/START -1 1000 drs-pedestal 101 > ...waiting for FAD to be in state 8: Writing Data 89 102 .s FAD_CONTROL 8 103 > ...waiting for FAD to be in state 4: Connected 90 104 .s FAD_CONTROL 4 91 105 > ... done … … 93 107 > taking DRS:Gain 1000 ... 94 108 MCP/START -1 1000 drs-gain 109 > ...waiting for FAD to be in state 8: Writing Data 95 110 .s FAD_CONTROL 8 111 > ...waiting for FAD to be in state 4: Connected 96 112 .s FAD_CONTROL 4 97 113 > ... done … … 99 115 > taking Pedestal 1000 ... 100 116 MCP/START -1 1000 pedestal 117 > ...waiting for FAD to be in state 8: Writing Data 101 118 .s FAD_CONTROL 8 119 > ...waiting for FAD to be in state 4: Connected 102 120 .s FAD_CONTROL 4 103 121 > ... done … … 111 129 ###FAD_CONTROL/SET_FILE_FORMAT 0 112 130 MCP/START -1 1000 pedestal 131 > ...waiting for FAD to be in state 8: Writing Data 113 132 .s FAD_CONTROL 8 133 > ...waiting for FAD to be in state 4: Connected 114 134 .s FAD_CONTROL 4 115 135 > ... done … … 124 144 # the feedback should be in state 'CurrentControl'(12) now 125 145 # the feedback should be in state 'CurrentCtrlIdle'(9) now since 30.05.12 146 > ...waiting for FEEDBACK to be in state 9: CurrentCtrlIdle 126 147 .s FEEDBACK 9 127 148 > ... done … … 130 151 BIAS_CONTROL/SET_GLOBAL_DAC 1 131 152 # after this command the bias_ctrl should be in state 'VoltageOn'(9) after a second or so 153 > ...waiting for BIAS to be in state 9: VoltageOn 132 154 .s BIAS_CONTROL 9 133 155 > ...1 DAC globally set … … 135 157 # when the feedback actually kicks in, the bias is first in state 'Ramping'(5) for some seconds and finally in 'VoltageOn'(9) 136 158 # again 159 > ...waiting for BIAS to be in state 5: Ramping 137 160 .s BIAS_CONTROL 5 138 161 > ...ramping to nominal voltage 162 > ...waiting for BIAS to be in state 9: VoltageOn 139 163 .s BIAS_CONTROL 9 140 164 > ...bias on … … 149 173 > taking Pedestal with BIAS on 3000 ... 150 174 MCP/START -1 3000 pedestal 175 > ...waiting for FAD to be in state 8: Writing Data 151 176 .s FAD_CONTROL 8 177 > ...waiting for FAD to be in state 4: Connected 152 178 .s FAD_CONTROL 4 153 179 > ... done … … 157 183 > switching OFF bias ... 158 184 BIAS_CONTROL/SET_ZERO_VOLTAGE 185 > ...waiting for BIAS to be in state 7: VoltageOff 159 186 .s BIAS_CONTROL 7 160 187 > ...done
Note:
See TracChangeset
for help on using the changeset viewer.