| 1 | # Move Telescope to Wobble Position 1
|
|---|
| 2 | >
|
|---|
| 3 | > -----------
|
|---|
| 4 | > data taking script for Wobble 1 starting up...
|
|---|
| 5 | > -----------
|
|---|
| 6 | >
|
|---|
| 7 | > Operator: make sure that telescope is tracking wobble position 1 of source
|
|---|
| 8 | >
|
|---|
| 9 | #> ... This script will wait 10sec for you
|
|---|
| 10 | #.w 10000
|
|---|
| 11 |
|
|---|
| 12 | FEEDBACK/ENABLE_OUTPUT 1
|
|---|
| 13 |
|
|---|
| 14 | # Making sure bias is off
|
|---|
| 15 | BIAS_CONTROL/SET_ZERO_VOLTAGE
|
|---|
| 16 | .s BIAS_CONTROL 7
|
|---|
| 17 | FAD_CONTROL/START_DRS_CALIBRATION
|
|---|
| 18 | > bias voltage is switched off
|
|---|
| 19 | >
|
|---|
| 20 | > taking DRS:Pedestal 1000 ...
|
|---|
| 21 | .s FAD_CONTROL 4
|
|---|
| 22 | MCP/START -1 1000 drs-pedestal
|
|---|
| 23 | .s FAD_CONTROL 8
|
|---|
| 24 | .s FAD_CONTROL 4
|
|---|
| 25 | > ... done
|
|---|
| 26 |
|
|---|
| 27 | > taking DRS:Gain 1000 ...
|
|---|
| 28 | MCP/START -1 1000 drs-gain
|
|---|
| 29 | .s FAD_CONTROL 8
|
|---|
| 30 | .s FAD_CONTROL 4
|
|---|
| 31 | > ... done
|
|---|
| 32 |
|
|---|
| 33 | > taking DRS:Pedestal 1000 ...
|
|---|
| 34 | MCP/START -1 1000 drs-pedestal
|
|---|
| 35 | .s FAD_CONTROL 8
|
|---|
| 36 | .s FAD_CONTROL 4
|
|---|
| 37 | > ... done
|
|---|
| 38 |
|
|---|
| 39 | > taking crosscheck DRS:Pedestal 1000 ...
|
|---|
| 40 | FAD_CONTROL/SET_FILE_FORMAT 2
|
|---|
| 41 | MCP/START -1 1000 drs-pedestal
|
|---|
| 42 | .s FAD_CONTROL 8
|
|---|
| 43 | .s FAD_CONTROL 4
|
|---|
| 44 | > ... done
|
|---|
| 45 |
|
|---|
| 46 | > taking DRS:Time 1000 ...
|
|---|
| 47 | MCP/START -1 1000 drs-time
|
|---|
| 48 | .s FAD_CONTROL 8
|
|---|
| 49 | .s FAD_CONTROL 4
|
|---|
| 50 | > ... done
|
|---|
| 51 |
|
|---|
| 52 | > taking DRS:Time upshifted 1000 ...
|
|---|
| 53 | MCP/START -1 1000 drs-time-upshifted
|
|---|
| 54 | .s FAD_CONTROL 8
|
|---|
| 55 | .s FAD_CONTROL 4
|
|---|
| 56 | > ... done
|
|---|
| 57 |
|
|---|
| 58 | > taking Pedestal 1000 for secondary baseline...
|
|---|
| 59 | FAD_CONTROL/RESET_SECONDARY_DRS_BASELINE
|
|---|
| 60 | MCP/START -1 1000 pedestal
|
|---|
| 61 | .s FAD_CONTROL 8
|
|---|
| 62 | .s FAD_CONTROL 4
|
|---|
| 63 | > ... done
|
|---|
| 64 |
|
|---|
| 65 | > taking crosscheck Pedestal 1000 ...
|
|---|
| 66 | FAD_CONTROL/SET_FILE_FORMAT 2
|
|---|
| 67 | MCP/START -1 1000 pedestal
|
|---|
| 68 | .s FAD_CONTROL 8
|
|---|
| 69 | .s FAD_CONTROL 4
|
|---|
| 70 | > ... done
|
|---|
| 71 | > Operator: Measure Sky Brightness
|
|---|
| 72 |
|
|---|
| 73 | # switch BIAS ON and ramp to nominal Voltage
|
|---|
| 74 | > checking feedback state
|
|---|
| 75 | .s FEEDBACK 12
|
|---|
| 76 | > ... Current/Temp control active and voltage output enabled
|
|---|
| 77 | > switching on bias ...
|
|---|
| 78 | BIAS_CONTROL/SET_GLOBAL_DAC 1
|
|---|
| 79 | .s BIAS_CONTROL 9 # Voltage ON
|
|---|
| 80 | > ...set 1 DAC
|
|---|
| 81 | .s BIAS_CONTROL 5 # Ramping
|
|---|
| 82 | > ...ramping
|
|---|
| 83 | .s BIAS_CONTROL 9 # Voltage ON
|
|---|
| 84 | > ...bias ON
|
|---|
| 85 | # here one should wait 30..45sec according to TB
|
|---|
| 86 | > bias is on, and feedback-program is working, but we wait 45sec for the current readings...
|
|---|
| 87 | .w 45000
|
|---|
| 88 | > ... done
|
|---|
| 89 |
|
|---|
| 90 | # check if all subsystems are in the correct state
|
|---|
| 91 | .x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking
|
|---|
| 92 | > taking Pedestal with BIAS on 1000 ...
|
|---|
| 93 | MCP/START -1 1000 pedestal
|
|---|
| 94 | .s FAD_CONTROL 8
|
|---|
| 95 | .s FAD_CONTROL 4
|
|---|
| 96 | > ... done
|
|---|
| 97 |
|
|---|
| 98 | # check if all subsystems are in the correct state
|
|---|
| 99 | .x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking
|
|---|
| 100 | > taking External Light Pulser with BIAS on 1000 ...
|
|---|
| 101 | MCP/START -1 1000 light-pulser-ext
|
|---|
| 102 | .s FAD_CONTROL 8
|
|---|
| 103 | .s FAD_CONTROL 4
|
|---|
| 104 | > ... done
|
|---|
| 105 |
|
|---|
| 106 | #Data Taking with Full Trigger Area (4x5min)
|
|---|
| 107 |
|
|---|
| 108 | # check if all subsystems are in the correct state
|
|---|
| 109 | .x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking
|
|---|
| 110 | > taking Data:FullTriggerArea 5min Run 1 ...
|
|---|
| 111 | MCP/START 300 -1 data
|
|---|
| 112 | .s FAD_CONTROL 8
|
|---|
| 113 | .s FAD_CONTROL 4
|
|---|
| 114 | > ... done
|
|---|
| 115 |
|
|---|
| 116 | # check if all subsystems are in the correct state
|
|---|
| 117 | .x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking
|
|---|
| 118 | > taking Data:FullTriggerArea 5min Run 2 ...
|
|---|
| 119 | MCP/START 300 -1 data
|
|---|
| 120 | .s FAD_CONTROL 8
|
|---|
| 121 | .s FAD_CONTROL 4
|
|---|
| 122 | > ... done
|
|---|
| 123 |
|
|---|
| 124 | # check if all subsystems are in the correct state
|
|---|
| 125 | .x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking
|
|---|
| 126 | > taking Data:FullTriggerArea 5min Run 3 ...
|
|---|
| 127 | MCP/START 300 -1 data
|
|---|
| 128 | .s FAD_CONTROL 8
|
|---|
| 129 | .s FAD_CONTROL 4
|
|---|
| 130 | > ... done
|
|---|
| 131 |
|
|---|
| 132 | # check if all subsystems are in the correct state
|
|---|
| 133 | .x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking
|
|---|
| 134 | > taking Data:FullTriggerArea 5min Run 4 ...
|
|---|
| 135 | MCP/START 300 -1 data
|
|---|
| 136 | .s FAD_CONTROL 8
|
|---|
| 137 | .s FAD_CONTROL 4
|
|---|
| 138 | > ... done
|
|---|
| 139 |
|
|---|
| 140 | > ----------------------------------------------------
|
|---|
| 141 | > This is the end of data taking of Wobble 1
|
|---|
| 142 | > ----------------------------------------------------
|
|---|