PROC m_fl_ccdhtrof ;Version 3 GOTO BEGIN ; ;#************************************************************************** ;# ****PROCEDURE HEADER**** ;# ;# 1.0 Introduction ;# ;# 1.1 FOT Name: m_ccdhtrof ;# MMS-F Name: ;# SUM Issue: ;# Simulator Validation Status: ;# ;# 1.2 Date Created: 9/27/94 ;# Revision: 1. 4/14/95 GJ ;# 2. 05-04-95 RR ;# 3. 11/18/95 GJ ;# ;# 1.3 Change Description: ;# ;# 1. Changed comments and waits ;# 2. Added wait for command state between commands. ;# 3. Changed naming convention from m_ts_* to m_fl_*. ;# ;# 1.4 Point of Contact: ;# FOT Author: RRowe ATSC/SOHO 805-3642 ;# ;#************************************************************************** ;# 2.0 Description ;# ;# 2.1 Narrative Description ;# ;# This procedure powers off the CCD Decontamination heater ;# and Operational CCD heater controller. ;# ;# 2.2 Intended Use: ;# ;# This procedure should be initiated id the CCD temperatures ;# go out of limits high. ;# ;# 2.3 Duration: TBD ;# ;# 2.4 References: ;# ;#************************************************************************** ;# 3.0 Instructions for Use: ;# ;# 3.1 Parameters Required ;# ;# None ;# ;# 3.2 Critical Activities ;# ;# TBD ;# ;# 3.3 Special Constraints or Activities ;# ;# MDI in SLEEP or higher mode. MDI operator notified ;# as soon as possible. ;#************************************************************************** ;# 4.0 STEPS: ;# ; BEGIN: IF (P@CMD_STATE#TELECOMMAND = "AVAILABLE") THEN ELSE /CLEAR ;Clearing the Command Buffer. ENDIF ; WAIT; 'GO' to turn off both ccd heaters ; /mbhcmspt,0000; HOC set point to 0 /SEND ; wait until(P@CMD_STATE#TELECOMMAND = "AVAILABLE") /mbpwhcmf; HCM CCD decontamination heater off /SEND ; WAIT UNTIL(MKHCMSPT=0); Telemetry verification of HOC set point. ; WAIT UNTIL(P@MKPWHCM="OFF"); Telemetry verification of CCD decon. heater off ; sv p@mipwa sv p@mipwb WAIT; Record the MDI current. Should be reduced by about 0.6 amps ; sv qtmi1d sv mtopts6 WAIT; RECORD CCD TEMPERATURES ; ;#************************************************************************** ;# 5.0 Final Constraints ;# ;# TBD ;# ;#************************************************************************** ENDPROC