PROC F_FL_D_PTCH11 ;Version 0 GOTO BEGIN ; ;#************************************************************************** ;# ****PROCEDURE HEADER**** ;# ;# 1.0 Introduction ;# ;# 1.1 FOT Name: F_FL_D_PTCH11 ;# MMS-F Name: N/A ;# SUM Issue: N/A ;# Simulator Validation Status: N/A ;# ;# 1.2 Date Created: 1 May 96 ;# Revision: ;# ;# 1.3 Change Description: ;# ;# None. ;# ;# 1.4 Point of Contact: ;# Author: W. Bornemann MPE +49-89-3299-3842 ;# A. B. Galvin UMD 405-6208 ;#************************************************************************** ;# 2.0 Description ;# ;# 2.1 Narrative Description ;# ;# DPU Software Patch Number 5.6.11 ;# Time Correction ;# ;# Patch has to be reloaded after DPU switch OFF ;# (not permanently stored in keep alive memory) ;# ;# 2.2 Intended Use: ;# ;# Correction to DPU flight software (S/W Version 5.6). ;# ;# 2.3 Duration: < 15 min ;# ;# 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 ;# ;# LOBT command needs to be sent to CELIAS after this procedure. ;# ;#************************************************************************** ;# 4.0 STEPS: BEGIN: IF (P@CMD_STATE#TELECOMMAND = "AVAILABLE") THEN ELSE /CLEAR ;Clearing the Command Buffer. ENDIF ;# 4.1 Implement S/W Patch 11a, 11b, 11c (not permanent) ; Patch 5.6.11a WAIT ;Note value of command OK counter (FSDTCOK) WAIT ;Next command is CRITICAL /CMD FBDFM,0403,2000,0001,2020 WAIT ;Verify buffer contents /SEND WAIT ;Verify command OK counter (FSDTCOK) increment by one ; Patch 5.6.11b WAIT ;Note value of command OK counter (FSDTCOK) WAIT ;Next command is CRITICAL /CMD FBDFM,0403,2000,0001,0000 WAIT ;Verify buffer contents /SEND WAIT ;Verify command OK counter (FSDTCOK) increment by one ; Patch 5.6.11c WAIT ;Note value of command OK counter (FSDTCOK) WAIT ;Next command is CRITICAL /CMD FBDFM,0225,3000,0001,0404 WAIT ;Verify buffer contents /SEND WAIT ;Verify command OK counter (FSDTCOK) increment by one WAIT ;Go to start procedure to distribute OBT to CELIAS S K_OBT_DIST OUT: ;#************************************************************************** ;# 5.0 Final Constraints ;# ;# None ;# ;#************************************************************************** RETURN ENDPROC