; CS/80 Offline Diagnostic (CS80DIAG). echo echo echo echo ----------------------------------- echo CS80DIAG - CS/80 Offline Diagnostic echo ----------------------------------- echo echo Configuring the simulation environment. ; Configure the diagnostic environment. ; ; A Device Clear reset is required to clear the power-on status in the disc ; controller (unit 15). If this is not done, the CS/80 diagnostic will report ; the status as an error in section 3. This is a bug in the diagnostic. attach -N DC0 scratch.7933.disc reset -C DC ; Run the CS/80 diagnostic. echo echo Starting the diagnostic. echo echo ":" reply "CS80DIAG\r" ; Respond to "DEFAULT SECTIONS ARE 1-4, TYPE 'GO' TO CONTINUE" go until ">" ; reply "TEST 1/5\r" go until ">" ; reply "GO\r" ; Test 5 is destructive and adds an extra prompt. ; ; Respond to "SELECTED DATA DESTRUCTIVE TEST, SHOULD USE SCRATCH MEDIA" go until ">" ; reply "GO\r" ; Exit the diagnostic. go until ">" ; reply "EXIT\r" ; Exit DUS. go until ":" detach -F DC0 delete scratch.7933.disc