PROC H_FL_BITRATE ;version 3 GOTO BEGIN ; ;#************************************************************************** ;# ****PROCEDURE HEADER**** ;# ;# 1.0 Introduction ;# ;# 1.1 FOT Name: H_FL_BITRATE ;# MMS-F Name: H_FL_BITRATE ;# SUM Issue: N/A ;# Simulator Validation Status: Validated ;# ;# 1.2 Date Created: 7 MAR 1995 TL ;# Revision: 1) 24 APR 95 TL ;# 2) 11 Aug 95 TL ;# 3) 25 Oct 95 TL ;# ;# 1.3 Change Description: ;# ;# 1) Added command to switch on ESU DPU1 at line 94. ;# 2) Changed name to _FL_ (FLight ready). ;# 3) Updated version number, added comments. ;# ;# 1.4 Point of Contact: T. LA FAVE ;# FOT Author: T. LA FAVE ATSC/SOHO 286-4799 ;# ;#************************************************************************** ;# 2.0 Description ;# ;# 2.1 Narrative Description ;# ;# This procedure tests the CEPAC internal bitrate re-allocation. ;# This is done by switching the ESU off and increasing the bit ;# rate normally allocated to EPHIN. ;# ;# 2.2 Intended Use: ;# ;# ;# ;# 2.3 Duration: 17 min. ;# ;# 2.4 References: ;# Pages h_cepac1, h_cepac3, h_cepac4 ;#************************************************************************** ;# 3.0 Instructions for Use: ;# ;# 3.1 Parameters Required ;# ;# None ;# ;# 3.2 Critical Activities ;# ;# None ;# ;# 3.3 Special Constraints or Activities ;# ;# None ;#************************************************************************** ;# 4.0 STEPS: BEGIN: IF (P@CMD_STATE#TELECOMMAND = "AVAILABLE") THEN ELSE /CLEAR ;Clearing the Command Buffer. ENDIF WAIT UNTIL (P@HSEMODE = "STANDBY") /HBCEOFF ;Switch ESU off WAIT ;Verify command buffer contents /SEND WAIT 200 /HBCSETBR,07D0,0000 ;Set new TM bit rate /HBFUPLD3,0701,76D0,0700 ;Upload data WAIT ;Verify command buffer contents /SEND WAIT 130 /HBFDWNLD,084F,5300 ;Download memory WAIT ;Verify command buffer contents /SEND WAIT 200 /HBCSETBR,050A,167C ;Set new TM bit rate /HBFUPLD3,0701,760A,0500 ;Upload data WAIT ;Verify command buffer contents /SEND WAIT 130 /HBFDWNLD,084F,5300 ;Download memory WAIT ;Verify command buffer contents /SEND WAIT 200 /HBCEON1 ;Switch ON ESU DPU1 WAIT ;Verify command buffer contents /SEND WAIT UNTIL (HKCPWREN = 1) WAIT UNTIL ((P@HIPWA > .295) AND (P@HIPWA < .615)) WAIT UNTIL (P@HSEMODE = "STANDBY") ;#************************************************************************** ;# 5.0 Final Constraints ;# ;# None ;# ;#************************************************************************** ENDPROC