PROC H_FL_ESTANDBY ;version 5 GOTO BEGIN ; ;#************************************************************************** ;# ****PROCEDURE HEADER**** ;# ;# 1.0 Introduction ;# ;# 1.1 FOT Name: H_FL_ESTANDBY ;# MMS-F Name: H_FL_ESTANDBY ;# SUM Issue: N/A ;# Simulator Validation Status: Validated ;# ;# 1.2 Date Created: 7 MAR 1995 TL ;# Revision: 1) 5 APR 1995 TL ;# 2) 2 MAY 1995 TL ;# 3) 11 Aug 95 TL ;# 4) 18 Sep 95 TL ;# 5) 25 Oct 95 TL ;# ;# 1.3 Change Description: ;# ;# 1) Added 2 commands, 1 wait statement. ;# 2) Added wait statement in line 69. (5/2) ;# 3) Changed name to _FL_ (FLight ready). ;# 4) Moved command HBESMODE to end of procedure. ;# 5) 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 module is used to switch the ESU from any mode to ;# STANDBY mode. It is self-standing and can be used ;# independently whenever transition to STANDBY is necessary. ;# ;# 2.2 Intended Use: ;# ;# ;# ;# 2.3 Duration: 5 min. ;# ;# 2.4 References: ;# Page h_cepac1 ;# ;#************************************************************************** ;# 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 /HBEUPLD3,4CA2,FF00,0000 ; Upload data WAIT ; Verify command buffer contents /SEND WAIT 60 /HBEUPLD3,4CA2,FFC0,0000 ; Upload data WAIT ; Verify command buffer contents /SEND WAIT 60 /HBESMODE ; Enter ESU STANDBY mode WAIT ; Verify command buffer contents /SEND WAIT UNTIL (P@HSEMODE = "STANDBY") ;#************************************************************************** ;# 5.0 Final Constraints ;# ;# None ;# ;#************************************************************************** ENDPROC