PROC V_FL_SPM_DEG ;Version 4 GOTO BEGIN ; ;#************************************************************************** ;# ****PROCEDURE HEADER**** ;# ;# 1.0 Introduction ;# ;# 1.1 FOT Name: V_FL_SPM_DEG ;# VIRGO Name: SPM-Degradation Test (PROC 15) ;# Issue/Rev: 2.8 ;# Simulator Validation Status: ;# ;# 1.2 Date Created: 18-JAN-95 ;# Revision: 1. 31-MAR-95 HB ;# 2. 08-AUG-95 HB ;# 3. 31-AUG-95 HB ;# 4. 01-FEB-96 CQ ;# 1.3 Change Description: ;# ;# 1. Updated memory load commands to VZML. Changed name from ;# V_TS_BUP_SPMB to V_TS_SPM_DEG. Incorporated procedures ;# V_TS_SPMB_GRN and V_TS_SPMB_BLU. Added WAIT 360 between ;# the red and green sections and between the green and blue ;# sections. Added SV "TM" B before all binary telemetry checks. ;# 2. Added version number. Added page references. Removed TBDs. ;# Deleted WAIT 360 statements. ;# 3. Made flight ready. Changed name from v_ts_spm_deg. Combined ;# with old procedure v_ts_xspmbdeg. Added WAIT statements. ;# Changed TM checks to eliminate hard WAITs. ;# 4. Modify the proc per OCD #182 submitted by PI. ;# ;# 1.4 Point of Contact: Carline Cazeau ;# FOT Author: HBenefield ATSC/SOHO 286-4799 ;# ;#************************************************************************** ;# 2.0 Description ;# ;# 2.1 Narrative Description ;# ;# This procedure contains the sequence to bring the SPM-B into ;# a comparison mode to test degradation of SPM-A, open the SPM-B ;# cover, and acquire data of SPM-B channel "red" six minutes, ;# switch to channel "green" six minutes, and switch to channel ;# "blue" six minutes. ;# ;# 2.2 Intended Use: ;# ;# In flight, this will be done by time tagged/off-line commands. ;# ;# 2.3 Duration: 25 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 ;# ;# TBD ;# ;# 3.3 Special Constraints or Activities ;# ;# TBD ;#************************************************************************** ;# 4.0 STEPS: BEGIN: IF (P@CMD_STATE#TELECOMMAND = "AVAILABLE") THEN ELSE /CLEAR ;Clearing the Command Buffer. ENDIF /VZML,90BF ;REF1, SPM-A, PMO_V_B WAIT ;CHECK COMMAND BUFFER /SEND WAIT UNTIL (VSTCRETN = H'90BF') ;CHECK TC RETURN /VZML,800B ;Cover SPM-B open. WAIT ;Verify contents of command buffer. /SEND WAIT UNTIL(VSTCRETN=H'800B') ;Check TC return. WAIT 540 ;Wait 9 minutes /VZML,8003 ;Cover SPM-B closed. WAIT ;Verify contents of command buffer. /SEND WAIT UNTIL(VSTCRETN=H'8003') ;Check TC return. ;#************************************************************************** ;# 5.0 Final Constraints ;# ;# None. ;# ;#************************************************************************** ENDPROC