Great news - I fixed my 4924 Tape Drive!
I replaced the power supply 5V output pass transistor - no change.
I have an older 4923 Tape Drive that I have been using for spare parts - I swapped the entire power supply board (same assembly part number - same components) - that worked.
4924 Tape GPIB address DIP switches set to 4 for primary address and 4051 command mode.
First test:
FIND @4:2
INPUT @4:A$
I heard the FIND @4:2 cause the tape drive to seek to file 2, which is an ASCII program called TECO (text editor for 4052 Assembler program in file 1).
I heard it INPUT the first line of the file into A$. Yes, the Tektronix supports INPUT from ASCII program OR DATA files.
I captured the entire FIND followed by INPUT of one CR terminated character string in one trace - complete trace listing zip file is attached.
4924FINP.zip (5.67 kB - downloaded 55 times.)
I also captured four waveforms from this trace:
First one shows the FIND @4:2 command
Second one shows the INPUT @4:A$ command
Third one shows the A$ being sent to the Tektronix
Fourth one focuses on the end of the INPUT command
Here is a photo of the 4052 screen with the text returned from the INPUT command.
The first two lines highlighted in yellow showed me the command worked, but I forgot to trigger the logic analyzer.
The last two lines were typed with the logic analyzer triggering on the first DAV, and both commands were captured and I then stopped the logic analyzer, save the setup and data, captured the waveforms and the trace listing.
Last photo is the working 4924 tape drive on top of my 4052 computer. The 4052 Assembler tape (3M DC6250 tape with working drive belt) is in the 4924.
I can take more logic analyzer traces tomorrow.
This should help us figure out how to support all the Tektronix tape commands