source: t29-www/en/devices/punchcard-collator.php @ 485

Last change on this file since 485 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.6 KB
Line 
1<?php
2        $seiten_id = 'punchcard-collator';
3        $version = '$Id';
4        $titel = 'The function of the punch card collator';
5       
6        require '../../lib/technikum29.php';
7?>
8
9<h2><?php print $title; ?></h2>
10
11<p>What does a punch card collator do? Operations were mostly divided into two categories: Non-changing numbers (e.g. adresses are subject to few changes) and changing numbers (e.g. sales volume are constantly changing).</p>
12
13<p>If we had a list of customer names to be sorted, we would first give each customer a 5 digit customer number.  We can then sort this list in numerical order or sort by their names.</p>
14
15<div class="box center">
16        <img src="/shared/photos/rechnertechnik/grafiken/lochkartenmischer.en.gif" width="600" height="523" alt="Diagram about the function of the card collator" />
17</div>
18
19<p>In our simple example, we have only two types of cards: Address cards and sales cards. The address input station/hoppers are filled in ascending customer numbers. Likewise the sales cards are in ascending order in the sales input station/hopper. Now the collator merges these two stacks to one stack where the sales cards are associated with every matching address/customer number. If the address/customer number card which is associated to a sales number is missing (or the other way around), the collator will separate the card in another pocket.</p>
20
21<p>The ability to sort the 2 independent decks of input cards into these 3 categories was the primary task of the collator. Therefore, the machine requires 2 input hoppers and at least 4 output pockets. In addition there were many other sorting variations and possibilites for this machine.</p>
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