PROC C_FL_RBOOT_1N ; VERSION 1 IF (p@NRT_STATE#TELECOMMAND = "ENABLED")THEN /NRT TPUT PAUS ELSE ENDIF GOTO BEGIN ; ;#************************************************************************** ;# ****PROCEDURE HEADER**** ;# ;# 1.0 Introduction ;# ;# 1.1 FOT Name: C_FL_RBOOT_1N ;# CDS Name: ;# CDS Issue: ;# Simulator Validation Status: ;# ;# 1.2 Date Created: 24-MAY-95 ;# Revision: ;# ;# 1.3 Change Description: ;# ;# 1. Changed ts in name to fl. ;# ;# 1.4 Point of Contact: MHill ;# FOT Author: MHill ATSC/SOHO 286-4799 ;# ;#************************************************************************** ;# 2.0 Description ;# ;# 2.1 Narrative Description ;# ;# Reboot CDS on Nominal SCIF, processor 1 ;# ;# 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 ;# ;# 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 /CCCRSETN /CZCPRPU1 WAIT ;Verify command buffer contents /SEND WAIT 15 /CB0CLER WAIT ;Verify command buffer contents /SEND WAIT 30 /KNK12000,0800 ;Distribute OBT to CDS WAIT ;Verify command buffer contents /SEND ;#************************************************************************** ;# 5.0 Final Constraints ;# ;# NONE ;# ;#************************************************************************** IF (p@NRT_STATE#TELECOMMAND = "PAUSE-ENAB")THEN WAIT UNTIL (p@CMD_STATE#TELECOMMAND = "AVAILABLE") /NRT TPUT RSUM /CMSMSG CDS 'PROCEDURE C_FL_RBOOT_1N HAS BEEN COMPLETED' ELSE ENDIF RETURN ENDPROC