HOME

TheInfoList



OR:

Storage tubes are a class of
cathode-ray tube A cathode-ray tube (CRT) is a vacuum tube containing one or more electron guns, which emit electron beams that are manipulated to display images on a phosphorescent screen. The images may represent electrical waveforms on an oscilloscope, a ...
s (CRTs) that are designed to hold an image for a long period of time, typically as long as power is supplied to the tube. A specialized type of storage tube, the
Williams tube The Williams tube, or the Williams–Kilburn tube named after inventors Frederic Calland Williams, Freddie Williams and Tom Kilburn, is an early form of computer memory. It was the first Random-access memory, random-access digital storage devi ...
, was used as a
main memory Computer data storage or digital data storage is a technology consisting of computer components and recording media that are used to retain digital data. It is a core function and fundamental component of computers. The central processin ...
system on a number of early
computer A computer is a machine that can be Computer programming, programmed to automatically Execution (computing), carry out sequences of arithmetic or logical operations (''computation''). Modern digital electronic computers can perform generic set ...
s, from the late 1940s into the early 1950s. They were replaced with other technologies, notably core memory, starting in the 1950s. In a new form, the bistable tube, storage tubes made a comeback in the 1960s and 1970s for use in
computer graphics Computer graphics deals with generating images and art with the aid of computers. Computer graphics is a core technology in digital photography, film, video games, digital art, cell phone and computer displays, and many specialized applications. ...
, most notably the Tektronix 4010 series. Today they are obsolete, their functions provided by low-cost memory devices and
liquid crystal display A liquid-crystal display (LCD) is a flat-panel display or other Electro-optic modulator, electronically modulated optical device that uses the light-modulating properties of liquid crystals combined with polarizers to display information. Liq ...
s.


Operation


Background

A conventional CRT consists of an electron gun at the back of the tube that is aimed at a thin layer of
phosphor A phosphor is a substance that exhibits the phenomenon of luminescence; it emits light when exposed to some type of radiant energy. The term is used both for fluorescent or phosphorescent substances which glow on exposure to ultraviolet or ...
at the front of the tube. Depending on the role, the beam of
electron The electron (, or in nuclear reactions) is a subatomic particle with a negative one elementary charge, elementary electric charge. It is a fundamental particle that comprises the ordinary matter that makes up the universe, along with up qua ...
s emitted by the gun is steered around the display using magnetic (
television Television (TV) is a telecommunication medium for transmitting moving images and sound. Additionally, the term can refer to a physical television set rather than the medium of transmission. Television is a mass medium for advertising, ...
) or electrostatic (
oscilloscope An oscilloscope (formerly known as an oscillograph, informally scope or O-scope) is a type of electronic test instrument that graphically displays varying voltages of one or more signals as a function of time. Their main purpose is capturing i ...
) means. When the electrons strike the phosphor, the phosphor "lights up" at that location for a time, and then fades away. The length of time the spot remains is a function of the phosphor chemistry. At very low energies, electrons from the gun will strike the phosphor and nothing will happen. As the energy is increased, it will reach a critical point, V_, that will activate the phosphor and cause it to give off light. As the voltage increases beyond the brightness of the spot will increase. This allows the CRT to display images with varying intensity, like a television image. Above another effect also starts,
secondary emission In particle physics, secondary emission is a phenomenon where primary incident particles of sufficient energy, when hitting a surface or passing through some material, induce the emission of secondary particles. The term often refers to the emi ...
. When any insulating material is struck by electrons over a certain critical energy, electrons within the material are forced out of it through collisions, increasing the number of free electrons. This effect is used in
electron multiplier An electron multiplier is a vacuum-tube structure that multiplies incident charges. In a process called secondary emission, a single electron can, when bombarded on secondary-emissive material, induce emission of roughly 1 to 3 electrons. If an ele ...
s as found in
night vision Night vision is the ability to see in low-light conditions, either naturally with scotopic vision or through a night-vision device. Night vision requires both sufficient spectral range and sufficient intensity range. Humans have poor night v ...
systems and similar devices. In the case of a CRT this effect is generally undesirable; the new electrons generally fall back to the display and cause the surrounding phosphor to light up, which appears as a lowering of the focus of the image. The rate of secondary emission is also a function of the electron beam energy, but follows a different rate curve. As the electron energy is increased, the rate increases until it reaches a critical threshold, when the number of secondary emissions is greater than the number supplied by the gun. In this case the localized image rapidly fades as energy leaving the display through secondary electrons is greater than the rate it is being supplied by the gun. In any CRT, images are displayed by striking the screen with electron energies between these two values, and . Below no image is formed, and above any image rapidly fades. Another side effect, initially a curiosity, is that electrons will stick to the phosphor in lit up areas. As the light emission fades, these electrons are likewise released back into the tube. The charge is generally far too small to have a visual effect, and was generally ignored in the case of displays.


Storage

