PROC N_FL_LLOCKOUT ;Version 0 GOTO BEGIN ; ;#************************************************************************** ;# ****PROCEDURE HEADER**** ;# ;# 1.0 Introduction ;# ;# 1.1 FOT Name: N_FL_LLOCKOUT ;# MMS-F Name: N/A ;# SUM Issue: N/A ;# Simulator Validation Status: N/A ;# ;# 1.2 Date Created: 25-APR-96 ;# Revision: ;# ;# 1.3 Change Description: ;# ;# None. ;# ;# 1.4 Point of Contact: ;# Author: HBenefield ATSC/SOHO: 286-4799 ;# ;#************************************************************************** ;# 2.0 Description ;# ;# 2.1 Narrative Description ;# ;# Move SWAN mechanisms out of launch lock position. ;# ;# 2.2 Intended Use: ;# ;# Preparation for operation after e.g. thruster firing. ;# ;# 2.3 Duration: 2 minutes ;# ;# 2.4 References: ;# ;#************************************************************************** ;# 3.0 Instructions for Use: ;# ;# 3.1 Parameters Required ;# ;# None ;# ;# 3.2 Critical Activities ;# ;# None ;# ;# 3.3 Special Constraints or Activities ;# ;# SWAN MUST be in launch lock position. ;# This procedure may ONLY be run on explicit request from ;# a member of the SWAN experiment team. ;# ;#************************************************************************** ;# 4.0 STEPS: BEGIN: IF (P@CMD_STATE#TELECOMMAND = "AVAILABLE") THEN ELSE /CLEAR ;Clearing the Command Buffer. ENDIF /CMD NBSEQ1,0000,0000,0182,9388 ;********************************************* ; Move inner motors from launch lock position. ;********************************************* /CMD NBMVMOT,0000,d'7000',d'7000',0000 WAIT ;Verify contents of command buffer /SEND WAIT 30 ;********************************************* ; Move outer motors from launch lock position. ;********************************************* /CMD NBMVMOT,d'6000',0000,0000,d'6000' WAIT ;Verify contents of command buffer /SEND WAIT 30 ;********************************************* ; Move to +/- Z direction ;********************************************* /CMD NBMVMOT,d'6000',d'6000',d'6000',d'6000' /CMD NBHV1ON ;Switch ON HV on Sensor +Z /CMD NBHV2ON ;Switch ON HV on Sensor -Z WAIT ;Verify contents of command buffer /SEND OUT: ;#************************************************************************** ;# 5.0 Final Constraints ;# ;# None ;# ;#************************************************************************** ENDPROC