PROC m_fl_iptest ;Version 2 GOTO BEGIN ; ;#************************************************************************** ;# ****PROCEDURE HEADER**** ;# ;# 1.0 Introduction ;# ;# 1.1 FOT Name: m_fl_iptest ;# MMS-F Name: M_IPTEST ;# SUM Issue: ;# Simulator Validation Status: ;# ;# 1.2 Date Created: 9-11-95 ;# Revision: 1. 10-30-95 RR ;# 2. 11/18/95 GJ ;# ;# 1.3 Change Description: ;# ;# 1. corrected command data words ;# 2. Changed name convention from m_ts_* to m_fl_*. ;# ;# 1.4 Point of Contact: RRowe ;# FOT Author: RRowe ATSC/SOHO 286-4799 ;# ;#************************************************************************** ;# 2.0 Description ;# ;# 2.1 Narrative Description ;# ;# This procedure test the IP instructions and tables to extract ;# and downlink a full 1024^2 image and then downlink the crop list ;# and data, limb figure and data, rectangular bin list and data, and ;# finally the vector bin list and data. The data products downlinked ;# in the high rate channel and verified by the chkip analysis routine. ;# ;# ;# 2.2 Intended Use: ;# ;# To test principal IP functions, tables and downlink data products. ;# ;# 2.3 Duration: ;# ;# 2.4 References: ;# ;#************************************************************************** ;# 3.0 Instructions for Use: ;# ;# 3.1 Parameters Required ;# ;# None ;# ;# 3.2 Critical Activities ;# ;# None ;# ;# 3.3 Special Constraints or Activities ;# ;# MDI in SAFE or higher mode. High rate telemetry support ;# required for duration of IP test procedure. IP flight WCS ;# loaded, macro queue and tables loaded. ;# ;#************************************************************************** ;# 4.0 STEPS: BEGIN: IF (P@CMD_STATE#TELECOMMAND = "AVAILABLE") THEN ELSE /CLEAR ;Clearing the Command Buffer. ENDIF wait; Have MDI operator open decom file ; 'GO' to disable queue, load vector 12 with address wait; for ip_test adn re-enable /mbipldin 0004 0154 /send wait until(P@CMD_STATE#TELECOMMAND = "AVAILABLE") /mbipcmd 0091 000C 1D00 /send wait until(P@CMD_STATE#TELECOMMAND = "AVAILABLE") /mbipldin 0004 0136 /send ; 'GO' to load camers header with pointer set to wait; ip_test macro vector address /mbcmhdr1 4040 4040 0000 0001 000C /send wait until(P@CMD_STATE#TELECOMMAND = "AVAILABLE") wait; 'GO' to take a picture to start downlink /mbcmtp1r FFFF 1111 0FA0 /send wait 120 wait; 'GO' to downlink cro list and data /mbipldin 0004 0152 1D2E /send wait 90; seconds wait; 'GO' to downlink limb figure list and data /mbipldin 0004 0152 1D69 /send wait 15 wait; 'GO' to downlink rectangular bin list and data /mbipldin 0004 0152 1DA8 /send wait 10 wait; 'GO' to downlink vector bin list and data /mbipldin 0004 0152 1DEB /send wait 10 wait; Have MDI operator close decom file ; 'GO' to reset camera header with pointer set wait; to heritage load replacement /mbcmhdr1 4040 4040 0000 0001 0000 /send ;#************************************************************************** ;# 5.0 Final Constraints ;# ;# None ;# ;#************************************************************************** OUT: RETURN ENDPROC