; 2767 Line Printer diagnostic (DSN 105101, 24396-13601_Rev-1713) echo echo echo ------------------------------ echo DSN 105101 - 2767 Line Printer echo ------------------------------ echo echo Loading the diagnostic. echo Expect halt 102077 if successful. deposit A 105101 deposit B 000000 reset go 120 assert T=102077 ; Verify the DSN. echo echo Verifying DSN 105101. deposit M 126 assert T=105101 ; Configure the diagnostic. echo echo Configuring the diagnostic. echo Expect halt 102074 if successful. set LPS REALTIME attach -N LPS 2767.printer deposit S 000014 reset go 100 assert T=102074 ; Start the diagnostic. echo echo Executing the diagnostic. echo Expect halt 102024 for user intervention. 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 102035 for user intervention. echo reset go assert T=102035 ; Respond to "H035 TURN OFF L.P. POWER" echo echo [Power off, RUN pressed] echo Expect halt 102036 for user intervention. echo power fail LPS go assert T=102036 ; Respond to "H036 TURN ON L.P. POWER" echo echo [Power on, RUN pressed] echo Expect halt 102033 for user intervention. echo power restore LPS go assert T=102033 ; Respond to "H033 PUT L.P. ON-LINE" echo echo [ONLINE pressed, RUN pressed] echo Expect halt 102034 for user intervention. echo set LPS ONLINE go assert T=102034 ; Respond to "H034 MASTER CLEAR L.P." echo echo [Master clear pressed, RUN pressed] echo Expect halt 102033 for user intervention. echo set LPS OFFLINE go assert T=102033 ; Respond to "H033 PUT L.P. ON-LINE" echo echo [ONLINE pressed, RUN pressed] echo Expect halt 102040 for user intervention. echo set LPS ONLINE go assert T=102040 ; Respond to "H040 PUT L.P. OFF-LINE. TOGGLE TOP-OF-FORM SWITCH" echo echo [OFFLINE pressed, TOF toggled, RUN pressed] echo Expect halt 102033 for user intervention. echo set LPS OFFLINE set LPS TOF go assert T=102033 ; Respond to "H033 PUT L.P. ON-LINE" echo echo [ONLINE pressed, RUN pressed] echo Expect halt 102041 for user intervention. echo set LPS ONLINE go assert T=102041 ; Respond to "H041 PUT L.P. OFF-LINE. TOGGLE PAPER-STEP 5 TIMES" echo echo [OFFLINE pressed, PAPER STEP toggled, RUN pressed] echo Expect halt 102033 for user intervention. echo set LPS OFFLINE set LPS PAPERSTEP set LPS PAPERSTEP set LPS PAPERSTEP set LPS PAPERSTEP set LPS PAPERSTEP go assert T=102033 ; Respond to "H033 PUT L.P. ON-LINE" echo echo [ONLINE pressed, RUN pressed] echo Expect halt 102077 for successful completion. echo set LPS ONLINE go ; End of the diagnostic. ; ; Verify HLT 77B for a successful pass. assert T=102077 ; Restore the hardware configuration. detach LPS set LPS FASTTIME