source: t29-www/en/devices/threaded-rom.php @ 580

Last change on this file since 580 was 296, checked in by sven, 12 years ago

Umfangreiche Abarbeitung der Todo-Liste für das Launching der neuen Website.
Insbesondere wurden alle englischen Geräteseiten in das neue System übersetzt (wurden vergessen), die Univac-Seiten mussten dafür auch noch umbenannt werden.
Dafür wurde auch die englische Navigation um die Extraseiten vervollständigt.

Ferner:

  • Angefangen: Hostsystem zur Implementierung des aus v5 javascript-basierten hostinfo-Systems (aber mächtiger, mit server- und clientseitigen Hooks). Findet derzeit nur Verwendung in hostspezifischer Veränderung der Template-Konfiguration, etwa auf Heriberts Computer. (Mit den momentanen Einstellungen wird das Bearbeiten auf Heriberts Computer derzeit wieder nicht funktionieren)
  • Derzeit sind (kurzfristig) alle Extraseiten im Menü sichtbar, wenn man es aufklappt.
  • Einige Bugs beseitigt (telefunken-t40w.js, etc.)

Es gibt zwei Extraseiten, bei denen die Bilder gelöscht wurden: LAB 8e und Telefunken 650. Wenn sie nicht mehr verlinkt werden, sollten die Extraseiten auch gelöscht und aus dem Menü entfernt werden.

  • Property svn:keywords set to Id
File size: 1.3 KB
Line 
1<?php
2        $seiten_id = 'threaded-rom';
3        $version = '$Id';
4        $titel = 'Details of the ROM';
5       
6        require '../../lib/technikum29.php';
7?>
8<h2><?php print $title; ?></h2>
9
10<div class="center">
11   <img src="/shared/photos/rechnertechnik/speichermedien/nixdorf-rom-ausschnitt.jpg" alt="Nixdorf ROM" width="594" height="446" />
12   <div class="bildtext-bildbreite" style="width: 594px;"></div>
13       <p>The idea is to represent every single bit by a tiny transformer with two separate windings. A primary winding and a secondary one (the latter one is threaded four times throught the core). The primary winding will by able to induce a signal in the secondary coil when threaded through the core. This is equivalent to storing a 1. To store a 0 the primary winding is threaded past the core.
14       <br/>The diode matrix on the right of the printed circuit board contains 8 times 16 diodes &ndash; this equals 128 wires which can be threaded through or past the cores of this ROM plane. Every wire runs in wiggly lines through 16 rows of 18 cores each. All in all 128 times 16 = 2048 bytes can be stored.
15       <br/>To change a word stored in this ROM, it is necessary to remove (or simply cut) the proper wire and thread a new wire (sometimes more than one wire has to be replaced). This tedious technique has been improved in form of the NIXDORF rod memory.
16       </p>
17</div>
Note: See TracBrowser for help on using the repository browser.
© 2008 - 2013 technikum29 • Sven Köppel • Some rights reserved
Powered by Trac
Expect where otherwise noted, content on this site is licensed under a Creative Commons 3.0 License