PROC m_fl_regdump ;verdion 3 GOTO BEGIN ; ;#************************************************************************** ;# ****PROCEDURE HEADER**** ;# ;# 1.0 Introduction ;# ;# 1.1 FOT Name: m_fl_regdump ;# MMS-F Name: ;# SUM Issue: ;# Simulator Validation Status: ;# ;# 1.2 Date Created: 5-26-95 ;# Revision: 1. 06-JUN-95 BS ;# 2. 9-12-95 RR ;# 3. 11/18/95 GJ ;# ;# 1.3 Change Description: ;# ;# 1. /MBDPMD,1000,7B50,0200 -> /MBDPMD,1000,7B54,0200. ;# 2. corrected data words ;# 3. 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 dumps the DEP sequence registers from DEP memory ;# ;# 2.2 Intended Use: ;# ;# To allow inspection of the DEP register configuration ;# ;# 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 SLEEP or higher mode. At least medium rate telemetry ;# support required for duration of register dump. ;#************************************************************************** ;# 4.0 STEPS: BEGIN: IF (P@CMD_STATE#TELECOMMAND = "AVAILABLE") THEN ELSE /CLEAR ;Clearing the Command Buffer. ENDIF wait; 'GO' to dump 1st 128 DEP registers /mbdpmd,1000,8cb4,0100 /send ;#************************************************************************** ;# 5.0 Final Constraints ;# ;# TBD ;# ;#************************************************************************** ENDPROC