Changeset 14344


Ignore:
Timestamp:
08/12/12 20:34:21 (12 years ago)
Author:
Jens Buss
Message:
add output
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/ScriptsForDimCtrl/RampingBias.dim

    r14340 r14344  
    11#!dimctrl --exec
    22
    3 # Ramping bias up and down
     3> --------------------------------------
     4> test biasctrl
     5> --------------------------------------
     6> Ramping bias up and down
     7
    48# this is just a test, to check the order of states of biasctrl while ramping.
    59
     10> ...enabling feedback
    611FEEDBACK/ENABLE_OUTPUT 1
    712
     13> ...changing file formate to: NONE
    814FAD_CONTROL/SET_FILE_FORMAT 0
     15
     16> ...waiting for BIAS_CONTROL
     17>    to be in state 7: VoltageOff
    918.s BIAS_CONTROL 7
    1019
     20> ...changing file formate to: FITS
    1121FAD_CONTROL/SET_FILE_FORMAT 2
    1222.w 500
    1323
     24> ...changing file formate to: NONE
    1425FAD_CONTROL/SET_FILE_FORMAT 0
    1526
    1627# Bias ist Off  .. switching it on
    1728BIAS_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
    2032.s BIAS_CONTROL 9
    2133
     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
    2243FAD_CONTROL/SET_FILE_FORMAT 2
    2344.w 500
    2445
     46> ...changing file formate to: NONE
    2547FAD_CONTROL/SET_FILE_FORMAT 0
    2648.w 2000
     
    2850# Bias ist On .. switching it off
    2951BIAS_CONTROL/SET_ZERO_VOLTAGE
     52
     53> ...waiting for BIAS_CONTROL
     54>    to be in state 7: VoltageOff
    3055.s BIAS_CONTROL 7
     56
     57> ...changing file formate to: FITS
    3158FAD_CONTROL/SET_FILE_FORMAT 2
    3259.w 500
     60
     61> ...changing file formate to: NONE
    3362FAD_CONTROL/SET_FILE_FORMAT 0
    3463
    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.