HP 2640

HP 2640

The HP 2640A and other HP 264X models were block-mode "smart" and intelligent ASCII standard serial terminals produced by Hewlett Packard using the Intel 8008 and 8080 microprocessors.

History

The HP 2640A [cite journal |first=James A. |last=Doub |title=Cost-Effective CRT Terminal is first of a family |journal=Hewlett-Packard Journal |volume=26 |issue=10 |year=1975 |month=June|pages=2–5 |url=http://www.hpl.hp.com/hpjournal/pdfs/IssuePDFs/1975-06.pdf |format=PDF |issn=0018-1153 ] was introduced in 1975, and used an Intel 8008 CPU, and was priced at US$3500. At introduction, it could have up to 8 KB of RAM (two 4 KB semiconductor RAM cards). Also introduced in 1975 was the HP 2644A, which was an HP 2640A with mass storage (two mini-tape cartridges), for US$5000.

Model Number

The HP catalogs usually refer to the terminal model as simply "2640A",and infrequently as "HP 2640", or "HP 2640A" (both with a blank after the "HP"), or "2640". The incorrect "HP2640" and "HP2640A" are often seen outside of HP.

Functionality

The functionality defined by the HP 264X series hasn't changed much as the preferred terminal for HP1000 and HP3000 series computers. They never achieved the notoriety of the VT100 among programmers, but included sophisticated features not found in the VT100, such as offline forms, multipages, and (in some models) local storage.

The styling looked like vaguely like a toaster oven. It was boxy, with a "widescreen" aspect ratio. HP had determined that the combination of a standard 4:3 aspect ratio with the 25 line by 80 character display that was the standard of the time required the characters to have a very high profile. HP's response was to specify a CRT with an aspect ratio designed around the desired character shape instead of the other way around. Of course, this also mandated rather high manufacturing costs as standard parts could not be used.

HP took pains to further improve the rendering of displayed characters via half-pixel positioning of individual lines within each character. Although the character cell was only 7 horizontal by 9 vertical dots, half-pixel positioning effectively doubled the horizontal resolution to 14 dots [cite journal |first=Jean-Claude |last=Roy |title=A High-Resolution Raster Scan Display|journal=Hewlett-Packard Journal |volume=26 |issue=10 |year=1975 |month=June|pages=11–15 |url=http://www.hpl.hp.com/hpjournal/pdfs/IssuePDFs/1975-06.pdf |format=PDF |issn=0018-1153 ] , giving the characters very smooth outlines. (The initial sales literaturereferred to it as using a 7x9 matrix generated in a 9x15 dot character cell).

All of this resulted in an extremely easy to read display with the dot-matrix nature, and the scan lines, almost invisible.

The keyboard had flat tops, similar to the HP 9800 series desktop computers rather than the curved contours now considered to be ergonomic. It featured three keypad areas: Alphabetic, numeric, and an array of cursor positioning and editing keys somewhat similar to modern PC keyboard layouts. There were also a number of smaller function and feature control keys arrayed in two rows above the normal keypad areas. The keyboard chassis was separate from the main body, connected via a thick cable. The keyboard used a bit-paired layout (similar to that on a Teletype machine) rather than the typewriter-paired arrangement on DEC's VT100. Although large, users loved the keyboard because "it had a key for everything".

Similar to the HP desktop computers, it had a number of F-keys (F1 through F8) placed close to the screen. Paper templates were available for some application programs to which placed legends for these keys on the keyboard. Later models arranged these across the top row, and provided for screen labels close to their respective keys. Terminal configuration in the 262X series was done entirely through the screen labeled function keys rather than dedicated keys and through escape sequences sent from the host computer. The on-screen labelling of the eight function keys, pioneered by the HP 300 ("Amigo") computer, was one of the first applications of a hierarchical menu which allows accessing many functions with a small number of keys. This arrangement is now common on TI graphic calculators, and automated teller and gas pump machines, though no longer used in GUI user interfaces.

Internally, the electronics used a motherboard with plug-in daughter cards. The microprocessor, memory, serial interface card, and various optional functions were each on separate cards. This permitted easy field maintenance, upgrades, and reconfiguration. For example, more memory (providing larger scrollback capability) could be easily added, the serial interface could be changed from RS-232 to current loop, etc. The optional tape drives of the 2645 model were interfaced via another plug-in card. The plug-in card capability strongly resembled the later Apple-II expansion architecture.

The manufacturing area was across from R&D cubicles in the Data Terminals Division in Cupertino. The testing area was dubbed "beepland" because it had racks of 500 terminals, with the end of the test ending in a beep.

The HP 2640 introduced "block mode", similar to the IBM 3270 (although the IBM 3270 did not work for ASCII standard serial communications). The escape sequences Esc- [ and Esc-] defined unprotected areas, but it didn't have to take up a visible space. It acted much like a web page, disconnected from the host until the SEND key was pressed. The fields could screen for alphabetic or numeric characters, a feature beyond Windows Forms today. This would be supported by programs such as DEL/3000 and VIEW/3000 which would map form data into runtime variables and databases. It also supported teletype character mode like a standard ASCII terminal, and did not need specialized communications like IBM.

The hardware was radically different from most "dumb" terminals in that the characters were not stored in a simple data array. To save memory, which could extend over several pages, characters were allocated as linked lists of blocks which were dynamically allocated. Display enhancements were encoded as embedded bytes in the stream. Software enhancements which did not affect the appearance such as dim or underline, but protected and unprotected fields were also coded with embedded bytes. The display hardware was capable of reading this unusual data structure. When the cost of memory came down by the 262X series, this was changed to a "parallel" structure with one bit for each enhancement code, but the logic required to emulate previous behaviors was complex. Inserting a code for underline would "propagate" to the next display enhancement, while deleting such a code would also have to be propagated to the next display byte. This data structure would inspire the sparse matrix data structure for the Twin spreadsheet.

The HP 2640 also introduced multiple pages of memory, much like the DOS box in Microsoft Windows today, and the page up and page down key which appears on PC keyboards.

Users learned to use the offline key to take the terminal offline, edit a line in the display buffer, and then retransmit it. This gave the effect of command line recall and editing even if the operating system did not support it. For example, when working at an operating system's command prompt, an erroneous command could quickly be corrected and re-sent without having to retype the entire line. This was possible in many terminals of the day, but the HP 2640 was smart enough to only retransmit the line from the first character typed by the user, omitting, for example, the operating system's command prompt. This was later implemented as "line mode".

HP Printer Control Language shares a common non-ANSI escape sequence grammar and common sequences with HP terminals.

In-house developers ported TinyBASIC to the HP 2645A, as well as developing several games in assembler (most notably "Keep On Drivin'", Tennis and Reversi).

Models

The HP 264X [cite web |url=http://hpmuseum.net/exhibit.php?hwdoc=240 |title=264X documentation |accessdate=2007-11-21 |work=HP Computer Museum ] series included several models beyond the HP 2640A.

*The [http://www.hpmuseum.net/display_item.php?hw=240 HP2644A] [cite journal |first=Robert G. |last=Nordman | coauthors =Richard L. Smith, and Louis A. Witkin|title=New CRT Terminal Has Magnetic Tape Storage for Expanded Capability|journal=Hewlett-Packard Journal |volume=27 |issue=9 |year=1976 |month=May|pages=2–8 |url=http://www.hpl.hp.com/hpjournal/pdfs/IssuePDFs/1976-05.pdf |format=PDF |issn=0018-1153 ] introduced 3M mini cartridge tape drives which could be used to upload or download data, as opposed to slow paper tapes of the time. Another later model used floppy disks, and supported drawing forms etch-a-sketch style and would compute intersections. Also notable was the use of paper labeled function keys on the upper left. These would always get lost, so users would scroll lock the top 2 lines of the screen and used these for labels. These were built into the next generation of terminals. The values of these keys could be programmed.

*The HP 2648 [cite journal |first=Peter D. |last=Dickinson|title=Versatile Low-Cost Graphics Terminal Is Designed for Ease of Use
journal=Hewlett-Packard Journal |volume=29 |issue=5 |year=1978 |month=January|pages=2–6 |url=http://www.hpl.hp.com/hpjournal/pdfs/IssuePDFs/1978-01.pdf |format=PDF |issn=0018-1153
] was a graphics terminal which featured hardware zoom, and "autoplot". It utilized separate memory for graphics and text, allowing the user to turn off either type of display at will.

*The HP 2647 had a variant of Microsoft BASIC with AGL (HP's standard for plotting) built in, and perhaps the first real business charting for a microcomputer, complete with 3D cross-hatched pie charts.
** 02647-13301 Graphics: 2647 Multiplot and Slide Software. Multiplot was the model for the PC based Chartman by the Cambridge company that also produced the Twin spreadsheet 1-2-3 clone which introduced HP 2640 style forms to PC applications.
** 13257B Graphics: 2647 Graphics Presentation Resource Pac
** 13257D Statistics/Mathematics: 2647 Statistical Analysis Resource Pac
** 13257C Statistics/Mathematics: 2647 Mathematics Analysis Resources Pac
** 13257F Business: 2647: Project Management Analysis Resource Pac
** 13257K General/Utilities: 2647 2647/1351 Basic

*The [http://www.hpmuseum.net/display_item.php?hw=242 HP262X] [cite web |url=http://hpmuseum.net/exhibit.php?hwdoc=242 |title=262X documentation |accessdate=2007-11-21 |work=HP Computer Museum ] [cite journal |first=Gary C. |last=Staas |title=New Display Station Offers Multiple Screen Windows and Dual Data Communications Ports |journal=Hewlett-Packard Journal |volume=32 |issue=3 |year=1981 |month=March|pages=3–7 |url=http://www.hpl.hp.com/hpjournal/pdfs/IssuePDFs/1981-03.pdf |format=PDF |issn=0018-1153 ] series introduced the "periscope" look, "soft" key labels along with a 4 + 4 key display at the bottom of the screen, a hierarchical setup tree, 12" screen and an optional internal Thermal printer. The [http://www.hpmuseum.net/display_item.php?hw=41 HP-125 45500A] Dual Z80 CP/M used the form factor and terminal emulation of the HP 2621 terminal. The HP-150 had the terminal capabilities of the HP 2623 graphics terminal in a smaller package (9" screen).

* The [http://www.hpmuseum.net/display_item.php?hw=421 HP2382] [cite web |url=http://hpmuseum.net/exhibit.php?hwdoc=421 |title=2382A documentation |accessdate=2007-11-21 |work=HP Computer Museum ] "munchkin" repackaged the HP 2622 in a 9" screen package. The [http://www.hpmuseum.net/display_item.php?hw=42 HP-120 45600A] packaged the HP-125 into the HP2382 form factor.

* The "Therminal" was an unusual implementation of a screen-less printing terminal which used the thermal print mechanism. It was one of the first projects of the Vancouver division. It even supported tape cartridge local storage, but it was not successful.

The great over-reach was a color graphics terminal that cost more than the HP 2647 monochrome graphics workstation that sold very few units but cost a huge effort to develop.

Eventually, HP ended up selling essentially a low-cost version [cite journal |first=Jean-Louis
last=Chapuis|coauthor=Michèle Prieur|title=Low-Cost, Compact, Block-Mode Computer Terminal |journal=Hewlett-Packard Journal |volume=36 |issue=4 |year=1985 |month=April|pages=4–7 |url=http://www.hpl.hp.com/hpjournal/pdfs/IssuePDFs/1984-04.pdf |format=PDF |issn=0018-1153
] of the HP 2640. Today, many terminal emulators by companies such as Attachmate still implement the late 1970s feature set of these terminals on common PCs.

See also [http://www.sieler.com/hp_terminals.html List of HP 26xx terminals (introduction, price, discontinuation)]

References


Wikimedia Foundation. 2010.

Игры ⚽ Нужна курсовая?

Look at other dictionaries:

  • (2640) Хяллстрём — Открытие Первооткрыватель Лийси Отерма Место обнаружения Турку Дата обнаружения 18 марта 1941 Альтернативные обозначения 1941 FN; 1967 ET; 1976 SG5; 1978 EM6 Категория …   Википедия

  • (2640) Hällström — Asteroid (2640) Hällström Eigenschaften des Orbits (Animation) Orbittyp Hauptgürtelasteroid Große Halbachse 2,3978 AE …   Deutsch Wikipedia

  • 2640 Hällström — BASEPAGENAME is a main belt asteroid with an orbital period of 1355.9467588 days (3.71 years).cite web | url = http://ssd.jpl.nasa.gov/sbdb.cgi?sstr=2640 | title = JPL Small Body Database Browser | accessdate = 2008 04 28 | publisher = NASA] The… …   Wikipedia

  • 2640 v. Chr. — Portal Geschichte | Portal Biografien | Aktuelle Ereignisse | Jahreskalender ◄ | 4. Jt. v. Chr. | 3. Jahrtausend v. Chr. | 2. Jt. v. Chr. | ► ◄ | 29. Jh. v. Chr. | 28. Jh. v. Chr. | 27. Jahrhundert v. Chr. | 26. Jh. v. Chr. | 25. Jh. v. Chr …   Deutsch Wikipedia

  • 2640 - 2134 гг. до н.э. — Этап в развитии Египта Древнее царство …   Хронология всемирной истории: словарь

  • 2640 - 2575 гг. до н.э. — Правление в Египте предположительно в это время III династии. Правители Джосер, Сехемхет (Сехем хета, Хор Мощный Утробой), Хаба (Ха би) и Нетка (Наф ку рии, Ниб ку, Нефр ке рэ, Неб ко). Первым фараоном III династии называется так же Санахте… …   Хронология всемирной истории: словарь

  • 2640 - 2621 гг. до н.э. — Правление Джосера (Дасы, Тосора, Хор Божественный Утробой). Первая известная пирамида. Джосер считался мудрым и могущественным правителем. Пирамиду строил великий зодчий Имхотеп (И ма хатап, и м хотп) …   Хронология всемирной истории: словарь

  • 2640 — матем. • Запись римскими цифрами: MMDCXL …   Словарь обозначений

  • NGC 2640 — Галактика История исследования Открыватель Джон Гершель Дата открытия 26 февраля 1835 Обозначения NGC 2640, ESO 165 2, IRAS08360 5456, PGC 24229 …   Википедия

  • 3400 - 2640 гг.. до н.э. — Период в истории Египта получил название Раннее царство и включал в себя додинастический период и I и II династию. У разных ученных разная хронология. Например, I и II династии 3100 2686, 3000 2778, 3400 2980, 3500 3190, 3407 2888, 3197 2778,… …   Хронология всемирной истории: словарь

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”