11A34: Difference between revisions

1,624 bytes added ,  4 January 2023
no edit summary
No edit summary
No edit summary
(10 intermediate revisions by 3 users not shown)
Line 20: Line 20:
Option 23 added four [[P6134]] probes.
Option 23 added four [[P6134]] probes.


There is also a later version, the 11A34V introduced in 1991, for video applications.  
There is also a version for video applications, the 11A34V, that was introduced in 1991 (see also [[11T5H]]).
Development of the 11A34V was managed by [[Murlan Kaufman]]. (See also [[11T5H]].) ''more Information needed''  
It differs from the 11A34 only in its input impedance (75 ohms). Development of the 11A34V was managed by [[Murlan Kaufman]].
: ''more information about 11A34V needed''


The 11A34 uses the same firmware as the [[11A32]].
{{BeginSpecs}}
{{Spec | Bandwidth | DC to 300 MHz.  100 MHz and 20 MHz four pole BWL (Bandwidth Limit) filters may be selected.}}
{{Spec | Rise time | 1.2 ns in 1 GHz mainframe such as the [[11402]], [[11402|11402A]], [[11403]], [[11403|11403A]], [[DSA600|DSA601A]], or [[DSA600|DSA602A]] }}
{{Spec | Deflection | 1 mV to 10 V/div in 1% calibrated steps}}
{{Spec | Input impedance | 50 Ω or 1 MΩ }}
{{Spec | Features |
* High-resolution calibrated DC offset
* Fast overdrive recovery
* 5 V<sub>RMS</sub> input overload protection in 50 Ω mode, with manual reset
}}
{{EndSpecs}}
 
==Internals==
===Analog===
Each input channel has a separate attenuator module containing passive 1 megohm attenuators, an AC coupling capacitor, a switch selecting the calibrator or signal input and an [[M474]] buffer amplifier. The calibrator signal turned off inside the plugin when not in use.


Each of the four channels has its own M377 amplifier.  
The attenuator module output feeds the + input of the [[M377]] amplifier IC through a (blue) 50 ohm transmission line, one per input channel.  The cable lengths set a standard delay per plugin.
The display outputs of the four amplifiers are combined in parallel and drive the 50 Ω impedance of the mainframe.
 
The same is true of the trigger outputs of the four amplifiers.
 
The version of the M377 used in the 11A34 has 200 Ω output impedance so that four of them in parallel create an equivalent source impedance of 50 Ω.
The M377's - input is connected to the [[ACVS]] (Analog Control Voltage System) output.
The amplifiers are connected in parallel because regardless of whether the amplifier's output is enabled:
 
* each amplifier's output has a source impedance of 200 Ω so the four amplifiers in parallel match the 50 Ω spec of the [[11000 Series plug-in interface]].
The (differential) display outputs of the four amplifiers are hard-wired in parallel and drive the mainframe’s
* each amplifier's nominal common-mode output voltage is zero
50 Ω per side input impedance. The same is true of the trigger outputs of the four amplifiers.
See the block diagram below.
 
The version of the M377 used in the 11A34 has a 200 Ω output impedance per side so that four of them in parallel  
create a source impedance of 50 Ω.
 
Each M377 amplifier's nominal common-mode output voltage is zero whether enabled or not. When not enabled, each M377
differential output is exactly zero by design. This fact is used during calibration by the plugin’s firmware to
determine the mainframe’s imbalance and compensate for it during normal operation.
 
Each of the four channels has its own AUX output on dedicated pins of the plug-in interface connector:


Each of the four channels has its own AUX output that is sent across the plug-in interface connector.
{| class="wikitable" style="margin:auto"
{| class="wikitable" style="margin:auto"
|+ 11A34 AUX Signals and their pin numbers on the plug-in connector
|-
|-
! signal name !! positive pin number !! negative pin number
! signal name !! positive pin number !! negative pin number
Line 49: Line 71:
|}
|}


