Remote-Url: https://en.wikipedia.org/wiki/Williams_tube Retrieved-at: 2021-08-15 11:33:30.543641+00:00 Early form of computer memoryTheWilliams tube, or theWilliams–Kilburn tubeafter inventorsFreddie WilliamsandTom Kilburn, is an early form ofcomputer memory.[1][2]It was the firstrandom-accessdigital storage device, and was used successfully in several early computers.[3]The Williams tube works by displaying a grid of dots on acathode ray tube(CRT). Due to the way CRTs work, this creates a small charge ofstatic electricityover each dot. The charge at the location of each of the dots is read by a thin metal sheet just in front of the display. Since the display faded over time, it was periodically refreshed. It cycles faster than earlier acousticdelay line memory, at the speed of the electrons inside the vacuum tube, rather than at thespeed of sound. The system was adversely affected by nearby electrical fields, and required constant alignment to keep operational. Williams–Kilburn tubes were used primarily on high-speed computer designs.Williams and Kilburn applied for British patents on 11 December 1946,[4]and 2 October 1947,[5]followed by United States patent applications on 10 December 1947,[6]and 16 May 1949.[7]Working principle[edit]The Williams tube depends on an effect calledsecondary emissionthat occurs oncathode ray tubes(CRTs). When the electron beam strikes thephosphorthat forms the display surface, it normally causes it to illuminate. If the beam energy is above a given threshold (depending on the phosphor mix) it also causeselectronsto be struck out of the phosphor. These electrons travel a short distance before being attracted back to the CRT surface and falling on it a short distance away. The overall effect is to cause a slight positive charge in the immediate region of the beam where there is a deficit of electrons, and a slight negative charge around the dot where those electrons land. The resultingcharge wellremains on the surface of the tube for a fraction of a second while the electrons flow back to their original locations.[1]The lifetime depends on theelectrical resistanceof the phosphor and the size of the well.The process of creating the charge well is used as the write operation in a computer memory, storing a single binary digit, orbit. A positively charged dot is erased (filling the charge well) by drawing a second dot immediately adjacent to the one to be erased (most systems did this by drawing a short dash starting at the dot position, the extension of the dash erased the charge initially stored at the starting point). This worked because the negative halo around the second dot would fill in the positive center of the first dot. A collection of dots or spaces, often one horizontal row on the display, represents a computer word. Increasing beam energy made the dots bigger and last longer, but required them to be further apart, since nearby dots would erase each other. The beam energy had to be large enough to produce dots with a usable lifetime. This places an upper limit on thememory density, and each Williams tube could typically store about 1024 to 2560 bits of data. Because the electron beam is essentially inertia-free and can be moved anywhere on the display, the computer can access any location, making it a random access memory. Typically, the computer would load the address as an X and Y pair into the driver circuitry and then trigger atime base generatorthat would sweep the selected locations, reading from or writing to the internal registers, normally implemented asflip-flops.Reading the memory took place via a secondary effect caused by the writing operation. During the short period when the write takes place, the redistribution of charges in the phosphor creates an electrical current that induces voltage in any nearby conductors. This is read by placing a thin metal sheet just in front of the display side of the CRT. During a read operation, the beam writes to the selected bit locations on the display. Those locations that were previously written to are already depleted of electrons, so no current flows, and no voltage appears on the plate. This allows the computer to determine there was a "1" in that location. If the location had not been written to previously, the write process will create a well and a pulse will be read on the plate, indicating a "0".[1]Reading a memory location creates a charge well whether or not one was previously there, destroying the original contents of that location, and so any read has to be followed by a rewrite to reinstate the original data. In some systems this was accomplished using a second electron gun inside the CRT that could write to one location while the other was reading the next. Since the display would fade over time, the entire display had to be periodically refreshed using the same basic method. As the data is read and then immediately rewritten, this operation can be carried out by external circuitry while thecentral processing unit(CPU) was busy carrying out other operations. This refresh operation is similar to thememory refreshcycles ofDRAMin modern systems.Since the refresh process caused the same pattern to continually reappear on the display, there was a need to be able to erase previously written values. This was normally accomplished by writing to the display just beside the original location. The electrons released by this new write would fall into the previously written well, filling it. The original systems produced this effect by writing a small dash, which was easy to accomplish without changing the master timers and simply producing the write current for a slightly longer period. The resulting pattern was a series of dots and dashes. There was a considerable amount of research on more effective erasing systems, with some systems using out-of-focus beams or complex patterns.Some Williams tubes were made fromradar-type cathode ray tubes with aphosphorcoating that made the data visible, while other tubes were purpose-built without such a coating. The presence or absence of this coating had no effect on the operation of the tube, and was of no importance to the operators, since the face of the tube was covered by the pickup plate. If a visible output was needed, a second tube connected in parallel with the storage tube, with a phosphor coating, but without a pickup plate, was used as a display device.Development[edit]Developed at theUniversity of Manchesterin England, it provided the medium on which the first electronically stored-memory program was implemented in theManchester Babycomputer, which first successfully ran a program on 21 June 1948.[8]In fact, rather than the Williams tube memory being designed for the Baby, the Baby was atestbedto demonstrate the reliability of the memory.[9][10]Tom Kilburn wrote a 17-line program to calculate the highestproper factorof 218. Tradition at the university has it that this was the only program Kilburn ever wrote.[11]Williams tubes tended to become unreliable with age, and most working installations had to be "tuned" by hand. By contrast, mercurydelay line memorywas slower and not truly random access, as the bits were presented serially, which complicated programming. Delay lines also needed hand tuning, but did not age as badly and enjoyed some success in early digital electronic computing despite their data rate, weight, cost, thermal and toxicity problems. TheManchester Mark 1, which used Williams tubes, was successfully commercialised as theFerranti Mark 1. Some early computers in the United States also used Williams tubes, including theIAS machine(originally designed forSelectron tubememory), theUNIVAC 1103,IBM 701,IBM 702and theStandards Western Automatic Computer(SWAC). Williams tubes were also used in the SovietStrela-1and in the Japan TAC (Tokyo Automatic Computer).[12]Diagram of Williams tube memory from the 1947 patentSWAC Williams tube assemblyDiagram of SWAC Williams tube moduleSee also[edit]References[edit]NotesBibliographyFurther reading[edit]External links[edit]