4051: Difference between revisions

From TekWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
The '''Tektronix 4051''' was a graphics-capable desktop microcomputer produced by Tektronix in the late 1970s through the early 1980s. The display technology was similar to the Tektronix 4010 terminal, using a [[direct-view storage tube]] display (like an analog storage scope) to avoid the need for video RAM. It was  all-in-one designs with the display, keyboard, CPU and DC300 tape drive in a single desktop case, and included a [[GPIB]] interface. A simple operating system and BASIC interpreter were included in ROM.
[[File:4051ad.png|thumb|350px|right]]
The '''Tektronix 4051''' was a graphics-capable desktop microcomputer produced by Tektronix in the late 1970s through the early 1980s. The display technology was similar to the Tektronix 4010 terminal, using a [[direct-view storage tube]] display (like an analog storage scope) to avoid the need for video RAM. It was  all-in-one design with the display, keyboard, CPU and DC300 tape drive in a single desktop case, and included a [[GPIB]] interface. A simple operating system and BASIC interpreter were included in ROM.


The storage tube display allowed the screen to retain images drawn to it, eliminating the need for frame-buffer memory. This allowed the resolution to be as high as the hardware could handle, which was ostensibly 1024 by 1024 but limited by the physical layout of the screen to 1024 by 780. It also allowed the machine to dedicate all of its memory to the programs running on it, as opposed to partitioning off a section for the buffer.
The storage tube display allowed the screen to retain images drawn to it, eliminating the need for frame-buffer memory. This allowed the resolution to be as high as the hardware could handle, which was ostensibly 1024 by 1024 but limited by the physical layout of the screen to 1024 by 780. It also allowed the machine to dedicate all of its memory to the programs running on it, as opposed to partitioning off a section for the buffer.


The 4051 was based on an 8-bit Motorola 6800 CPU running at a 1 MHz, and normally shipped with 8 kB of RAM expandable using 8 kB modules to 32 kB.
The 4051 was based on an 8-bit Motorola 6800 CPU running at a 1 MHz, and normally shipped with 8 kB of RAM expandable using 8 kB modules to 32 kB.
The remaining 32 kB of address space was reserved for ROM, which could be expanded using two external ROM cartridge of 8 kB each. It included six character sets in ROM and an extended dialect of BASIC that included various vector drawing commands.
The remaining 32 kB of address space was reserved for ROM, which could be expanded using one or two external ROM cartridges of 8 kB each. It included six character sets in ROM and an extended dialect of BASIC that included various vector drawing commands.


The 4051 was released in 1975 for the base price of $5,995. Adding the optional RS-232 interface allowed it to emulate a Tektronix [[4012]] terminal.
The 4051 was released in 1975 for the base price of $5,995 (2016 value $26,900). Adding the optional RS-232 interface allowed it to emulate a Tektronix [[4012]] terminal.


==Links==
==Links==
* [https://en.wikipedia.org/wiki/Tektronix_4050 Tektronix 4050 series at Wikipedia]
* [https://en.wikipedia.org/wiki/Tektronix_4050 Tektronix 4050 series at Wikipedia]
* [[Media:Tekscope_1975_V7_N5.pdf | Tekscope 1975 Vol.7 No.5: ''A desk-top graphic computing system'']]
* [http://bitsavers.informatik.uni-stuttgart.de/pdf/tektronix/405x/Tektronix-4051-1976.pdf 4051 leaflet from 1976]
* [http://bitsavers.informatik.uni-stuttgart.de/pdf/tektronix/405x/Tektronix-4051-1976.pdf 4051 leaflet from 1976]
* [http://www.tekmuseum.com/tek-museum_009.htm 4051 @ tekmuseum.com]
* [http://www.tekmuseum.com/tek-museum_009.htm 4051 @ tekmuseum.com]
* [http://www.datormuseum.se/computers/others/tektronix-4051 4051 @ Dalby Datormuseum]
* [http://www.datormuseum.se/computers/others/tektronix-4051 4051 @ Dalby Datormuseum]
* [https://www.youtube.com/watch?v=9yCHW0tQrAA Tek 4051 at work] @ YouTube


[[Category:Computers]]
[[Category:Computers]]
[[Category:GPIB interface]]
[[Category:RS-232 interface]]
[[Category:Introduced in 1975]]
[[Category:Introduced in 1975]]

Revision as of 03:05, 8 January 2017

The Tektronix 4051 was a graphics-capable desktop microcomputer produced by Tektronix in the late 1970s through the early 1980s. The display technology was similar to the Tektronix 4010 terminal, using a direct-view storage tube display (like an analog storage scope) to avoid the need for video RAM. It was all-in-one design with the display, keyboard, CPU and DC300 tape drive in a single desktop case, and included a GPIB interface. A simple operating system and BASIC interpreter were included in ROM.

The storage tube display allowed the screen to retain images drawn to it, eliminating the need for frame-buffer memory. This allowed the resolution to be as high as the hardware could handle, which was ostensibly 1024 by 1024 but limited by the physical layout of the screen to 1024 by 780. It also allowed the machine to dedicate all of its memory to the programs running on it, as opposed to partitioning off a section for the buffer.

The 4051 was based on an 8-bit Motorola 6800 CPU running at a 1 MHz, and normally shipped with 8 kB of RAM expandable using 8 kB modules to 32 kB. The remaining 32 kB of address space was reserved for ROM, which could be expanded using one or two external ROM cartridges of 8 kB each. It included six character sets in ROM and an extended dialect of BASIC that included various vector drawing commands.

The 4051 was released in 1975 for the base price of $5,995 (2016 value $26,900). Adding the optional RS-232 interface allowed it to emulate a Tektronix 4012 terminal.

Links