PROC C_FL_II_RCVR ; VERSION 1 GOTO BEGIN ; ;#************************************************************************** ;# ****PROCEDURE HEADER**** ;# ;# 1.0 Introduction ;# ;# 1.1 FOT Name: C_FL_II_RCVR ;# CDS Name: ;# CDS Issue: ;# Simulator Validation Status: ;# ;# 1.2 Date Created: 18-MAY-95 ;# Revision: 1. 19-OCT-95 TFM ;# 2. 22-MAR-95 HB ;# ;# 1.3 Change Description: ;# ;# 1. Changed /CB5FILR,D'33',0003,1001 to /CB5FILR,D'33',0003,1001 ;# /CBSIIRC ;# ;# Thus removed the /CBSIIRC command as per PI request. ;# and placed the command in k_iide.prc. Changed comments to ;# fit in the event window. Added RETURN and OUT: ;# 2. Made changes per CDS PI direction. ;# ;# ;# 1.4 Point of Contact: MHill ;# FOT Author: MHill ATSC/SOHO 286-4799 ;# ;#************************************************************************** ;# 2.0 Description ;# ;# 2.1 Narrative Description ;# ;# This procedure sets up CDS as RECEIVER for IIDE test. ;# ;# 2.2 Intended Use: ;# ;# Set up CDS as RECEIVER for IIDE test. ;# ;# 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 ;# ;# CDS REMAINS IN RECEIVER MODE FOR ONLY 16 MINUTES FROM COMPLETION ;# OF PROCEDURE. (On GROUND ONLY.) ;#************************************************************************** ;# 4.0 STEPS: BEGIN: IF (P@CMD_STATE#TELECOMMAND = "AVAILABLE") THEN ELSE /CLEAR ;Clearing the Command Buffer. ENDIF ; ------------------------------------------- ; Enable response to event ; ------------------------------------------- /CB5FILR,D'33',0003,1001 WAIT ;Verify Command Buffer Contents /SEND ; ------------------------------------------- ; Verify II Receiver Mode ; ------------------------------------------- WAIT UNTIL (CKCIEM = H'AA') ; ------------------------------------------- ; Run background sequence ; ------------------------------------------- /CB5RUNS,007A WAIT ;Verify Command Buffer Contents /SEND ; ------------------------------------------- ;Verify Mode ; ------------------------------------------- WAIT UNTIL (CKCMODE = H'80') WAIT UNTIL (CK5SID = H'7A') WRITE "CDS in iide receiver mode for 16 minutes." OUT: ;#************************************************************************** ;# 5.0 Final Constraints ;# ;# CDS in iide receiver mode for 16 minutes. ;# ;#************************************************************************** RETURN ENDPROC