PROC C_FL_PWROFF ; VERSION 3 GOTO BEGIN ; ;#************************************************************************** ;# ****PROCEDURE HEADER**** ;# ;# 1.0 Introduction ;# ;# 1.1 FOT Name: C_FL_PWROFF ;# CDS Name: CDS_OFF ;# CDS Issue: 4-JUL-94 ;# Simulator Validation Status: ;# ;# 1.2 Date Created: 13-APR-95 ;# Revision: 1. 19-MAY-95 MH ;# 2. 6-3-95 BS ;# 3. 27-OCT-95 TFM ;# 1.3 Change Description: ;# ;# 1. Deleted second /CB2DIS command after CDS team direction. ;# Changed TC description for /CB5ZZZ to Snooze mode. Added ;# call to S K_EXP_MON_DIS to Disable experiment monitoring ;# and corrective action before LCL power off. ;# 2. aded /cb2dis ;# 3. Changed ts in name to fl. ;# 1.4 Point of Contact: CCazeau ;# FOT Author: MHill ATSC/SOHO 286-4799 ;# ;#************************************************************************** ;# 2.0 Description ;# ;# 2.1 Narrative Description ;# ;# To turn off the power to the CDS experiment. ;# ;# 2.2 Intended Use: ;# ;# To turn off the power to the CDS experiment. ;# ;# 2.3 Duration: TBD ;# ;# 2.4 References: page I_EXP_STAT, C_CDS_STAT_HK ;# ;#************************************************************************** ;# 3.0 Instructions for Use: ;# ;# 3.1 Parameters Required ;# ;# None ;# ;# 3.2 Critical Activities ;# ;# NONE ;# ;# 3.3 Special Constraints or Activities ;# ;# PLM is powered ON into a ready mode. ;# Non Operational Heaters are OFF ;# ;#************************************************************************** ;# 4.0 STEPS: BEGIN: IF (p@CMD_STATE#TELECOMMAND = "AVAILABLE") THEN ELSE /CLEAR ;Clearing the Command Buffer. ENDIF /CB2DIS ;Disable MCU backup mode /CB5ESB ;Emergency Standby WAIT ;Verify command buffer contents /SEND WAIT UNTIL (CKCMODE = H'E0') ;Check mode /CB5ZZZ ;Snooze Mode WAIT ;Verify command buffer contents /SEND WAIT UNTIL (CKCMODE = H'10') ;Check mode S K_EXP_MON_DIS ;Disable experiment monitoring and corrective action /KNCPWAFN ;CDS S/C Power A OFF /KNCPWBFN ;CDS S/C Power B OFF WAIT ;Verify command buffer contents /SEND WAIT UNTIL (p@CSPWA = "OFF") WAIT UNTIL (p@CSPWB = "OFF") OUT: ;#************************************************************************** ;# 5.0 Final Constraints ;# ;# NONE ;# ;#************************************************************************** RETURN ENDPROC