PROC F_FL_D_PTCH10 ;Version 0 GOTO BEGIN ; ;#************************************************************************** ;# ****PROCEDURE HEADER**** ;# ;# 1.0 Introduction ;# ;# 1.1 FOT Name: F_FL_D_PTCH10 ;# MMS-F Name: N/A ;# SUM Issue: N/A ;# Simulator Validation Status: N/A ;# ;# 1.2 Date Created: 23 Apr 96 ;# Revision: ;# ;# 1.3 Change Description: ;# ;# None. ;# ;# 1.4 Point of Contact: ;# Author: W. Bornemann MPE ATSC/SOHO +49-89-3299-3842 ;# ;#************************************************************************** ;# 2.0 Description ;# ;# 2.1 Narrative Description ;# ;# DPU Software Patch Number 5.6.10 ;# CTOF Fe Threshold ;# ;# 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: < 10 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 ;# ;# None ;# ;#************************************************************************** ;# 4.0 STEPS: BEGIN: IF (P@CMD_STATE#TELECOMMAND = "AVAILABLE") THEN ELSE /CLEAR ;Clearing the Command Buffer. ENDIF ;# 4.1 Implement S/W Patch 10 (not permanent) ; Patch 5.6.10 WAIT ;Note value of command OK counter (FSDTCOK) WAIT ;Next command is CRITICAL /CMD FBDFM,8AFD,3000,0001,0303 WAIT ;Verify buffer contents /SEND WAIT ;Verify command OK counter (FSDTCOK) increment by one OUT: ;#************************************************************************** ;# 5.0 Final Constraints ;# ;# None ;# ;#************************************************************************** RETURN ENDPROC