{{BeginSpecs}}
The AUX signals emerge from each M377 amplifier as differential signal with a 200 Ω source impedance per side.
{{Spec | Bandwidth | DC to 300 MHz, 100 MHz and 20 MHz BWL filters }}
External (on the circuit board) 66.5 Ω shunt resistors on each AUX output bring this down to the 50 Ω source
{{Spec | Rise time | 1.2 ns in 1 GHz mainframe such as the [[11402]], [[11402|11402A]]. [[11403]], [[11403|11403A]], [[DSA600|DSA601A]], or [[DSA600|DSA602A]] }}
impedance specified by the 11k plug-in interface.
{{Spec | Deflection | 1 mV to 10 V/div in 1% calibrated steps}}
{{Spec | Input impedance | 50 Ω or 1 MΩ }}
{{Spec | Features |
* High-Resolution Calibrated DC Offset
* Fast Overdrive Recovery
* 50 Ω mode: 5 V RMS overload protected with manual reset
}}
{{EndSpecs}}


==Links==
See also the block diagram below.
* [[11A-series plug-in NVRAM replacement]]
* [http://www.barrytech.com/tektronix/tek11000/tek11a34.html Tek 11A34 @ barrytech.com]


==Internals==
===Digital===
Each channel's attenuator module contains an [[M474]] buffer amplifier.
The 11A34 and the [[11A32]] use exactly the same firmware.
Each of the attenuator modules drives an [[M377]] amplifier IC.


The [[11A32]] and 11A34 were originally intended to use [[Intel 8052]] microcontrollers.  
The [[11A32]] and 11A34 were originally intended to use [[Intel 8052]] microcontrollers.  
However, during development, the firmware swelled beyond that chip's 8192-byte maximum on-chip ROM size.  
However, during development, the firmware swelled beyond that chip's 8192-byte maximum on-chip  
[[Doug Haines]] found an alternate supplier of 8051-compatible chips (OKI Semiconductor) that offered a 16Kbyte on-chip ROM,  
ROM size. [[Doug Haines]] found an alternate supplier of 8051-compatible chips (OKI Semiconductor)
and that's what the plug-ins wound up with. The finished code size wound up at about 14 KB.
that offered a 16Kbyte on-chip ROM, and that's what the plug-ins wound up with. The finished code size wound up at about 14 KB.
 
The 11A34 also contains a Dallas Semiconductor DS1220Y NVRAM storing last settings, calibration constants, and instrument serial number. 
The DS1220Y contains a battery with a typical life time of 20-30 years. 
 
There are also two [[ACVS]] (Analog Control Voltage System) sample and hold modules on two daughter boards that generate the analog voltages needed for gain and offset, including error correction
under microcontroller firmware control. 


The 11A34 contains two [[ACVS]] sample and hold modules.
The microcontroller also provides the digital signals sent to the M377 amplifier, setting one of its six fixed gains, one of its three bandwidths, turning on or off its selected output, and each output's + up or invert state.


The AUX signals emerge from each M377 amplifier as 200 Ω source impedance.
Digital mainframes do waveform manipulation (addition, subtraction, multiplication, etc.). Consequently only one 11A34 output is on at a time. Analog mainframes however allow more than one channel to be on at a time.  This allows the plugin channels to be added or subtracted in the plugin.
A external (on the board) 66.5 ohm shunt resistor on each AUX output forms the 50 Ω source impedance
 
specified by the 11k plug-in interface.
==Links==
* [[11A-series plug-in NVRAM replacement]]
* [http://www.barrytech.com/tektronix/tek11000/tek11a34.html Tek 11A34 @ barrytech.com]


==Pictures==
==Pictures==
<gallery>
<gallery>
Tek 11a34 front.jpg
Tek 11a34 front.jpg | 11A34 front view
11a34_front.jpg|front view
11a34_front.jpg|front view
11a34_left2.jpg|left side view
11a34_left2.jpg|left side view
Line 88: Line 107:
11a34_bottom.jpg|bottom view
11a34_bottom.jpg|bottom view
Tek 11a34 block diagram.png|Block diagram
Tek 11a34 block diagram.png|Block diagram
Tek 11a34 input attenuators.jpg|Input Attenuators
Tek 11a34 kernel.jpg|Kernel
Tek 11A34 analog control and signal amplifiers.png|Analog Control and Signal Amplifiers
Tek 11A34 analog control and signal amplifiers.png|Analog Control and Signal Amplifiers
Tek 11a34 main interface.jpg|Main Interface
Tek_11a34v_and_11t5h.jpg|11A34V and 11T5H
Tek_11a34v_and_11t5h.jpg|11A34V and 11T5H
Tek_11a34v_and_11t5h_2.jpg|11A34V and 11T5H
Tek_11a34v_and_11t5h_2.jpg|11A34V and 11T5H