PROC G_FL_EMEROF_R ;Version 6 GOTO BEGIN ; ;#************************************************************************** ;# ****PROCEDURE HEADER**** ;# ;# 1.0 Introduction ;# ;# 1.1 FOT Name: G_FL_EMEROF_R ;# MMS-F Name: N/A ;# SUM Issue: N/A ;# Simulator Validation Status: ;# ;# 1.2 Date Created: 11-SEP-94 ;# Revision: 1. 14-NOV-94 MH ;# 2. 24-JAN-95 HB ;# 3. 24-APR-95 MH ;# 4. 19-OCT-95 TB ;# 5. 03-NOV-95 TB ;# 6. 06-DEC-95 MH ;# ;# 1.3 Change Description: ;# ;# 1. Split G_TS_EMERGOFF into Nominal and redundant procs. ;# 2. Added call to procedure K_EXP_MON_DIS. Deleted sub htr ;# commands at end of procedure. ;# 3. Comment change: Switch off REDUNDANT Power ;# 4. Changed name from TS -> FL. No TSTOL changes. ;# 5. Added turn on of no-op heaters. ;# 6. Deleted Switch on of GOLF no-op heaters - OCD-40. ;# ;# 1.4 Point of Contact: CCazeau 286-6374 ;# FOT Author: MHill ATSC/SOHO 286-4799 ;# ;#************************************************************************** ;# 2.0 Description ;# ;# 2.1 Narrative Description ;# ;# Will put GOLF into OFF mode from any other mode. For emergency ;# use only. ;# ;# 2.2 Intended Use: ;# ;# FS REDUNDANT CHANNEL EMERGENCY SWITCH-OFF ;# ;# 2.3 Duration: 5 min ;# ;# 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 ;Disable experiment monitoring and corrective action. ;SWITCH OFF GOLF REDUNDANT POWER WITH REDUNDANT COMMAND /KNGPWBFR ;Send redundant command WAIT ;Verify command buffer contents /SEND WAIT UNTIL (P@GSPWB = "OFF") WAIT ;Verify Input current GIPWB approx 0 ;#************************************************************************** ;# 5.0 Final Constraints ;# ;# None ;# ;#************************************************************************** ENDPROC