Index: trunk/FACT++/ScriptsForDimCtrl/AmplVsOv.dim
===================================================================
--- trunk/FACT++/ScriptsForDimCtrl/AmplVsOv.dim	(revision 13761)
+++ trunk/FACT++/ScriptsForDimCtrl/AmplVsOv.dim	(revision 13762)
@@ -11,4 +11,5 @@
 # ----------------------------------------------------
 
+
 > changing feedback voltage offset to ${V}
 
@@ -17,5 +18,18 @@
 
 FEEDBACK/START_CURRENT_CONTROL ${V}     # set Current_Control to given Offset value
-.w 40000                                # wait 40 second for the curretn updates
+
+> ...checking if Voltage is ON
+# will ramp if not at nominal, will skip ramping if Voltage on
+.s BIAS_CONTROL 7 3000 1
+> Voltage is OFF, will ramp to nominal Voltage
+BIAS_CONTROL/SET_GLOBAL_DAC 1
+.s BIAS_CONTROL 9
+.s BIAS_CONTROL 5
+> ...ramping
+.s BIAS_CONTROL 9
+
+:1
+> Voltage is ON, waiting 45 sec for current_control to stabilize
+.w 42000                                # wait 30 second for the current updates
 
 > OPERATOR: Write down: V_offset ${V}, Med(V), Med(I) and the Run number to the Excel file
@@ -27,3 +41,6 @@
 FEEDBACK/STOP                           # STOP FEEDBACK
 > ...Feedback stopped
+>
 > OPERATOR: make sure to restart the feedback with the correct offset when resuming data taking
+>
+> ...done
