; HP 12584A Teleprinter Multiplexer (DSN none, 24202-60001_Rev-A) ; ; Parameter 1 = path to diagnostics ; ; NOTE! THIS DIAGNOSTIC OVERLAYS THE CONFIGURATOR LOADER! echo echo echo ------------------------------------------------- echo DSN (none) - HP 12584A-01 Teleprinter Multiplexer echo ------------------------------------------------- echo echo Reloading the diagnostic configurator from magnetic tape. echo Expect halt 102077 if successful. deposit S 000001 boot MSC0 assert T=102077 ; Verify the DSN. echo echo Verifying DSN 000200. deposit M 126 assert T=000200 ; Load the diagnostic. echo echo Loading the diagnostic. echo Expect halt 102077 if successful. attach -E -R PTR %124202-60001_Rev-A.abin deposit S 001011 reset go 100 assert T=102077 detach PTR ; Configure the diagnostic. ; ; S-register bits: ; ; Bits Action ; ---- --------------------------------- ; 11 Test frequency 2622 Hz (330 baud) ; 10 Test frequency 2384 Hz (300 baud) ; 9 Test frequency 1748 Hz (220 baud) ; 8 Test frequency 1192 Hz (150 baud) ; 7 Test frequency 874 Hz (110 baud) ; 5-0 Select code of card echo echo Configuring the diagnostic. echo Expect halts 107074 and 107077 if successful. set MPT REALTIME deposit S 000247 reset go 2 assert T=107074 ; Set the execution options. ; ; S-register bits: ; ; Bit Action ; --- ------------------------------------- ; 14 Suppress error halts ; 13 Loop on the current test ; 0 Use external switch register settings deposit S 000001 go assert T=107077 ; Start the diagnostic. echo echo Executing the diagnostic. echo Expect halt 102000 for user intervention. deposit S 000001 reset go assert T=102000 ; Respond to "PRESS INTERNAL AND EXTERNAL PRESET AND RUN" halt. echo echo [PRESET pressed, RUN pressed] echo Expect halt 102037 for user intervention. reset go assert T=102037 ; Respond to "INSTALL I/O MPX TEST CONNECTOR" halt. set MPT DIAGNOSTIC echo echo Test connector installed. echo Expect halt 102077 for successful completion. go ; End of the diagnostic. ; ; Verify HLT 77B for a successful pass. assert T=102077 ; Restore the hardware configuration. set MPT TERMINAL,FASTTIME ; Reonfigure the diagnostic. ; ; S-register bits: ; ; Bits Action ; ---- --------------------------------- ; 11 Test frequency 2622 Hz (330 baud) ; 10 Test frequency 2384 Hz (300 baud) ; 9 Test frequency 1748 Hz (220 baud) ; 8 Test frequency 1192 Hz (150 baud) ; 7 Test frequency 874 Hz (110 baud) ; 5-0 Select code of card echo echo echo --------------------------------------------- echo DSN (none) - HP 12584A-02 Dataset Multiplexer echo --------------------------------------------- echo echo Reonfiguring the diagnostic. echo Expect halts 107074 and 107077 if successful. deposit S 000250 reset go 2 assert T=107074 ; Set the execution options. ; ; S-register bits: ; ; Bit Action ; --- ------------------------------------- ; 14 Suppress error halts ; 13 Loop on the current test ; 0 Use external switch register settings deposit S 000001 go assert T=107077 ; Start the diagnostic. echo echo Executing the diagnostic. echo Expect halt 102000 for user intervention. deposit S 000001 reset go assert T=102000 ; Respond to "PRESS INTERNAL AND EXTERNAL PRESET AND RUN" halt. echo echo [PRESET pressed, RUN pressed] echo Expect halt 102037 for user intervention. reset go assert T=102037 ; Respond to "INSTALL I/O MPX TEST CONNECTOR" halt. set MPD DIAGNOSTIC echo echo Test connector installed. echo Expect halt 102077 for successful completion. go ; End of the diagnostic. ; ; Verify HLT 77B for a successful pass. assert T=102077 ; Restore the hardware configuration. set MPD DATASET