⇤ ← Revision 1 as of 2008-02-13 10:34:24
Size: 1113
Comment:
|
Size: 1062
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 9: | Line 9: |
// Type Name DefVal Description // string flt_id POS A One of two preset positions [POS A, POS B] |
// string flt_id One of two preset positions [POS A, POS B] |
PHOT_fltw_move
// Purpose : Move the PHOT filter wheel to one of the two defined // positions // // CUS script : Diego A. Cesarsky // // Arguments : // string flt_id One of two preset positions [POS A, POS B] // // Description : Switch ON filter controller, move wheel, switch OFF // // Preconditions : Servo loop already configured // // Comments : useless comment by Bart // Quite useless indeed! // // Version : 0.4 // History : 0.1 13-Aug-2004 Creation by DAC // 0.2 28-Oct-2004 Renamed from FLTW_move.txt; demoded // from BB to simple procedure // 0.3 13-apr-2005 DAC Renamed from BOLO_flt_move, filter_id // is now a string (ENG value) // 0.4 20-1pr-2005 DAC Read wheel move time from PACSparams //
Input variables: {{{ : int procedure PHOT_fltw_move {
- string filter_id = "POS A" in ["POS A","POS B"];
}{ }}}