PROC F_FL_CTIFC ;Version 2 GOTO BEGIN ; ;#*********************************************************************** ;# ****PROCEDURE HEADER**** ;# ;# 1.0 Introduction ;# ;# 1.1 FOT Name: F_FL_CTIFC ;# 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 #. ;# ;# 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 <<-- ;# turn on CTOF IFC mode ;# ;# 2.2 Intended Use: ;# ;# 2.3 Duration: TBD ;# ;# 2.4 References: ;# ;#*********************************************************************** ;# 3.0 Instructions for Use: ;# condition: VVPS must have been controlled down before ;# VVPS limits must be 0 ;# ;# 3.1 Parameters Required ;# ;# None ;# 3.2 Critical Activities ;# see 3.0 ;# ;# ;# ;# 3.3 Special Constraints or Activities ;# see 3.0 ;# ;# ************************************************************************* ;# 4.0 STEPS: BEGIN: IF (P@CMD_STATE#TELECOMMAND = "AVAILABLE") THEN ELSE /CLEAR ;Clearing the Command Buffer. ENDIF /FBCMOD4 ;IFC mode WAIT ;VERIFY BUFFER Contents /SEND ;# ;# ;# ;#*********************************************************************** ;# 5.0 Final Constraints ;# ;# TBD ;# ;#*********************************************************************** ENDPROC