PROC N_FL_HV ;Version 0 GOTO BEGIN ; ;#************************************************************************** ;# ****PROCEDURE HEADER**** ;# ;# 1.0 Introduction ;# ;# 1.1 FOT Name: N_FL_HV ;# MMS-F Name: ;# SUM Issue: N/A ;# Simulator Validation Status: ;# ;# 1.2 Date Created: MAR 08, 1996 ;# ;# ;# 1.3 Change Description: ;# ;# NONE ;# ;# 1.4 Point of Contact: ;# FOT Author: CQ ATSC/SOHO 286-4799 ;# ;#************************************************************************** ;# 2.0 Description ;# ;# 2.1 Narrative Description ;# ;# This procedure will reactivate the power supply, and the ;# execution of this file will be asked by the SWAN Team via ;# FAX each time a trip is detected. ;# ;# ;# ;# 2.2 Intended Use: ;# ;# This procedure should be run to re-activate the SWAN su-z ;# high voltage power supply after a trip. ;# ;# 2.3 Duration: ;# ;# 2.4 References: ;# ;#************************************************************************** ;# 3.0 Instructions for Use: ;# ;# 3.1 Parameters Required ;# ;# None ;# ;# 3.2 Critical Activities ;# ;# N/A ;# ;# 3.3 Special Constraints or Activities ;# ;# The high voltage should be reactivate as soon as possible ;# to avoid loss of measurements. ;# ;# ;# ;#************************************************************************** ;# 4.0 STEPS: ;# ; BEGIN: IF (P@CMD_STATE#TELECOMMAND = "AVAILABLE") THEN ELSE /CLEAR ; Clearing the Command Buffer. ENDIF /NBHV2OF ; Disable SU1 HVPS WAIT ; Verify command buffer contents /SEND WAIT 5 ; Wait for 5 sec /NBHV2ON ; Enable SU2 HVPS WAIT ; Verify command buffer contents /SEND ;#************************************************************************** ;# 5.0 Final Constraints ;# ;# TBD ;# ;#************************************************************************** ENDPROC