PROC F_FL_SEM_ON GOTO BEGIN ; ;#*********************************************************************** ;# ****PROCEDURE HEADER**** ;# ;# 1.0 Introduction ;# ;# 1.1 FOT Name: F_FL_SEM_ON ;# MMS-F Name: ;# SUM Issue: ;# Simulator Validation Status ;# ;# 1.2 Date Created: 17-SEP-95 WB ;# Revision: 1. 08 DEC 95 RS ;# ;# 1.3 Change Description: ;# 1. Changed /FBSEUVOF ---> /FBSEUVON. ;# ;# 1.4 Point of Contact: ;# Author: W.Bornemann MPE 49-89-3299-3842 ;#*********************************************************************** ;# 2.0 Description ;# ;# 2.1 Narrative Decription ;# Sem power on. ;# ;# 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 /FBSEUVON ;Sem Power on WAIT ;VERIFY BUFFER CONTENTS /SEND WAIT UNTIL (P@FSSSPON = "On") ;#*********************************************************************** ;# 5.0 Final Constraints ;# ;# TBD ;# ;#*********************************************************************** ENDPROC