Changeset 13762 for trunk/FACT++/ScriptsForDimCtrl
- Timestamp:
- 05/17/12 01:39:41 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/ScriptsForDimCtrl/AmplVsOv.dim
r13740 r13762 11 11 # ---------------------------------------------------- 12 12 13 13 14 > changing feedback voltage offset to ${V} 14 15 … … 17 18 18 19 FEEDBACK/START_CURRENT_CONTROL ${V} # set Current_Control to given Offset value 19 .w 40000 # wait 40 second for the curretn updates 20 21 > ...checking if Voltage is ON 22 # will ramp if not at nominal, will skip ramping if Voltage on 23 .s BIAS_CONTROL 7 3000 1 24 > Voltage is OFF, will ramp to nominal Voltage 25 BIAS_CONTROL/SET_GLOBAL_DAC 1 26 .s BIAS_CONTROL 9 27 .s BIAS_CONTROL 5 28 > ...ramping 29 .s BIAS_CONTROL 9 30 31 :1 32 > Voltage is ON, waiting 45 sec for current_control to stabilize 33 .w 42000 # wait 30 second for the current updates 20 34 21 35 > OPERATOR: Write down: V_offset ${V}, Med(V), Med(I) and the Run number to the Excel file … … 27 41 FEEDBACK/STOP # STOP FEEDBACK 28 42 > ...Feedback stopped 43 > 29 44 > OPERATOR: make sure to restart the feedback with the correct offset when resuming data taking 45 > 46 > ...done
Note:
See TracChangeset
for help on using the changeset viewer.