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