PROC H_FL_EMERGENCY ;version 3 GOTO BEGIN ; ;#************************************************************************** ;# ****PROCEDURE HEADER**** ;# ;# 1.0 Introduction ;# ;# 1.1 FOT Name: H_FL_EMERGENCY ;# MMS-F Name: H_FL_EMERGENCY ;# SUM Issue: N/A ;# Simulator Validation Status: Validated ;# ;# 1.2 Date Created: 7 MAR 1995 TL ;# Revision: 1) 2 JUNE 1995 TL ;# 2) 11 Aug 95 TL ;# 3) 25 Oct 95 TL ;# ;# 1.3 Change Description: ;# ;# 1) Added call to K_EXP_MON_DIS ON LINE 64. ;# 2) Changed name to _FL_ (FLight ready). ;# 3) Added version number, comments. ;# ;# 1.4 Point of Contact: T. LA FAVE ;# FOT Author: T. LA FAVE ATSC/SOHO 286-4799 ;# ;#************************************************************************** ;# 2.0 Description ;# ;# 2.1 Narrative Description ;# ;# This procedure will switch CEPAC off as quickly as is possible ;# in the event of emergency. ;# ;# 2.2 Intended Use: ;# ;# ;# ;# 2.3 Duration: ;# ;# 2.4 References: ;# ;#************************************************************************** ;# 3.0 Instructions for Use: ;# ;# 3.1 Parameters Required ;# ;# None ;# ;# 3.2 Critical Activities ;# ;# None ;# ;# 3.3 Special Constraints or Activities ;# ;# None ;#************************************************************************** ;# 4.0 STEPS: BEGIN: IF (P@CMD_STATE#TELECOMMAND = "AVAILABLE") THEN ELSE /CLEAR ;Clearing the Command Buffer. ENDIF S K_EXP_MON_DIS ; CALL PROC TO DISABLE EXPERIMENT MONITORING AT CHANNEL LEVEL /HBFAPDOF ; Switch analog power off /HBCLOFF ; Switch LION off /HBCEOFF ; Switch ESU off /HBCFOFF ; Switch EPHIN off /KNHPWAFN ; Switch off CEPAC A side power /KNHPWAFR /KNHPWBFN ; Switch off CEPAC A side power /KNHPWBFR WAIT ;Verify command buffer contents /SEND ;#************************************************************************** ;# 5.0 Final Constraints ;# ;# None ;# ;#************************************************************************** ENDPROC