4052: Difference between revisions

2,434 bytes added ,  1 January
no edit summary
No edit summary
No edit summary
 
(28 intermediate revisions by 6 users not shown)
Line 1: Line 1:
[[File:4052.jpg|thumb|300px|right]]
{{Instrument Sidebar
|manufacturer=Tektronix
|model=4052
|class=Computer
|series=4050-series computers
|summary=Graphics-capable desktop microcomputer
|image=4052.jpg
|caption=Tektronix 4052
|introduced=1978
|discontinued=(?)
|designers=
|manuals=
* [[Media:070-1940-01.pdf|4050 Series Operator's Manual]]
* [[Media:070-2056-01.pdf|4050 Series Reference Manual]]
* [[Media:070-2839-00.pdf|4054 Graphic Computing System Service Manual]]
* [[Media:070-2289-02.pdf|4054 Options 30 and 31 Dynamic Graphics Operator's and Service Manuals]]
* [http://bitsavers.trailing-edge.com/pdf/tektronix/405x/4052_4054 4052 series manuals] @ bitsavers
* [[Media:070-5012-00.pdf|4052A GPIB Programming Guide]]
* [[Media:070-4524-00.pdf|4052F39/4054F39 Field Upgrade Kit Installation]]
* [https://archive.org/download/062-6400-00/062-6400-00.pdf 4052 GPIB Programming Guide]
}}
The '''Tektronix 4052''' is a graphics-capable desktop microcomputer produced by Tektronix in the late 1970s through the early 1980s. The display technology is similar to the [[4010|Tektronix 4010]] terminal, using a vector-driven [[direct-view storage CRT]] display (like an analog storage scope) to avoid the need for video RAM. The 4052 is an all-in-one design, with the display, keyboard, CPU and [[wikipedia:Quarter-inch cartridge |DC300 quarter-inch cartridge tape drive]] in a single desktop case, and includes a [[GPIB]] interface. A simple operating system and BASIC interpreter is included in ROM.
The '''Tektronix 4052''' is a graphics-capable desktop microcomputer produced by Tektronix in the late 1970s through the early 1980s. The display technology is similar to the [[4010|Tektronix 4010]] terminal, using a vector-driven [[direct-view storage CRT]] display (like an analog storage scope) to avoid the need for video RAM. The 4052 is an all-in-one design, with the display, keyboard, CPU and [[wikipedia:Quarter-inch cartridge |DC300 quarter-inch cartridge tape drive]] in a single desktop case, and includes a [[GPIB]] interface. A simple operating system and BASIC interpreter is included in ROM.


The storage tube display allows the screen to retain images drawn to it, eliminating the need for frame-buffer memory. This allows the resolution to be as high as the hardware can handle, which is 1024 by 1024 logically (i.e. DAC resolution) but limited by the physical layout of the screen to 1024 by 780. It also allows the machine to dedicate all of its memory to the programs running on it (as opposed to partitioning off a section for the buffer), an important consideration at the time when memory was expensive and scarce.
The storage tube display allows the screen to retain images drawn to it, eliminating the need for frame-buffer memory. This allows the resolution to be as high as the hardware can handle, which is 1024 by 1024 logically (i.e. DAC resolution) but limited by the physical layout of the screen to 1024 by 780. It also allows the machine to dedicate all of its memory to the programs running on it (as opposed to partitioning off a section for the buffer), an important consideration at the time when memory was expensive and scarce.


Released in 1978, the 4952 came with a full 32 kB of RAM for $9,795 (2016 value: $36,300) and could be expanded to 64 kB for another $1,995 (2016: $7,400).
Released in 1978, the 4052 came with a full 32 kB of RAM for $9,795 ($46,100 in 2023 dollars) and could be expanded to 64 kB for another $1,995 (2023: $9,400) for a total cost of $11,790 (2023: $55,500).
 
The '''4054''' is a version of the 4052 built around the 19" screen from the [[4014]] terminal rather than the 11" screen from the [[4012]], increasing display resolution to 4,096 by 3,072. The 4052 and 4054 can display a limited amount of refreshed graphics. This is done by lowering the beam current of the writing gun so it does not trigger the threshold for stored display. The 4054 also had an Option 30 to display an extensive amount of refreshed graphics that used a [[wikipedia:Signetics 8X300|Signetics 8X300]], an early RISC-like microprocessor. There was also an Option 31 CRT with a special multi-layer phosphor to display the refreshed graphics in orange, against the stored graphics in green. The Option 30 was originally what was known at Tek as a "G-job", an unofficial project by Steve Rintala, which was eventually approved by management.
 
In early 1980s, Tektronix introduced the 4052A and 4054A facelift models, changing from ROMs with patch ROMs to EPROMs for the firmware, and replacing the discrete GPIB software implementation with a [[TMS9914]] GPIB controller for higher GPIB performance.  


The '''4054''' is a version of the 4052 built around the 19" screen from the [[4014]] terminal rather than the 11" screen from the [[4012]], increasing display resolution to 4,096 by 3,072. The 4054 also had an option to display a limited amount of refreshed graphics that used a [[wikipedia:Signetics 8X300|Signetics 8X300]], an early RISC-like microprocessor.  
==Architecture==
Unlike the [[4051]], which is based on an 8-bit [[Motorola 6800]] CPU, the 4052 CPU is based on four [[Am2901]] 4-bit bit-slice processors used together to make a single 16-bit processor.
The processor is microcoded to emulate a 6800 so it can run the 4051 firmware, written in 6800 assembler, with minimal changes.  
The original goal of the project was to run 8 times faster than the 4051.
This was to be achieved by three "factors of 2": First, the processor clock is 2 MHz, compared to the 1 MHz of the 4051 (the 2 MHz was set by the speed of the EPROMs initially used to hold the microcode).
Second, the memory is 16 bits wide instead of 8, so two bytes can be accessed in a cycle, theoretically doubling the memory access speed.
Finally, the data and code address spaces are separate (Harvard architecture) so program fetch of the next instruction can in principle be overlapped with processing data from the previous instruction.  


==Architecture ==
However, the 4051 firmware was written for the 8-bit 6800 processor so the 16-bit memory access is rarely of any benefit.  
Unlike the [[4051]], which is based on an 8-bit [[wikipedia:Motorola 6800|Motorola 6800 CPU]], the 4052 CPU is based on four [[wikipedia:AMD Am2900 | AMD 2901 4-bit bit-slice processors]] used together to make a single 16-bit processor. The processor is microcoded to emulate a 6800 so it can run the 4051 firmware, written in 6800 assembler, with minimal changes. The original goal of the project was to run 8 times faster than the 4051. This was to be achieved by three "factors of 2": First, the processor clock is 2 MHz, compared to the 1 MHz of the 4051 (the 2 MHz was set by the speed of the EPROMs initially used to hold the microcode). Second, the memory is 16 bits wide instead of 8, so two bytes can be accessed in a cycle, theoretically doubling the memory access speed. Finally, the data and code address spaces are separate (Harvard architecture) so program fetch of the next instruction can in principle be overlapped with processing data from the previous instruction.  
The overlapping of instruction and data fetch was complicated to implement and was abandoned for the first version of the product.
The result was a system with between 2 and 3 times the performance of the 4051.


However, the 4051 firmware was written for the 8-bit 6800 processor so the 16-bit memory access is rarely of any benefit. The overlapping of instruction and data fetch was complicated to implement and was abandoned for the first version of the product. The result was a system with between 2 and 3 times the performance of the 4051. Early in the project, it was proposed that the 6800-assembler-coded implementation of 48-bit floating-point arithmetic used in the 4051 firmware be implemented in microcode, but Tek management vetoed the idea until it became obvious that the performance goals would not be met without it. So, late in the project, the floating-point operations were implemented in microcode by adding new opcodes in gaps in the 6800 opcode map, and the firmware was rewritten to use the new opcodes instead of calling the floating-point subroutines. The result was about a 30-times improvement in speed over the 4051. This was because graphics operations are floating-point intensive − every move or draw requires two multiplies and two adds to convert from the user's coordinate space to screen coordinates. Also other numeric-intensive operations such as matrix calculations benefited.
Early in the project, it was proposed that the 6800-assembler-coded implementation of 48-bit floating-point arithmetic used in the 4051 firmware be implemented in microcode.
However, Tek management vetoed the idea until it became obvious that the performance goals would not be met without it.  
So, late in the project, the floating-point operations were implemented in microcode by adding new opcodes in gaps in the 6800 opcode map, and the firmware was rewritten to use the new opcodes instead of calling the floating-point subroutines.  
The result was about a 30-times improvement in speed over the 4051.  
This was because graphics operations are floating-point intensive − every move or draw requires two multiplies and two adds to convert from the user's coordinate space to screen coordinates.  
Other numeric-intensive operations such as matrix calculations benefited as well.


==See Also==
==See Also==
* [[4050E01]]
* [[4050E01]] ROM extender
* [[4924|4924 cartridge tape drive (GPIB)]]
* [[4907]] "File Manager" floppy disk drive (GPIB)
* [[4924]] Cartridge tape drive (GPIB)
* [[4052F10]] RS 232 Printer interface ROM cartridge
* [[020-0614-00]] Tape enhancement ROM cartridge


==Links==
==Links==
* [http://www.tekmuseum.com/tek-museum_010.htm 4052 @ tekmuseum.com]
* [https://en.wikipedia.org/wiki/Tektronix_4050 Tektronix 4050 series at Wikipedia]
* [https://en.wikipedia.org/wiki/Tektronix_4050 Tektronix 4050 series at Wikipedia]
* [https://youtu.be/qnjtna0tRhg?t=583 Bob Rosenbloom's Tektronix 4052A at the 2017 Vintage Computer Festival] (CuriousMarc @ YouTube)
* [https://www.youtube.com/watch?v=yve3CYlR-TQ Tektronix 4054A images rendered (flashing images warning!)] (Use under CCA [https://www.youtube.com/@stepleton/videos Stepleton @ YouTube])
* [https://www.youtube.com/watch?v=mpRw03dRhto Tektronix 4054A Option 30 Games] (Use under CCA [https://www.youtube.com/@stepleton/videos Stepleton @ YouTube])
* [http://www.electronixandmore.com/resources/teksystem/index.html The 4052 system]
* [http://www.electronixandmore.com/resources/teksystem/index.html The 4052 system]
* [http://www.tekmuseum.com/tek-museum_010.htm 4052 @ tekmuseum.com]
* [https://www.youtube.com/@nikola-wan/videos Some in-depth demos from Monty McGraw @ YouTube]
===Manuals===
{{Documents|Link=4052}}
* [http://bitsavers.trailing-edge.com/pdf/tektronix/405x/4052_4054 4052 series manuals] @ bitsavers
{{Documents|Link=4054}}
 
===Software===
===Software===
* [https://github.com/mmcgraw74/Tektronix-4051-4052-4054-Program-Files Tektronix 4051/4052/4054 Program Files] (GitHub repository)
* [https://github.com/mmcgraw74/Tektronix-4051-4052-4054-Program-Files Tektronix 4051/4052/4054 Program Files] (GitHub repository)
* [[:Category:4050-series_computers#Links]]
==Components==
{{Parts|4052}}
{{Parts|4052A}}
{{Parts|4054}}
{{Parts|4054A}}
==Pictures==
<gallery>
Tek 4052 on submarine.jpeg
</gallery>


[[Category:Computers]]
[[Category:4050-series computers]]
[[Category:GPIB interface]]
[[Category:GPIB interface]]
[[Category:RS-232 interface]]
[[Category:RS-232 interface]]
[[Category:Introduced in 1978]]