PROC L_CYCLE_PWR_INTR ;Version 0 GOTO BEGIN ; ;#************************************************************************** ;# ****PROCEDURE HEADER**** ;# ;# 1.0 Introduction ;# ;# 1.1 FOT Name: L_CYCLE_PWR_INTR ;# MMS-F Name: ;# SUM Issue: ;# Simulator Validation Status: ;# ;# 1.2 Date Created: 1/3/96 ;# Revision: ;# ;# 1.3 Change Description: ;# ;# NONE ;# ;# 1.4 Point of Contact: CCazeau ;# ;# FOT Author: C.Q ATSC/SOHO 286-4799 ;# ;#************************************************************************** ;# 2.0 Description ;# ;# 2.1 Narrative Description ;# ;# This procedure allows the PI team to cycle power to the LASCO ;# Electronics boxi. It is an easy way to reset the instrument ;# without going through the EXP_MON_DIS/ENA procedures. ;# ;# 2.2 Intended Use: ;# ;# ;# ;# 2.3 Duration: TBD ;# ;# 2.4 References: LASCO/EIT EXPERIMENT GUIDE ;# ;#************************************************************************** ;# 3.0 Instructions for Use: ;# ;# 3.1 Parameters Required ;# ;# ;# ;# 3.2 Critical Activities ;# ;# None ;# ;# 3.3 Special Constraints or Activities ;# ;# The experiment is powered on and is in the A-side config. ;# ;#************************************************************************** ;# 4.0 STEPS: BEGIN: IF (P@CMD_STATE#TELECOMMAND = "AVAILABLE") THEN ELSE /CLEAR ;Clearing the Command Buffer. ENDIF /LCPWOFN ;LEB POWER OFF WAIT ;VERIFY THE COMMAND BUFFER /SEND WAIT 30 ;WAIT FOR 30 SECS WAIT UNTIL (P@LSPWAN = "OFF") /LCPWAONN ;LEB POWER ON A-SIDE WAIT ;VERIFY THE COMMAND BUFFER /SEND WAIT UNTIL (P@LSPWAN = "ON") WAIT UNTIL (P@LIPWA > 0.25) AND (P@LIPWA < 0.60) ; CHECK CURRENT WAIT UNTIL (LKHK1SYN = H'A5A1') ; HK IS VALID /LBTMANL ;INTERRUPT AUTOBOOT WAIT ;VERIFY THE COMMAND BUFFER /SEND ;#************************************************************************** ;# 5.0 Final Constraints ;# ;# TBD ;# ;#************************************************************************** ENDPROC