PROC C_FL_GISOFF ;VERSION 1 GOTO BEGIN ; ;#************************************************************************** ;# ****PROCEDURE HEADER**** ;# ;# 1.0 Introduction ;# ;# 1.1 FOT Name: C_FL_GISOFF ;# CDS Name: ;# CDS Issue: ;# Simulator Validation Status: ;# ;# 1.2 Date Created: 17-MAY-95 ;# Revision: 1. 03-JUN-95 BS ;# 2. 27-OCT-95 TFM ;# 1.3 Change Description: ;# ;# 1. Change order of TMs C+EG12V and CSEG5V. New limit for ;# C+EG12V. ;# 2. Changed ts in name to fl. ;# 1.4 Point of Contact: MHill ;# FOT Author: MHill ATSC/SOHO 286-4799 ;# ;#************************************************************************** ;# 2.0 Description ;# ;# 2.1 Narrative Description ;# ;# This procedure is derived from C_TS_GIS section 15 for GSCT2. ;# ;# 2.2 Intended Use: ;# ;# ;# ;# 2.3 Duration: TBD ;# ;# 2.4 References: ;# ;#************************************************************************** ;# 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 ;******SECTION 15****** ;SWITCH OFF /CBEG12VF ;GIS Elect +/- 12V OFF /CBEG5VF ;GIS Elect + 5V OFF WAIT ;Verify command buffer contents /SEND WAIT UNTIL (P@CSEG5V = "OFF") WAIT UNTIL (P@'C+EG12V' < 0.1) OUT: ;#************************************************************************** ;# 5.0 Final Constraints ;# ;# TBD ;# ;#************************************************************************** RETURN ENDPROC