PROC m_fl_depchk ;Version 6 GOTO BEGIN ; ;#************************************************************************** ;# ****PROCEDURE HEADER**** ;# ;# 1.0 Introduction ;# ;# 1.1 FOT Name: m_fl_depchk ;# MMS-F Name: ;# SUM Issue: ;# Simulator Validation Status: ;# ;# 1.2 Date Created: 19-DEC-94 BS ;# Revision: 1. 24-APR-95 GJ ;# 2. 05-04-95 ;# 3. 15-AUG-95 RR ;# 4. 9-12-95 ;# 5. 9-15-95 RR ;# 6. 11/18/95 GJ ;# ;# 1.3 Change Description: ;# ;# 1. Changed comments ;# 2. Replaced hard waits with timed waits ;# 3. Removed p@ from mkdpolvr ;# 4. added call for m_ts_regdump ;# 5. removed MTM lookup table commands. ;# 6. Changed naming convention from m_ts_* to m_fl_*. ;# ;# 1.4 Point of Contact: ;# FOT Author: BSAPPER ATSC/SOHO 805-3749 ;# ;#************************************************************************** ;# 2.0 Description ;# ;# 2.1 Narrative Description ;# ;# THIS PROCEDURE PERFOMS THE COMMISSIONING TEST OF THE DEP ;# ;# 2.2 Intended Use: ;# ;# Initial checkout of the MDI flight computer (DEP). ;# ;# 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 mode. MR TLM required. MDI operator on station ;# to support verification of procedure. ;#************************************************************************** ;# 4.0 STEPS: BEGIN: IF (P@CMD_STATE#TELECOMMAND = "AVAILABLE") THEN ELSE /CLEAR ;Clearing the Command Buffer. ENDIF LOCAL VERS IF (P@KKTMMODE = "HK") THEN ;Check TM is not in LR WRITE "TM IS NOT IN MEDIUM/HIGH RATE." GOTO END ENDIF WAIT ;VERIFY MDI OPERATOR READY TO DISPLAY SCI5K DEP MEMORY DUMP /MBDPML,1000,0F00,0100,0302,0504,0706,0908,0B0A,0D0C ;DEP tst mem ld /MBDPML,1000,0F10,1110,1312,1514,1716,1918,1B1A,1D1C ;DEP tst mem ld /MBDPML,1000,0F20,2120,2322,2524,2726,2928,2B2A,2D2C ;DEP tst mem ld /MBDPML,1000,0F30,3130,3332,3534,3736,3938,3B3A,3D3C ;DEP tst mem ld /MBDPML,1000,0F40,4140,4342,4544,4746,4948,4B4A,4D4C ;DEP tst mem ld /MBDPML,1000,0F50,5150,5352,5554,5756,5958,5B5A,5D5C ;DEP tst mem ld /SEND wait 10; ;# Dump 256 bytes from DEP sequence buffer in sci5k /MBDPMD,1000,0F00,0100 ;Dump 256 bytes from DEP sequence buffer in sci5k /SEND WAIT ;'GO' for DEP register dump s m_fl_regdump ;#************************************************************************** ;# 5.0 Final Constraints ;# ;# TBD ;# ;#************************************************************************** end: ENDPROC