Differences between revisions 1 and 2
Revision 1 as of 2008-02-13 10:34:24
Size: 1113
Editor: dcesarsky
Comment:
Revision 2 as of 2008-02-13 10:35:14
Size: 1062
Editor: dcesarsky
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"];

}{ }}}

Herschel: PACS/CUSPVscripts/PHOT_fltw_move (last edited 2009-07-15 14:32:37 by localhost)