PROC m_fl_mmtomh ;Version 4 GOTO BEGIN ; ;#************************************************************************** ;# ****PROCEDURE HEADER**** ;# ;# 1.0 Introduction ;# ;# 1.1 FOT Name: m_fl_mmtomh ;# MMS-F Name: ;# SUM Issue: ;# Simulator Validation Status: ;# ;# 1.2 Date Created: 5-26-95 ;# Revision: 1. 06-JUN-95 HB ;# 2. 08-15-95 GJ ;# 3. 11-02-95 GJ ;# 4. 11/18/95 GJ ;# ;# 1.3 Change Description: ;# ;# 1. Added WAIT UNTIL (MKSQRG5 = 3) at the end of the procedure. ;# 2. Changed WAIT UNTIL (MKSQRG3 = 3) at the end of the ;# procedure and /mbsqreg,0003,0002. ;# 3. Deleted a comment from Narrative Description and added R3. ;# 4. 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 configures the IP and the DEP to suport the ;#MDI-M (VC2) to MDI-H (VC3) rate telemetry transition using DEP register R3. ;# ;# ;# 2.2 Intended Use: ;# ;# Configure the MDI DEP and IP for high rate. ;# ;# 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 SAFE or higher mode. At least medium rate TM support ;#required for duration of DEP/IP configuration. This porcedure should be ;#performed BEFORE the high rate channel is commanded to idle. ;#************************************************************************** ;# 4.0 STEPS: BEGIN: IF (P@CMD_STATE#TELECOMMAND = "AVAILABLE") THEN ELSE /CLEAR ;Clearing the Command Buffer. ENDIF ;Set the VC flag to MDI-H /mbsqreg,0003,0003 /send wait until(P@CMD_STATE#TELECOMMAND = "AVAILABLE") WAIT UNTIL (MKSQRG3 = 3) ;#************************************************************************** ;# 5.0 Final Constraints ;# ;# TBD ;# ;#************************************************************************** ENDPROC