PROC m_fl_seqstp GOTO BEGIN ; ;#************************************************************************** ;# ****PROCEDURE HEADER**** ;# ;# 1.0 Introduction ;# ;# 1.1 FOT Name: m_fl_seqstp ;# MMS-F Name: ;# SUM Issue: ;# Simulator Validation Status: ;# ;# 1.2 Date Created: 5-1-95 ;# Revision: 1. 5-26-95 RR ;# 2. 11/18/95 GJ ;# ;# 1.3 Change Description: ;# ;# 1. Corrected syntax errors ;# 2. Changed name convention from m_ts_* to m_fl_*. ;# ;# 1.4 Point of Contact: ;# FOT Author: RRowe ATSC/SOHO 286-4799 ;# ;#************************************************************************** ;# 2.0 Description ;# ;# 2.1 Narrative Description ;# ;# This procedure terminates the MDI observing sequence ;# ;# 2.2 Intended Use: ;# ;# Stop execution of MDI sequence. This is required before loss ;# of HR VC2/VC# data due to spacecraft switchover to tape ;# recorder save or dump ;# ;# 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 ;# ;# MDI in DEP sequence observing mode. HR telemetry support ;# required prior to stopping sequence. MDI Operatore on station to ;# verification of procedure. ;#************************************************************************** ;# 4.0 STEPS: BEGIN: IF (P@CMD_STATE#TELECOMMAND = "AVAILABLE") THEN ELSE /CLEAR ;Clearing the Command Buffer. ENDIF IF ((P@KKTMMODE<3) and (P@KKTMFID<1)) THEN ;Check TM is not in HR WRITE "TM IS NOT IN HIGH RATE." GOTO END ENDIF wait; 'GO' to stop DEP sequence /mbsqend; end DEP sequence /send ;#************************************************************************** ;# 5.0 Final Constraints ;# ;# TBD ;# ;#************************************************************************** ENDPROC