;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ; ;*NAME: pmas_camfoc ; ;*CATEGORY: PMAS instrument control ; ;*PURPOSE: set PMAS Fiber Spectrograph Camera Focus ; ;*CALLING SEQUENCE: ; ;*PARAMETERS: ; INPUT: ; setpos new set position ; OUTPUT: ; oldpos position before move ; newpos new position after move ; ; KEYWORDS: ; /SILENT silent(suppress messages) ; /DEBUG print camPos messages ; ;*EXAMPLES: pmas_ ; ; ;*SYSTEM VARIABLES USED: ; - none - ; ;*COMMON BLOCKS: ; - none - ; ;*INTERACTIVE INPUT: ; - none - ; ;*SUBROUTINES CALLED: ; sstring ; ... ; ... ; ;*FILES USED: ; - none - ; ;*SIDE EFFECTS: ; ; ;*RESTRICTIONS: ; ; ;*NOTES: ; This routine needs an update if ACE software should be changed ; ;*PROCEDURE: ; ; ;*MODIFICATION HISTORY: ; ; 06/10/01 V1.1 mmr adapted to software change in camStatus ; 24/05/01 V1.0 MMR initial programming ; ;*AUTHORS: ; ; MMR Martin M. Roth Astrophysikalisches Institut Potsdam ; An der Sternwarte 16 ; D-14547 Potsdam ; Tel. +49 - 331 - 7499 313 ; email: mmroth@aip.de ;- ;--------------------------------------------------------------------------- ; HARDWARE CONSTANTS --- change here cam_sw_lolim = -1200 ; lower software limit (previous: -1500) cam_sw_uplim = 900 ; upper software limit (previous: 1200) ;---------------------------------------------------------------------------