PROC K_MRTOMDIH ;Version 5 GOTO BEGIN ; ;#************************************************************************** ;# ****PROCEDURE HEADER**** ;# ;# 1.0 Introduction ;# ;# 1.1 FOT Name: K_MRTOMDIH ;# MMS-F Name: MR_TO_MDI-H_FORM_1 ;# SUM Issue: 3E ;# Simulator Validation: Complete ;# ;# 1.2 Date: ;# Created: 19-JUL-94 ;# Revision: 1. 6-FEB-95 HB ;# 2. 24-MAR-95 HB ;# 3. 5-26-95 RR ;# 4. 24-OCT-95 TB ;# 5. 18-NOV-95 TB ;# ;# 1.3 Change Description: ;# ;# 1. Changed name to K_MRTOMDIH. Added TM subformat flexibility. ;# Deleted WAIT after first command. ;# 2. Updated procedure to SUM 3B. No TSTOL changes. ;# 3. added mdi procedure ;# 4. Updated to SUM 3E. ;# 5. Changed all MDI procs from tl to fl ;# ;# 1.4 Point of Contact: GMiller ;# FOT Author: MHill ATSC/SOHO 286-4799 ;# ;#************************************************************************** ;# 2.0 Description ;# ;# 2.1 Narrative Description ;# ;# To change the TM mode from MR to MDI-H. ;# To configure the experiment in MDI-H mode (No inputs are now ;# available from Experimenter about the necessary operations to ;# command and verify MDI-H mode at experiment level) ;# ;# 2.2 Intended Use: ;# ;# Change TM mode from Medium Rate to MDI-H, Acq. Format 1 ;# ;# 2.3 Duration: 4 min 45 sec ;# ;# 2.4 References: SUM Part 7 Fig. 1.1.1-1 ;# ;#************************************************************************** ;# 3.0 Instructions for Use: ;# ;# 3.1 Parameters Required ;# ;# None ;# ;# 3.2 Critical Activities ;# ;# None ;# ;# 3.3 Special Constraints or Activities ;# ;# Before initiating the mode transition at experiment level it ;# is necessary to wait up to 22.5 sec for MDI-H mode to be ;# correctly settled at DHSS level ;# ;#************************************************************************** ;# 4.0 STEPS: ;# ; BEGIN: LOCAL TID IF (P@CMD_STATE#TELECOMMAND = "AVAILABLE") THEN ELSE /CLEAR ;Clearing the Command Buffer. ENDIF ASK "What telemetry subformat is the DHSS in (1-4)?"TID WAIT UNTIL (P@KKTMFID ="MR/HR $TID") ;Check current TM mode (MR) WAIT UNTIL (P@KKTMMODE ="SCIENCE") ; /KNK1ET7$TID ;Send command to HR/MDI-H /SEND WAIT 23 ;Wait 22.5 sec for the change to be reported in the TM WAIT UNTIL (P@KKTMFID ="MR/HR $TID") ;Check the TM mode (available at latest WAIT UNTIL (P@KKTMMODE ="MDI H") ;3 formats after change is commanded) s m_fl_idtomh ;#************************************************************************** ;# 5.0 Final Constraints ;# ;# None ;# ;#************************************************************************** ENDPROC