- Timestamp:
- 05/14/12 14:58:35 (13 years ago)
- Location:
- trunk/FACT++/ScriptsForDimCtrl
- Files:
-
- 15 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/ScriptsForDimCtrl/BlinkenLights.dim
r13715 r13720 1 #!dimctrl --exec 2 1 3 # This is a general test for DimCtrl scripts 2 4 # it will just let the LEDs in the FAD tab next to the buttons -
trunk/FACT++/ScriptsForDimCtrl/Calib1024.dim
r13715 r13720 1 #!dimctrl --exec 2 1 3 # This sript takes a DRS Calibration for data of ROI=1024 2 4 # Making sure bias is off -
trunk/FACT++/ScriptsForDimCtrl/DataTaking1.dim
r13715 r13720 1 #!dimctrl --exec 2 1 3 # Move Telescope to Wobble Position 1 2 4 > … … 89 91 90 92 # check if all subsystems are in the correct state 91 .x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking 93 .x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking.dim 92 94 > taking Pedestal with BIAS on 1000 ... 93 95 MCP/START -1 1000 pedestal … … 97 99 98 100 # check if all subsystems are in the correct state 99 .x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking 101 .x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking.dim 100 102 > taking External Light Pulser with BIAS on 1000 ... 101 103 MCP/START -1 1000 light-pulser-ext … … 107 109 108 110 # check if all subsystems are in the correct state 109 .x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking 111 .x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking.dim 110 112 > taking Data:FullTriggerArea 5min Run 1 ... 111 113 MCP/START 300 -1 data … … 115 117 116 118 # check if all subsystems are in the correct state 117 .x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking 119 .x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking.dim 118 120 > taking Data:FullTriggerArea 5min Run 2 ... 119 121 MCP/START 300 -1 data … … 123 125 124 126 # check if all subsystems are in the correct state 125 .x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking 127 .x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking.dim 126 128 > taking Data:FullTriggerArea 5min Run 3 ... 127 129 MCP/START 300 -1 data … … 131 133 132 134 # check if all subsystems are in the correct state 133 .x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking 135 .x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking.dim 134 136 > taking Data:FullTriggerArea 5min Run 4 ... 135 137 MCP/START 300 -1 data -
trunk/FACT++/ScriptsForDimCtrl/DataTaking2.dim
r13715 r13720 1 #!dimctrl --exec 2 3 1 4 # Move Telescope to Wobble Position 2 2 5 > … … 10 13 11 14 # check if all subsystems are in the correct state 12 .x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking 15 .x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking.dim 13 16 > taking Pedestal with BIAS on 1000 ... 14 17 .s FAD_CONTROL 4 … … 19 22 20 23 # check if all subsystems are in the correct state 21 .x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking 24 .x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking.dim 22 25 > taking External Light Pulser with BIAS on 1000 ... 23 26 MCP/START -1 1000 light-pulser-ext … … 29 32 30 33 # check if all subsystems are in the correct state 31 .x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking 34 .x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking.dim 32 35 > taking Data:FullTriggerArea 5min Run 1 ... 33 36 MCP/START 300 -1 data … … 37 40 38 41 # check if all subsystems are in the correct state 39 .x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking 42 .x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking.dim 40 43 > taking Data:FullTriggerArea 5min Run 2 ... 41 44 MCP/START 300 -1 data … … 45 48 46 49 # check if all subsystems are in the correct state 47 .x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking 50 .x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking.dim 48 51 > taking Data:FullTriggerArea 5min Run 3 ... 49 52 MCP/START 300 -1 data … … 53 56 54 57 # check if all subsystems are in the correct state 55 .x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking 58 .x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking.dim 56 59 > taking Data:FullTriggerArea 5min Run 4 ... 57 60 MCP/START 300 -1 data -
trunk/FACT++/ScriptsForDimCtrl/FeedbackOn.dim
r13715 r13720 1 #!dimctrl --exec 2 1 3 # dimctrl script 2 4 > … … 113 115 # at the end the bias voltage should be ramped down, since in a few seconds a shifter wit ha flashlight 114 116 # will come out to open the shutter... 115 > switching OFF bias ... 117 > switching OFF bias ... 116 118 BIAS_CONTROL/SET_ZERO_VOLTAGE 117 119 .s BIAS_CONTROL 7 -
trunk/FACT++/ScriptsForDimCtrl/FirstDrsCalib.dim
r13715 r13720 1 # dimctrl script 1 #!dimctrl --exec 2 2 3 > 3 4 > ------------------------------------------- -
trunk/FACT++/ScriptsForDimCtrl/RampingBias.dim
r13715 r13720 1 #!dimctrl --exec 2 1 3 # Ramping bias up and down 2 4 # this is just a test, to check the order of states of biasctrl while ramping. -
trunk/FACT++/ScriptsForDimCtrl/ResumeDataTaking.dim
r13715 r13720 1 #!dimctrl --exec 2 1 3 # DIM_CONTROL: resume data taking after it had to be aborted during first run of four 2 4 > ---------------------------------------------------------------- … … 14 16 15 17 #Data Taking with Full Trigger Area (4x5min) 16 .x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking 18 .x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking.dim 17 19 > taking Data:FullTriggerArea 5min Run 1 ... 18 20 MCP/START 300 -1 data … … 21 23 > ... done 22 24 23 .x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking 25 .x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking.dim 24 26 > taking Data:FullTriggerArea 5min Run 2 ... 25 27 MCP/START 300 -1 data … … 28 30 > ... done 29 31 30 .x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking 32 .x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking.dim 31 33 > taking Data:FullTriggerArea 5min Run 3 ... 32 34 MCP/START 300 -1 data … … 35 37 > ... done 36 38 37 .x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking 39 .x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking.dim 38 40 > taking Data:FullTriggerArea 5min Run 4 ... 39 41 MCP/START 300 -1 data -
trunk/FACT++/ScriptsForDimCtrl/SpecialTimeCalibRuns.dim
r13715 r13720 1 #!dimctrl --exec 2 1 3 # Move Telescope to Wobble Position 1 2 4 .! echo `date -u` "Data Taking script for Special Time Calibration Runs starting up... " >> ~/FACT++/ScriptsForDimCtrl/DataTaking.log -
trunk/FACT++/ScriptsForDimCtrl/TakeCrab.dim
r13715 r13720 1 #!dimctrl --exec 2 1 3 # Data taking and tracking script for Crab 2 4 > … … 7 9 8 10 # changing tracking to Crab Wobble 1 9 .x ScriptsForDimCtrl/ServiceScripts/TrackCrabWobble1 11 .x ScriptsForDimCtrl/ServiceScripts/TrackCrabWobble1.dim 10 12 11 13 # Wait for drivectrl to reply that its tracking the given source 12 .x ScriptsForDimCtrl/ServiceScripts/WaitForTracking 14 .x ScriptsForDimCtrl/ServiceScripts/WaitForTracking.dim 13 15 14 16 # starting data taking of Crab Wobble 1 15 .x ScriptsForDimCtrl/DataTaking1 17 .x ScriptsForDimCtrl/DataTaking1.dim 16 18 17 19 # Stop tracking 18 .x ScriptsForDimCtrl/ServiceScripts/StopTracking 20 .x ScriptsForDimCtrl/ServiceScripts/StopTracking.dim 19 21 20 22 # changing tracking to Crab Wobble 2 21 23 22 .x ScriptsForDimCtrl/ServiceScripts/TrackCrabWobble2 24 .x ScriptsForDimCtrl/ServiceScripts/TrackCrabWobble2.dim 23 25 24 26 # Wait for drivectrl to reply that its tracking the given source 25 .x ScriptsForDimCtrl/ServiceScripts/WaitForTracking 27 .x ScriptsForDimCtrl/ServiceScripts/WaitForTracking.dim 26 28 27 29 # data taking to Crab Wobble 2 28 .x ScriptsForDimCtrl/DataTaking2 30 .x ScriptsForDimCtrl/DataTaking2.dim 29 31 30 32 # Stop tracking 31 .x ScriptsForDimCtrl/ServiceScripts/StopTracking 33 .x ScriptsForDimCtrl/ServiceScripts/StopTracking.dim 32 34 33 35 > ---------------------------------------------------- -
trunk/FACT++/ScriptsForDimCtrl/TakeMrk421.dim
r13715 r13720 1 #!dimctrl --exec 2 1 3 # Data taking and tracking script for Mrk 421 2 4 > … … 7 9 8 10 # changing tracking to Mrk 421 Wobble 1 9 .x ScriptsForDimCtrl/ServiceScripts/TrackMrk421Wobble1 11 .x ScriptsForDimCtrl/ServiceScripts/TrackMrk421Wobble1.dim 10 12 11 13 # Wait for drivectrl to reply that its tracking the given source 12 .x ScriptsForDimCtrl/ServiceScripts/WaitForTracking 14 .x ScriptsForDimCtrl/ServiceScripts/WaitForTracking.dim 13 15 14 16 # starting data taking of Mrk 421 Wobble 1 15 .x ScriptsForDimCtrl/DataTaking1 17 .x ScriptsForDimCtrl/DataTaking1.dim 16 18 17 19 # Stop tracking 18 .x ScriptsForDimCtrl/ServiceScripts/StopTracking 20 .x ScriptsForDimCtrl/ServiceScripts/StopTracking.dim 19 21 20 22 # changing tracking to Mrk 421 Wobble 2 21 .x ScriptsForDimCtrl/ServiceScripts/TrackMrk421Wobble2 23 .x ScriptsForDimCtrl/ServiceScripts/TrackMrk421Wobble2.dim 22 24 23 25 # Wait for drivectrl to reply that its tracking the given source 24 .x ScriptsForDimCtrl/ServiceScripts/WaitForTracking 26 .x ScriptsForDimCtrl/ServiceScripts/WaitForTracking.dim 25 27 26 28 # data taking to Mrk 421 Wobble 2 27 .x ScriptsForDimCtrl/DataTaking2 29 .x ScriptsForDimCtrl/DataTaking2.dim 28 30 29 31 # Stop tracking 30 .x ScriptsForDimCtrl/ServiceScripts/StopTracking 32 .x ScriptsForDimCtrl/ServiceScripts/StopTracking.dim 31 33 32 34 > ---------------------------------------------------- -
trunk/FACT++/ScriptsForDimCtrl/drs_ampl_calib.dim
r13715 r13720 1 #!dimctrl --exec 2 1 3 # DIMSCRIPT -- drs_calib --- this is the first part of former DataTaking1 .. the part which was different from DataTaking2 2 4 .! echo `date -u` "----------------------------------------------------" >> ~/FACT++/ScriptsForDimCtrl/DataTaking.log -
trunk/FACT++/ScriptsForDimCtrl/fb_data.dim
r13715 r13720 1 # DIMSCRIPT 1 #!dimctrl --exec 2 3 # DIMSCRIPT 2 4 .! echo `date -u` "take 4x data run with feedback ON " >> ~/FACT++/ScriptsForDimCtrl/DataTaking.log 3 5 .! echo `date -u` "----------------------------------------------------" >> ~/FACT++/ScriptsForDimCtrl/DataTaking.log -
trunk/FACT++/ScriptsForDimCtrl/fb_on.dim
r13715 r13720 1 # DIMSCRIPT 1 #!dimctrl --exec 2 3 # DIMSCRIPT 2 4 .! echo `date -u` "switch on bias feedback - REF 100 " >> ~/FACT++/ScriptsForDimCtrl/DataTaking.log 3 5 .! echo `date -u` "----------------------------------------------------" >> ~/FACT++/ScriptsForDimCtrl/DataTaking.log -
trunk/FACT++/ScriptsForDimCtrl/fb_ped_n_lp.dim
r13715 r13720 1 # DIMSCRIPT 1 #!dimctrl --exec 2 3 # DIMSCRIPT 2 4 .! echo `date -u` "take ped and LPext" >> ~/FACT++/ScriptsForDimCtrl/DataTaking.log 3 5 .! echo `date -u` "----------------------------------------------------" >> ~/FACT++/ScriptsForDimCtrl/DataTaking.log
Note:
See TracChangeset
for help on using the changeset viewer.