Introduction
The 5S14N is a very versatile sampling plugin for the Tektronix 5000 series scope. While some say it is the little brother of the 7S14 for the 7000 series mainframes, it is actually the other way around. The 7S14 contains the same board as the 5S14N, so far that it actually has the 5000 series edge connector on them, but unused, having an adapter board to connect to the mainframe. The only feature missing from the 5S14N is the readout capability, hence the N suffix.
After consulting with the service manual, it seemed like a viable idea. Since both plugins are practically the same, except for the mainframe interface, I was hoping that Tek did not produce two version with only a few components missing. There is the readout board, which contains the resistors to program the currents for the mainframe readout circuitry, which is not in the 5S14N, but that didn't seem to be a problem, as that could easily be duplicated. However, if the switch contacts from the timebase or the input attenuators are missing, then there is not a lot of hope. After taking apart the unit and doing some measurements, it turned out that fortunately this is not the case. Everything is there that is needed for the readout. Well, nearly everything, these are the missing components:
- The readout board
- Interconnect between the readout and the horizontal board
- Interconnect between the readout and the vertical switch board
- Connecting harness between the readout board and the input attenuator switches
- Connection between the readout board and the mainframe interface
So, let's go trough these items and see what can be done.
The readout board
The readout board is a fairly simple circuit, consisting mostly of resistors, that create the programming currents for the readout in the mainframe. The resistors are switched by the cam switches of the horizontal timebase, the vertical attenuator switches and some other switch, like Ch2 invert, etc.
Additionally, there are some active components to implement the 10x/1x probe readout switching and the readout enable for the enabled channels.
Due to the excellent service manuals from the time this plugin was produced, the schematics are given in the 7S14 manual. Fortunately, the same mechanical implementation can be used, as the board is fastened to the casing of the delay line, which is also the same in the 7S14 and the 5S14N, there is no need to figure out where to put the extra board. Given all this, my approach was very simple: make a copy of the boards.
I used KiCad for the whole process. First, I entered the schematics into ESchema basically copying the one in the service manual.
The components are simple, the resitors must have the same value as on the schematic, as they control the currents for the readout. For the diodes, the usual 1N4148 or any similar diode is ok.
Substitutes had to be found for the transistors. For Q1 and Q2 I used MPSA14 NPN Darlingtons. Q3 and Q4 PF5101 N jFETs and for Q5 and Q6 2N2222 NPN transistors.
Q5 and 6 have to have Uce above 30 v and Q3 and 4 have to have UGS above 30 V. The later is especially critical, as a lot of jFETs has this voltage lower, they will break down and possibly blow the readout current switch in the scope. There are a lot of devices that may be used, just make sure, you get the pinout right on the PCB, or change the design to suit.
Then design the PCB. The placements of the components are in the service manual, but the layout is not, or at least was not readable in my copy. So I basically used the same placement of the components and then designed the layout myself. There is nothing critical in there and it is simple enough to easily implement on a double sided board, even without using vias.
Interconnect for the horizontal board
This is easy. The horizontal board has the pin headers already populated for the readout so all I needed were a couple pieces of ribbon cable with pin header socket on each end. Unfortunately I did not have the crimp connectors used by Tektronix, so I simply soldered pin header sockets at the end of the cables. I made them a bit longer than what is really necessary, so it would be easier to assemble.
Interconnect for the vertical board
This is similar to the horizontal board, some ribbon cables with socket at the end. Not too easy to plug them into the vertical switch board, but long tweezers and sharp eyes can help.
The only exception is P4 on the readout board, which goes to P4-1 and P6-3 on the horizontal board. Those headers already have connectors on them, but the one pin missing. I found some crimp connector sockets that I was able to insert into the connector housing and used that. All other connectors go to the vertical switch board, which is hard to access, but otherwise pose no problem.
Attenuator connection
This one is a fiddly job. We need the connection from the attenuator switches, uncal switches and Ch2 invert switch to the readout board. Very very fortunately, the the rotary switches for the attenuators contain the wafer and contacts for the readout. Without them, it would be probably pretty much impossible to retrofit readout. The same is true for the Variable pots, they do have the switches for the uncal indicator, just unconnected. So the task was to figure out what goes where and then how to connect.
This is the connection for the wiring. P1 on the readout board is for Ch2:
P2 is for Ch1, be careful, this is not the same pinout:
The mainframe interface
This is easy, but not very elegant. Fortunately the fingers on the edge connector are there, but they are not connected to anything, just the bare pads. I wish Tektronix had put at least a solder pad next to them. So the solution is to simply solder the wire at the inner end of the connector, bodge wire style. That should do it. Once everything is tested, I will probably put a dab of epoxy there to mechanically stabilize the wires. Be careful no to pinch the wires when the frame holding the rear of the modules are put back.
Fortunately, there are holes that can conveniently be used to access the other side of the connector.
Putting it all together
So, how all this goes together? Some details are already mentioned above, so here are some general guidelines.
Use thin wires. There are a lot of wires connecting the readout board and there isn't much room below the horizontal board.I used ribbon cable for most of the interconnect and it takes up a lot of space. The best I could do is to loop some of them under the readout board, so they don't get pinched between the board and the cover of the horizontal cam switch cover.
The pin header should be as low as possible, because the pushrods for some of the front panel switches can get in the way.
Since there are a lot of wires, double check that everything is connected properly.
Very nice Job, Szabolcs!
ReplyDeleteRaymond
Thanks!
Delete