PROC m_fl_tlm2ip ;Version 3 GOTO BEGIN ; ;#************************************************************************** ;# ****PROCEDURE HEADER**** ;# ;# 1.0 Introduction ;# ;# 1.1 FOT Name: m_fl_tlm2ip ;# MMS-F Name: ;# SUM Issue: ;# Simulator Validation Status: ;# ;# 1.2 Date Created: 11-3-94 ;# Revision: 1. 4/26/95 GLJ ;# 2. 5-26-95 RR ;# 3. 11/18/95 GJ ;# ;# 1.3 Change Description: ;# ;# 1. Added /mbipldin time. ;# 2. Changes address from 0x201 to 0x021 ;# 3. Changed name convention from m_ts_* to m_fl_*. ;# ;# ;# 1.4 Point of Contact: CCazeau ;# FOT Author: RRowe ATSC/SOHO 805-3642 ;# ;#************************************************************************** ;# 2.0 Description ;# ;# 2.1 Narrative Description ;# ;# This procedure configures the IP to use the redundant high rate ;# telemetry interface (board 2) ;# ;# 2.2 Intended Use: ;# ;# Set the IP to use redundant high rate telemetry board 2. ;# ;# 2.3 Duration: 5 minutes ;# ;# 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 SLEEP mode following successful performances of M_TLM2ON ;# and M_TLM2DEP to power up redundant high rate TLM board and ;# configure DEP for its use. S/C configured for redundant high ;# rate telemetry. High rate rate telemetry support required for ;# duration of IP configuration sequence and high rate TLM checkout. ;# MDI Operator on station required for each step before ;# continiuing. ;# ;#************************************************************************** ;# 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 set IP to d/l from page 12 (redundant) /mbipldin,0004,0140,0021,0001 /send wait; 'GO' to reload camera header /mbcmhdr1,4040,4040,0000,0001,0000; reload camera header /send ;#************************************************************************** ;# 5.0 Final Constraints ;# ;# TBD ;# ;#************************************************************************** end: ENDPROC