These two effects were both utilized in the construction of a storage tube. Storage was accomplished by striking the screen with electrons with energies just above , and erased by striking them with electrons above . There were any number of varieties of mechanical layouts used to improve focus or cause the image to be refreshed either internally to the tube or through off board storage. The easiest example to understand are the early computer memory systems as typified by the
Williams tube The Williams tube, or the Williams–Kilburn tube named after inventors Frederic Calland Williams, Freddie Williams and Tom Kilburn, is an early form of computer memory. It was the first Random-access memory, random-access digital storage devi ...
. These consisted of World War II surplus radar display CRTs connected to a computer. The X and Y deflection plates were connected to amplifiers that converted memory locations into X and Y positions on the screen. To write a value to memory, the address was amplified and sent to the Y deflection plates, such that the beam would be fixed to a horizontal line on the screen. A time base generator then set the X deflection plate to increasing voltages, causing the beam to be scanned across the selected line. In this respect, it is similar to a conventional television scanning a single line. The gun was set to a default energy close to , and the bits from the computer fed to the gun to modulate the voltage up and down such that 0's would be below and 1's above it. By the time the beam reached the other side of the line, a pattern of a short dash was drawn for each 1, while each 0 was represented by a short dot with a trailing uncharged area. This way of encoding ensured a reference signal was always present. The bits were uniformly spaced and separated by uncharged safety margins. To read the values back out, the deflections plates were set to the same values, but the gun energy set to a value above . As the beam scanned the line, the phosphor was pushed well beyond the secondary emission threshold. If the beam was located over a blank area, a certain number of electrons would be released, but if it was over a lit area, the number would be increased by the number of electrons previously stuck to that area. In the Williams tube, these values were read by measuring the
capacitance Capacitance is the ability of an object to store electric charge. It is measured by the change in charge in response to a difference in electric potential, expressed as the ratio of those quantities. Commonly recognized are two closely related ...
of a metal plate just in front of the display side of the tube. Electrons leaving the front of the CRT hit the plate and changed its charge. As the reading process also erased any stored values, the signal had to be regenerated through associated circuitry. A CRT with two electron guns, one for reading and one for writing, made this process trivial.


Imaging systems

The earliest
computer graphics Computer graphics deals with generating images and art with the aid of computers. Computer graphics is a core technology in digital photography, film, video games, digital art, cell phone and computer displays, and many specialized applications. ...
systems, like those of the TX-2 and DEC PDP-1, required the entire attention of the computer to maintain. A list of points stored in
main memory Computer data storage or digital data storage is a technology consisting of computer components and recording media that are used to retain digital data. It is a core function and fundamental component of computers. The central processin ...
was periodically read out to the display to refresh it before the image faded. This generally occurred frequently enough that there was little time to do anything else, and interactive systems like '' Spacewar!'' were tour-de-force programming efforts. For practical use, graphical displays were developed that contained their own memory and an associated very simple computer which offloaded the refreshing task from the
mainframe A mainframe computer, informally called a mainframe or big iron, is a computer used primarily by large organizations for critical applications like bulk data processing for tasks such as censuses, industry and consumer statistics, enterpris ...
. This was not inexpensive; the
IBM 2250 The IBM 2250 Graphics Display Unit was a vector graphics display system by IBM for the System/360; the Model IV attached to the IBM 1130. Overview The IBM 2250 Graphics Display Unit was announced with System/360 in 1964. A complete 2250 III syst ...
graphics terminal used with the IBM S/360 cost $280,000 in 1970. A storage tube could replace most or all of the localized hardware by storing the vectors directly within the display, instead of an associated local computer. Commands that previously caused the terminal to erase its memory and thus clear the display could be emulated by scanning the entire screen at an energy above . In most systems, this caused the entire screen to quickly "flash" before clearing to a blank state. The two main advantages were: *Very low bandwidth needs compared to
vector graphics Vector graphics are a form of computer graphics in which visual images are created directly from geometric shapes defined on a Cartesian plane, such as points, lines, curves and polygons. The associated mechanisms may include vector displ ...
displays, thus allowing much longer cable distances between computer and terminal *No need for display-local RAM (as in modern terminals), which was prohibitively expensive at the time. Generally speaking, storage tubes could be divided into two categories. In the more common category, they were only capable of storing " binary" images; any given point on the screen was either illuminated or dark. The
Tektronix Tektronix, Inc., historically widely known as Tek, is an American company best known for manufacturing test and measurement devices such as oscilloscopes, logic analyzers, and video and mobile test protocol equipment. Originally an independent c ...
Direct-View Bistable Storage Tube was perhaps the best example in this category. Other storage tubes were able to store
greyscale In digital photography, computer-generated imagery, and colorimetry, a greyscale (more common in Commonwealth English) or grayscale (more common in American English) image is one in which the value of each pixel is a single sample repres ...
/
halftone Halftone is the reprographic technique that simulates continuous tone, continuous-tone imagery through the use of dots, varying either in size or in spacing, thus generating a gradient-like effect.Campbell, Alastair. ''The Designer's Lexicon''. ...
d images; the tradeoff was usually a much-reduced storage time. Some pioneering storage tube displays were
MIT The Massachusetts Institute of Technology (MIT) is a private research university in Cambridge, Massachusetts, United States. Established in 1861, MIT has played a significant role in the development of many areas of modern technology and sc ...
Project MAC's ARDS (Advanced Remote Display Station), the Computek 400 Series Display terminals (a commercial derivative), (added to a reprint of the article distributed by Computek) which both used a Tektronix type 611 storage display unit, and Tektronix's 4014 terminal, the latter becoming a de facto computer terminal standard some time after its introduction (later being emulated by other systems due to this status). The first generalized computer assisted instruction system, PLATO I, c. 1960 on ILLIAC I, used a storage tube as its computer graphics display. PLATO II and PLATO III also used storage tubes as displays.


See also

* Direct-View Bistable Storage Tube (DVBST), Tektronix's implementation of a Storage tube * for an explanation of how analog storage tubes work *
Williams tube The Williams tube, or the Williams–Kilburn tube named after inventors Frederic Calland Williams, Freddie Williams and Tom Kilburn, is an early form of computer memory. It was the first Random-access memory, random-access digital storage devi ...
and Selectron tube both used the term "storage tube" for early computer memory devices *
Electronic paper Electronic paper or intelligent paper, is a display device that reflects ambient light, mimicking the appearance of ordinary ink on paper – unlike conventional flat-panel displays which need additional energy to emit their own light. This may ...
* Tektronix 4050 used a storage tube to eliminate the need for framebuffer memory


References

{{Electronic components Vacuum tube displays