PROC V_FL_DIARADTS ;Version 7 GOTO BEGIN ; ;#************************************************************************** ;# ****PROCEDURE HEADER**** ;# ;# 1.0 Introduction ;# ;# 1.1 FOT Name: V_FL_DIARADTS ;# VIRGO Name: DIARAD Test/Commissioning (PROC 11) ;# Issue/Rev: 2.5 ;# Simulator Validation Status: ;# ;# 1.2 Date Created: 17 JAN 95 ;# Revision: 1. 30-MAR-95 HB ;# 2. 21-APR-95 HB ;# 3. 25-APR-95 CG ;# 4. 08-AUG-95 HB ;# 5. 30-AUG-95 HB ;# 6. 28-NOV-95 CG ;# 7. 05-DEC-95 HB ;# ;# 1.3 Change Description: ;# ;# 1. Updated memory load commands to VZML. Added command VZML, ;# 70BF ;Switch on LU detector, DIARAD. Removed comments from ;# WAIT statements. Put H1 ' in TM checks for VSCROM. Added ;# TIMEOUT 180 to VSCROM TM checks. Added WAIT 180 statements ;# for repeated values of VSCROM. Changed name from ;# V_TS_CROM_TST to V_TS_DIARADTS. ;# 2. Added WAIT 240 statements before the second and third ;# commands. Deleted telemetry checks for the final command. These will be ;# accomplished at the IWS. ;# 3. Deleted WAIT 240 statements before the second and third ;# commands. ;# 4. Added version number. Added page references. Removed TBDs. ;# 5. Made flight ready. Changed name from v_ts_diaradts. No ;# TSTOL changes. ;# 6. Changed command & comment for DIARRAD long calibration ;# mode per CCR #11 11/20/95. ;# 7. Changed TM check value to 500F from 5000 after VZML,500F ;# command. ;# ;# 1.4 Point of Contact: Carline Cazeau ;# FOT Author: HBenefield ATSC/SOHO 286-4799 ;# ;#************************************************************************** ;# 2.0 Description ;# ;# 2.1 Narrative Description ;# ;# This procedure deals with DIARAD, switches on the instrument, ;# checks functions with status. ;# ;# 2.2 Intended Use: ;# ;# This procedure is part of a sequence of procedures to run all the ;# different subunits and instruments. ;# ;# 2.3 Duration: 18 minutes. 190 minutes for PI to monitor data. ;# ;# 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,703F ;Switch ON DIARAD. WAIT ;Verify contents of command buffer. /SEND WAIT UNTIL (VSTCRETN=H'703F') ;Check TC return. SV VSPDU B WAIT ;UNTIL (VSPDU=B'XX11 1111') ;Check PDU status. WAIT ;Check current consumption VIPWA (.04 A increase expected) /VZML,70BF ;Switch ON LU detector DIARAD. WAIT ;Verify contents of command buffer. /SEND WAIT UNTIL (VSTCRETN=H'70BF') ;Check TC return. SV VSPDU B WAIT ;UNTIL (VSPDU=B'1X11 1111') ;Check PDU status. /VZML,500F ;DIARAD long calibration mode. WAIT ;Verify contents of command buffer. /SEND WAIT UNTIL (VSTCRETN=H'500F') ;Check TC return. ;The full results of this procedure will take appx 190 minutes. This will WAIT ;be accomplished at the IWS. ;#************************************************************************** ;# 5.0 Final Constraints ;# ;# None. ;# ;#************************************************************************** ENDPROC