PROC m_fl_idtomh ;Version 7 GOTO BEGIN ; ;#************************************************************************** ;# ****PROCEDURE HEADER**** ;# ;# 1.0 Introduction ;# ;# 1.1 FOT Name: m_fl_idtomh ;# MMS-F Name: ;# SUM Issue: OCD # 126 ;# Simulator Validation Status: ;# ;# 1.2 Date Created: 5-23-95 ;# Revision: 5-26-95 ;# 2. 06-JUN-95 HB ;# 3. 15-AUG-95 GJ ;# 4. 10-30-95 RR ;# 5. 11/18/95 GJ ;# 6. 20-DEC-95 BS ;# 7. 21-MAY-96 RR ;# ;# 1.3 Change Description: ;# ;# 1. ;# 2. Changed off to ON in comments. Changed data word in second ;# command (MBSQREG) from 0042 to 0044. Added WAIT UNTIL ;# (MKSQRG5 = 3) at the end of the procedure. ;# 3. Deleted Wait Until (P@CMD_STATE#TELECOMMAND = "AVAILABLE") ;# and changed command. ;# 4. Added register 4 command to sequence. ;# 5. Changed name convention from m_ts_* to m_fl_*. ;# 6. Delete cmd MBSQREG,0004,0001 and TM check. ;# 7. Removed flag commands to speed execution of proc ;# ;# 1.4 Point of Contact: ;# FOT Author: RRowe ATSC/SOHO 286-4799 ;# :# 1.5 Added waits after the command and then removed them. ;# ;# 1.6 Added wait until(P@CMD_STATE#TELECOMMAND = "AVAILABLE") ;# ;#************************************************************************** ;# 2.0 Description ;# ;# 2.1 Narrative Description ;# ;# This procedure configures the IP and the DEP to suport the ;#HR Idle to MDI-H (VC3) rate telemetry transition using DEP register R5 for ;#VC flag to avoid conflict with current EMI2. ;# ;# 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 (MKSQRG3 = 3) ;#************************************************************************** ;# 5.0 Final Constraints ;# ;# TBD ;# ;#************************************************************************** ENDPROC