PROC F_FL_CTTR_T_T GOTO BEGIN ; ;#*********************************************************************** ;# ****PROCEDURE HEADER**** ;# ;# 1.0 Introduction ;# ;# 1.1 FOT Name: F_FL_CTTR_T_T ;# MMS-F Name: ;# SUM Issue: ;# Simulator Validation Status ;# ;# 1.2 Date Created: 06-Oct-95 WB/MH ;# Revision 1: 15-Oct-95 heg ;# Revision 2: 18-Oct-95 heg ;# ;# 1.3 Change Description: ;# Rev.1 : Filename; command+comment update ;# ;# 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 <<-- ;# PURPOSE: switch trigger to T only, with def. ;# cal-trig=off check/send appropriate ;# ..dp.. command for SPDS setting: PID=OFF ;# For BOTH nominal and medium range ;# ;# 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 /FBCECAL,0000 /FBCTCAL,00C0 /FBCATRIG,ECEC WAIT ;VERIFY BUFFER Contents /SEND ;# ;# ;#*********************************************************************** ;# 5.0 Final Constraints ;# ;# TBD ;# ;#*********************************************************************** ENDPROC