PROC F_FL_CTSTBY ;Version 2 GOTO BEGIN ; ;#*********************************************************************** ;# ****PROCEDURE HEADER**** ;# ;# 1.0 Introduction ;# ;# 1.1 FOT Name: F_FL_CTSTBY ;# MMS-F Name: ;# SUM Issue: ;# Simulator Validation Status ;# ;# 1.2 Date Created: 06-Oct-95 WB ;# Revision 1. 15-Oct-95 heg ;# 2. 19-DEC-95 BS ;# ;# 1.3 Change Description: ;# 1. Filename; command+comment update ;# 2. Update Version number. ;# ;# 1.4 Point of Contact: ;# Authors: ;# Contents: H.Gruenwaldt MPAe Lindau (49) 5556-979 413 ;# Format : W.Bornemann MPE Garching (49) 89-3299 3842 ;#*********************************************************************** ;# 2.0 Description ;# ;# 2.1 -->> Narrative Description <<-- ;# CTOF Standby ;# ;# 2.2 Intended Use: ;# ;# 2.3 Duration: TBD ;# ;# 2.4 References: ;# ;#*********************************************************************** ;# 3.0 Instructions for Use: ;# ;# 3.1 Parameters Required ;# ;# None ;# 3.2 Critical Activities ;# ;# ;# TBD ;# ;# 3.3 Special Constraints or Activities ;# ;# ;# ************************************************************************* ;# 4.0 STEPS: BEGIN: IF (P@CMD_STATE#TELECOMMAND = "AVAILABLE") THEN ELSE /CLEAR ;Clearing the Command Buffer. ENDIF /FBCMOD1 ;Standby WAIT ;VERIFY BUFFER Contents /SEND ;# ;# ;# ;#*********************************************************************** ;# 5.0 Final Constraints ;# ;# TBD ;# ;#*********************************************************************** ENDPROC