PROC H_FL_FOFF ;version 1 GOTO BEGIN ; ;#************************************************************************** ;# ****PROCEDURE HEADER**** ;# ;# 1.0 Introduction ;# ;# 1.1 FOT Name: H_FL_FOFF ;# MMS-F Name: H_FL_FOFF ;# SUM Issue: N/A ;# Simulator Validation Status: Validation ;# ;# 1.2 Date Created: 19 Sept 95 TL ;# Revision: 1) 25 Oct 95 TL ;# ;# 1.3 Change Description: ;# ;# 1) 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 ;# ;# EPHIN switch-off. ;# ;# 2.2 Intended Use: ;# ;# ;# 2.3 Duration: 5 min. ;# ;# 2.4 References: ;# Pages h_cepac2, h_cepac3 ;#************************************************************************** ;# 3.0 Instructions for Use: ;# ;# 3.1 Parameters Required ;# ;# None ;# ;# 3.2 Critical Activities ;# ;# None ;# ;# 3.3 Special Constraints or Activities ;# ;# EPHIN must be in STANDBY mode when running. ;# If not in STANDBY, run h_fl_fstandby first. ;#************************************************************************** ;# 4.0 STEPS: BEGIN: IF (P@CMD_STATE#TELECOMMAND = "AVAILABLE") THEN ELSE /CLEAR ;Clearing the Command Buffer. ENDIF WAIT UNTIL (HSFMODE = 0) ; wait for OFF conditions /HBFAPDOF ;Switch analog power off WAIT ; Verify command buffer contents /SEND WAIT UNTIL (P@CMD_STATE = "AVAILABLE") WAIT UNTIL (HSFAPW = 0) ; wait for OFF conditions /HBCFOFF ;Switch EPHIN off WAIT ; Verify command buffer contents /SEND WAIT UNTIL (HKCPWRSF = 0) ;S K_EXP_MON_DIS ; CALL PROC TO DISABLE EXPERIMENT MONITORING AT CHANNEL LEVEL ;#************************************************************************** ;# 5.0 Final Constraints ;# ;# None ;# ;#************************************************************************** ENDPROC