PROC F_FL_D_PATCH6 ;Version 0 GOTO BEGIN ; ;#************************************************************************** ;# ****PROCEDURE HEADER**** ;# ;# 1.0 Introduction ;# ;# 1.1 FOT Name: F_FL_D_PATCH6 ;# MMS-F Name: ;# SUM Issue: ;# Simulator Validation Status: ;# ;# 1.2 Date Created: 05/18/1996 ;# Revision: ;# ;# 1.3 Change Description: ;# ;# None. ;# ;# 1.4 Point of Contact: W. Bornemann MPE +49-89-3299-3842 ;# FOT Author: Tom Moore ATSC/SOHO 286-4799 ;# ;#************************************************************************** ;# 2.0 Description ;# ;# 2.1 Narrative Description ;# S/W patch 5.6.6, DPU software patch number 5.6.6.. ;# CTOF EDB Distribution ;# ;# FBPERMI command delete, => Patch 5.6.6 in NOT permanent ;# in keep alive memory. ;# ;# 2.2 Intended Use: ;# Correction to DPU flight software (S/W Version 5.6) ;# ;# 2.3 Duration: < 10 minutes. ;# ;# 2.4 References: ;# ;#************************************************************************** ;# 3.0 Instructions for Use: ;# ;# 3.1 Parameters Required ;# ;# None ;# ;# 3.2 Critical Activities ;# ;# FBDFM commands are CRITICAL COMMANDS! ;# ;# Correct binary translation requires use of project ;# data base version > 9.0 (i.e.,after Sept 95) ;# ;# 3.3 Special Constraints or Activities ;# ;# This correction is placed in volatile memory, and ;# must be resent if the DPU resets. ;# ;#************************************************************************** ;# 4.0 STEPS: BEGIN: IF (P@CMD_STATE#TELECOMMAND = "AVAILABLE") THEN ELSE /CLEAR ;Clearing the Command Buffer. ENDIF ;# 4.1 Implement S/W patch 6 ;-------------------------------------------- ; Note Value of command OK counter.(FSDTCOK) ;-------------------------------------------- SHOVAL FSDTOCK WAIT ; Go after logging value ;# Patch 5.6.6 ;-------------------------------------------- ; NOTE: The next command is CRITICAL! ;-------------------------------------------- WAIT ; Read above. /CMD FBDMM,0E4D,3000,000E,4402,1208,13E5,75D1,3D05,0BEA,0174,0000,;; 0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,;; 0000,0000,0000,0000,0000 WAIT ; Verify Buffer contents /SEND ;-------------------------------------------- ; Note Value of command OK counter.(FSDTCOK) ;-------------------------------------------- SHOVAL FSDTOCK WAIT ; Go after logging value OUT: ;#************************************************************************** ;# 5.0 Final Constraints ;# ;# None ;# ;#************************************************************************** RETURN ENDPROC