PROC C_FL_II_MSTR ; VERSION 2 GOTO BEGIN ; ;#************************************************************************** ;# ****PROCEDURE HEADER**** ;# ;# 1.0 Introduction ;# ;# 1.1 FOT Name: C_FL_II_MSTR ;# 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. Removed the following code as per PI request. ;# /CBSIIMS ;Select Master Mode ;# WAIT ;Verify Command Buffer Contents ;# /SEND ;# WAIT UNTIL (CKCIEM = H'FF') ;Verify II Master Mode ;# ;# /CBIRST ;# WAIT ;Verify Command Buffer Contents ;# /SEND ;# ;# Add replaced with. ;# /CBMOPSLP,B805 ;# and ;# /CBMOPSLP,A7C0 ;# 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 MASTER for IIDE. ;# ;# 2.2 Intended Use: ;# ;# Set up CDS as MASTER for IIDE. ;# ;# 2.3 Duration: NONE ;# ;# 2.4 References: ;# ;#************************************************************************** ;# 3.0 Instructions for Use: ;# ;# 3.1 Parameters Required ;# ;# None ;# ;# 3.2 Critical Activities ;# ;# NONE ;# ;# 3.3 Special Constraints or Activities ;# ;# NONE ;#************************************************************************** ;# 4.0 STEPS: BEGIN: IF (P@CMD_STATE#TELECOMMAND = "AVAILABLE") THEN ELSE /CLEAR ;Clearing the Command Buffer. ENDIF /CBMOPSRP,A7C0 WAIT ;Verify Command Buffer Contents /SEND WAIT 30 /CBMOPSLP,B805 WAIT ;Verify Command Buffer Contents /SEND WAIT 30 /CB5RUNS,BAD1 ;Select Master Mode WAIT ;Verify Command Buffer Contents /SEND WAIT UNTIL (CK5SID = H'0079') WAIT UNTIL (CK5STAT = H'A2') OUT: ;#************************************************************************** ;# 5.0 Final Constraints ;# ;# NONE ;# ;#************************************************************************** RETURN ENDPROC