PROC m_fl_ip5ktst ;Version 4 GOTO BEGIN ; ;#************************************************************************** ;# ****PROCEDURE HEADER**** ;# ;# 1.0 Introduction ;# ;# 1.1 FOT Name: m_fl_ip5ktst ;# experiment Name: m_ip5ktst ;# SUM Issue: ;# Simulator Validation Status: ;# ;# 1.2 Date Created: 9-11-95 ;# Revision: 1 10-30-95 ;# 2. 30 OCT 95 RS ;# 3. 02 NOV 95 GJ ;# 4. 11/18/95 GJ ;# ;# 1.3 Change Description: ;# ;# 1. corrected data words in commands ;# 2. Changed data word in mbipcmd from 0cd7 to 1cd7. ;# 3. Changed data word in mbcmtplr ;# 4. 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 tests the IP's ability to downlink raw and compressed ;# data in the sci5k channel. The first images are from a fill ;# pattern. The second images are from a picture. ;# ;# ;# 2.2 Intended Use: ;# ;# To test IP to DEP communication in the sci5k data channel ;# ;# 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. Medium rate or higher telemetry support ;# required for duration of IP test procedure. IP flight WCS ;# loaded, macro queue and tables loaded. ;# None ;# ;#************************************************************************** ;# 4.0 STEPS: BEGIN: IF (P@CMD_STATE#TELECOMMAND = "AVAILABLE") THEN ELSE /CLEAR ;Clearing the Command Buffer. ENDIF ; MDI Operator open sci5k file and to ; initiate packet display for science wait; data ; disable macro queue, load vector 11 with address for comp5kimage test wait; program and re-enable queue /mbipldin,0004,0154 /send wait until(mkiperst=h'1000') /mbipcmd,0091,000B,1CD7 /send wait until(P@CMD_STATE#TELECOMMAND = "AVAILABLE") /mbipldin,0004,0136 /send wait until(mkiperst=h'3000') wait; enable DEP interrupts /mbipldin,0004,0134 /send wait until(P@CMD_STATE#TELECOMMAND = "AVAILABLE") wait; set DEP to science mode (3) /mbdpmod,0003 /send wait until(mkdpmd=3) wait; run IP macro comp5kfill /mbipldin,0004,0152,1C43 /send wait 60; seconds ; load camera header with pointer set wait; to ip_test macro vector address /mbcmhdr1 4040 4040 0000 0001 000B /send wait; take a picture to start downlink /mbcmtp1r FFFF 2222 0FA0 /send wait 90; seconds wait; set DEP back to engineering mode (1) /mbdpmod 0001 /send wait until(mkdpmd = 0) wait; MDI Operator to close sci5k file ; reset camera header with pointer set wait; to heritage load replacement /mbcmhdr1 4040 4040 0000 0001 0000 /send wait until(P@CMD_STATE#TELECOMMAND = "AVAILABLE") ;#************************************************************************** ;# 5.0 Final Constraints ;# ;# None ;# ;#************************************************************************** OUT: RETURN ENDPROC