PROC V_FL_DIAR_CAL ;Version 0 GOTO BEGIN ; ;#************************************************************************** ;# ****PROCEDURE HEADER**** ;# ;# 1.0 Introduction ;# ;# 1.1 FOT Name: V_FL_DIAR_CAL ;# VIRGO Name: DIARAD CALIBRATION (PROC 26) ;# Issue/Rev: 2.9 ;# Simulator Validation Status: ;# ;# 1.2 Date Created: 1. 01-FEB-95 ;# Revision: ;# ;# ;# ;# 1.3 Change Description: ;# ;# 1. Create new proc per OCD #183 submitted by PI. ;# ;# 1.4 Point of Contact: Carline Cazeau ;# FOT Author: CQ ATSC/SOHO 286-4799 ;# ;#************************************************************************** ;# 2.0 Description ;# ;# 2.1 Narrative Description ;# ;# This procedure is to bring diarad into long calibration. ;# ;# 2.2 Intended Use: ;# ;# ;# ;# 2.3 Duration: ;# ;# 2.4 References: ;# ;# ;#************************************************************************** ;# 3.0 Instructions for Use: ;# ;# 3.1 Parameters Required ;# ;# None. ;# ;# 3.2 Critical Activities ;# ;# None. ;# ;# 3.3 Special Constraints or Activities ;# ;# ;# ;#************************************************************************** ;# 4.0 STEPS: BEGIN: IF (P@CMD_STATE#TELECOMMAND = "AVAILABLE") THEN ELSE /CLEAR ;Clearing the Command Buffer. ENDIF /VZML,500F WAIT ;Verify contents of command buffer. /SEND WAIT UNTIL(VSTCRETN=H'500F') ;Check TC return. ;#************************************************************************** ;# 5.0 Final Constraints ;# ;# None. ;# ;#************************************************************************** ENDPROC