; 2607 Line Printer diagnostic (DSN 105102, 24396-13601_Rev-2326) ; ; NOTE! THIS DIAGNOSTIC OVERLAYS THE CONFIGURATOR LOADER LINK! echo echo echo ------------------------------ echo DSN 105102 - 2607 Line Printer echo ------------------------------ echo echo Loading the diagnostic. echo Expect halt 102077 if successful. deposit A 105102 deposit B 000000 reset go 120 assert T=102077 ; Verify the DSN. echo echo Verifying DSN 105102. deposit M 126 assert T=105102 ; Configure the diagnostic. echo echo Configuring the diagnostic. echo Expect halt 102074 if successful. attach -N LPT 2607.printer deposit S 100015 reset go 100 assert T=102074 ; Select the test set. echo echo Selecting the test set. echo Expect halt 102075 if successful. deposit S 001000 reset go assert T=102075 deposit A 000377 ; Start the diagnostic. echo echo Executing the diagnostic. echo Expect halt 102024 for user intervention. echo deposit S 000000 reset go assert T=102024 ; Respond to "H024 PRESS PRESET (EXT&INT),RUN" echo echo [PRESET pressed, RUN pressed] echo Expect halt 102040 for user intervention. echo reset go assert T=102040 ; Respond to "H040 PWR OFF LP,PRESS RUN" echo echo [Power off, RUN pressed] echo Expect halt 102041 for user intervention. echo power off LPT go assert T=102041 ; Respond to "H041 PWR ON LP,READY LP,PRESS RUN" echo echo [Power on, RUN pressed] echo Expect halt 102042 for user intervention. echo power on LPT go assert T=102042 ; Respond to "H042 PRINT SW OFF,PRESS RUN" echo echo [PRINT off, RUN pressed] echo Expect halt 102043 for user intervention. echo set LPT OFFLINE go assert T=102043 ; Respond to "H043 PRINT SW ON,PRESS RUN" echo echo [PRINT on, RUN pressed] echo Expect halt 102044 for user intervention. echo set LPT ONLINE go assert T=102044 ; Respond to "H044 OPEN PLATEN,PRESS RUN" echo echo [Platen open, RUN pressed] echo Expect halt 102045 for user intervention. echo set LPT OFFLINE go assert T=102045 ; Respond to "H045 CLOSE PLATEN,PRESS RUN" echo echo [Platen closed, RUN pressed] echo Expect halt 102046 for user intervention. echo set LPT ONLINE go assert T=102046 ; Respond to "H046 REMOVE PAPER FROM LP,PRESS RUN" echo echo [Paper removed, RUN pressed] echo Expect halt 102047 for user intervention. echo detach -F LPT go assert T=102047 ; Respond to "H047 RESTORE PAPER IN LP, READY LP,PRESS RUN" echo echo [Paper restored, RUN pressed] echo Expect halt 102077 for successful completion. echo attach -E LPT 2607.printer go ; End of the diagnostic. ; ; Verify HLT 77B for a successful pass. assert T=102077 ; Restore the hardware configuration. detach -F LPT