Changeset 14344
- Timestamp:
- 08/12/12 20:34:21 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/ScriptsForDimCtrl/RampingBias.dim
r14340 r14344 1 1 #!dimctrl --exec 2 2 3 # Ramping bias up and down 3 > -------------------------------------- 4 > test biasctrl 5 > -------------------------------------- 6 > Ramping bias up and down 7 4 8 # this is just a test, to check the order of states of biasctrl while ramping. 5 9 10 > ...enabling feedback 6 11 FEEDBACK/ENABLE_OUTPUT 1 7 12 13 > ...changing file formate to: NONE 8 14 FAD_CONTROL/SET_FILE_FORMAT 0 15 16 > ...waiting for BIAS_CONTROL 17 > to be in state 7: VoltageOff 9 18 .s BIAS_CONTROL 7 10 19 20 > ...changing file formate to: FITS 11 21 FAD_CONTROL/SET_FILE_FORMAT 2 12 22 .w 500 13 23 24 > ...changing file formate to: NONE 14 25 FAD_CONTROL/SET_FILE_FORMAT 0 15 26 16 27 # Bias ist Off .. switching it on 17 28 BIAS_CONTROL/SET_GLOBAL_DAC 1 18 .s BIAS_CONTROL 9 19 .s BIAS_CONTROL 5 29 30 > ...waiting for BIAS_CONTROL 31 > to be in state 9: VoltageOn 20 32 .s BIAS_CONTROL 9 21 33 34 > ...waiting for BIAS_CONTROL 35 > to be in state 5: Ramping 36 .s BIAS_CONTROL 5 37 38 > ...waiting for BIAS_CONTROL 39 > to be in state 9: VoltageOn 40 .s BIAS_CONTROL 9 41 42 > ...changing file formate to: FITS 22 43 FAD_CONTROL/SET_FILE_FORMAT 2 23 44 .w 500 24 45 46 > ...changing file formate to: NONE 25 47 FAD_CONTROL/SET_FILE_FORMAT 0 26 48 .w 2000 … … 28 50 # Bias ist On .. switching it off 29 51 BIAS_CONTROL/SET_ZERO_VOLTAGE 52 53 > ...waiting for BIAS_CONTROL 54 > to be in state 7: VoltageOff 30 55 .s BIAS_CONTROL 7 56 57 > ...changing file formate to: FITS 31 58 FAD_CONTROL/SET_FILE_FORMAT 2 32 59 .w 500 60 61 > ...changing file formate to: NONE 33 62 FAD_CONTROL/SET_FILE_FORMAT 0 34 63 35 # Bias ist Off again . stopping this script. 36 64 > -------------------------------------- 65 > ramped Bias up and down successfully 66 > --------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.