PROC V_FL_STARTOP ;Version 2 GOTO BEGIN ; ;#************************************************************************** ;# ****PROCEDURE HEADER**** ;# ;# 1.0 Introduction ;# ;# 1.1 FOT Name: V_FL_STARTOP ;# VIRGO Name: Start LOI and SPM-A Operational (PROC 19) ;# Issue/Rev: 2.5 ;# Simulator Validation Status: ;# ;# 1.2 Date Created: 08-AUG-95 ;# Revision: 1. 30-AUG-95 HB ;# 2. 23-MAR-96 HB ;# ;# 1.3 Change Description: ;# ;# 1. Made flight ready. Changed name from v_ts_startop. No ;# TSTOL changes. ;# 2. Deleted VZML,800F. ;# ;# 1.4 Point of Contact: CCazeau ;# FOT Author: HBenefield ATSC/SOHO 286-4799 ;# ;#************************************************************************** ;# 2.0 Description ;# ;# 2.1 Narrative Description ;# ;# Procedure used to start SPM-A and LOI after outgassing. ;# ;# 2.2 Intended Use: ;# ;# Start SPM-A and LOI after outgassing. ;# ;# 2.3 Duration: 21 minutes ;# ;# 2.4 References: ;# PAGES: V_STATUS, V_TEMP_STAT, V_VOLT_HKCAL, I_EXP_STAT ;# ;#************************************************************************** ;# 3.0 Instructions for Use: ;# ;# 3.1 Parameters Required ;# ;# None. ;# ;# 3.2 Critical Activities ;# ;# None. ;# ;# 3.3 Special Constraints or Activities ;# ;# The VIRGO commands execute on a 3 minute cycle. Only one ;# command can be sent between command executions. ;# ;#************************************************************************** ;# 4.0 STEPS: BEGIN: IF (P@CMD_STATE#TELECOMMAND = "AVAILABLE") THEN ELSE /CLEAR ;Clearing the Command Buffer. ENDIF /VZML,6000 ;LOI: No Cal, LU low. WAIT ;Verify contents of command buffer. /SEND WAIT UNTIL (VSTCRETN=H'6000') ;Verify TC return /VZML,6080 ;LOI: Y-axis guiding. WAIT ;Verify contents of command buffer. /SEND WAIT UNTIL (VSTCRETN=H'6080') ;Verify TC return /VZML,6084 ;LOI: Z-axis guiding, arming HV. WAIT ;Verify contents of command buffer. /SEND WAIT UNTIL (VSTCRETN=H'6084') ;Verify TC return /VZML,6085 ;LOI: HV ON. WAIT ;Verify contents of command buffer. /SEND WAIT UNTIL (VSTCRETN=H'6085') ;Verify TC return /VZML,800A ;Cover open SPM-A. WAIT ;Verify contents of command buffer. /SEND WAIT UNTIL (VSTCRETN=H'800A') ;Verify TC return ;#************************************************************************** ;# 5.0 Final Constraints ;# ;# None. ;# ;#************************************************************************** ENDPROC