PROC F_FL_D_PATCH5 ;Version 0 GOTO BEGIN ; ;#************************************************************************** ;# ****PROCEDURE HEADER**** ;# ;# 1.0 Introduction ;# ;# 1.1 FOT Name: F_FL_D_PATCH5 ;# 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.5, DPU software patch number 5.6.5.. ;# MTOF Parity Error Correction. ;# ;# Place in non-volatile 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 ;# ;# As long as the KEEP ALIVE power is available, this command ;# will be retained in DPU memory. ;# ;#************************************************************************** ;# 4.0 STEPS: BEGIN: IF (P@CMD_STATE#TELECOMMAND = "AVAILABLE") THEN ELSE /CLEAR ;Clearing the Command Buffer. ENDIF ;# 4.1 Implement S/W patch 5 ;-------------------------------------------- ; Note Value of command OK counter.(FSDTCOK) ;-------------------------------------------- SHOVAL FSDTOCK WAIT ; Go after logging value ;-------------------------------------------- ; Make next command permanent, #9 ;-------------------------------------------- /CMD FBPERMI,0209 WAIT ; Verify Buffer contents /SEND ;# Patch 5.6.5 ;-------------------------------------------- ; Note Value of command OK counter.(FSDTCOK) ;-------------------------------------------- SHOVAL FSDTOCK WAIT ; Go after logging value ;-------------------------------------------- ; NOTE: The next command is CRITICAL! ;-------------------------------------------- WAIT ; Read above. /CMD FBDFM,7A36,3000,0002,8181 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