Ignore:
Timestamp:
05/17/12 01:39:41 (13 years ago)
Author:
Jens Buss
Message:
add check for Voltage On and ramping
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/ScriptsForDimCtrl/AmplVsOv.dim

    r13740 r13762  
    1111# ----------------------------------------------------
    1212
     13
    1314> changing feedback voltage offset to ${V}
    1415
     
    1718
    1819FEEDBACK/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
     25BIAS_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
    2034
    2135> OPERATOR: Write down: V_offset ${V}, Med(V), Med(I) and the Run number to the Excel file
     
    2741FEEDBACK/STOP                           # STOP FEEDBACK
    2842> ...Feedback stopped
     43>
    2944> 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.