User:Tingo/Links: Difference between revisions
(→PDF documents: added FORTRAN source code section, plus first link.) |
(→Tandberg Documents: add timeline) |
||
(20 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
This page just contains various links that I want to find again. | This page just contains various links that I want to find again. | ||
== PDF documents == | == PDF documents == | ||
[http://documentslide.com/documents/an-on-line-data-acquisition-system-based-on-a-norsk-data-nd-100-computer.html An on-line data acquisition system based on a NORSK DATA ND-100 COMPUTER] (PDF) | |||
=== FORTRAN source code === | === FORTRAN source code === | ||
[http://drs.nio.org/drs/bitstream/2264/3226/2/Students_J_32_171.pdf Is the interface OK], four page article with small test program for ND-100 devices in FORTRAN (PDF). | [http://drs.nio.org/drs/bitstream/2264/3226/2/Students_J_32_171.pdf Is the interface OK], four page article with small test program for ND-100 devices in FORTRAN (PDF). | ||
=== Tandberg Documents === | |||
[http://sites.google.com/site/tingox/TDV-393541-0-EN%20TDV%202200%20Hardware%20Manual.pdf TDV 2200 Hardware Manual] October 1980, Revision 0 | |||
Tandberg TDV-2114 and TDV-2124 are computers from Tandberg. From this thread<ref>[https://forums.bannister.org/ubbthreads.php?ubb=showflat&Number=122987 Tandberg TDV-2114 and TDV-2124]</ref>, the TDV-2114 is identical to the Siemens 6.610 (OEM version). Extensive docomentation exists<ref>[https://www.technikum29.de/de/geraete/Siemens_6610/Siemens_6610_PDFs/ Index of /de/geraete/Siemens_6610/Siemens_6610_PDFs/]</ref> | |||
Tandberg TDV 2324 | |||
<pre> | |||
Regarding the TDV 2324 computer: it could run CP/M or TOS. | |||
TOS was Tandberg Operating System and we used it when developing the TDV 2200 series terminals. | |||
I don’t remember much of it but it did not have a filesystem with folders. All files lay flat. | |||
My first 2324 did not have a hard disk just two floppies. | |||
The first floppy had the TOS OS, the second floppy contained the terminal source code and compiled files. | |||
A EPROM burner was connected and for some terminal sw there was some messing with addresses to get the sw correctly to the eproms. | |||
</pre> | |||
Timeline for Tandberg terminals and computers, from <ref>[https://forums.bannister.org/ubbthreads.php?ubb=showflat&Number=69942&page=10 Offer: Tandberg TDV2324 CP/M computer from the 70s]</ref>: | |||
<pre> | |||
A bit of history, the evolution of these machines is something like this: | |||
* TDV-2000 (197?) - First terminal | |||
* TDV-2114 (1976) - First computer (8080-based, 16-56KB RAM, TDV-2115 terminal hardware-module built-in) | |||
* TDV-2124 (1980) - Same as TDV-2114, but with double-side double-density disk support. 56KB or 64KB RAM? (not sure if all 64K on the RAM board is available) | |||
* TDV-2324 (1982) - Completely new design, 8085-based, 64KB RAM, HDD support, fully backwards-compatible with 2100-series | |||
</pre> | |||
== Tools == | |||
Various tools that might be useful. | |||
* [http://www.tobias-elze.de/pdfsandwich/ pdfsandwich] - can OCR PDF files and add text layers to the PDF file. | |||
== ND Hardware == | |||
Stian Sletner's [http://wtf.hijacked.us/wiki/index.php/Norsk_Data_notes Norsk Data notes] on [http://wtf.hijacked.us/ WTFwiki], about a ND-5400ES. | |||
; 2016-10-18 : it looks like it was a problem that has been fixed. WTFwiki now has an IPv4 address again, and archive.org has a copy of the two pages about the ND machine (because of manual effort by another member here). | |||
; 2016-10-04 : looks like WTFwiki is gone now, and archive.org doesn't have a copy. | |||
: correction - it is available, but only via IPv6. | |||
== ND Software == | |||
System Software Of the CERN Proton Synchrotron Control system<ref>[https://cds.cern.ch/record/156997/files/CERN-84-16.pdf CERN 84-16] (PDF)</ref> | |||
==Other links== | ==Other links== | ||
The [http://terminals-wiki.org/ terminals wiki], created by three collectors of vintage computer terminals. | |||
The Norwegian State Railway System GTL (1976)<ref>https://hal.inria.fr/IFIP-AICT-447/hal-01301420</ref>, <ref>http://link.springer.com/chapter/10.1007%2F978-3-319-17145-6_30</ref>, <ref>http://www.worldcat.org/title/history-of-nordic-computing-4-4th-ifip-wg-97-conference-hinc-4-copenhagen-denmark-august-13-15-2014-revised-selected-papers/oclc/909265848 History Of Nordic Computing 4</ref> | |||
the [http://gunkies.org/wiki/ Computer History Wiki] | |||
3 tips for effectively using wikis for documentation.<ref>https://opensource.com/article/17/1/tips-using-wiki-documentation</ref> | |||
Things Every Hacker Once Knew<ref>http://www.catb.org/esr/faqs/things-every-hacker-once-knew/</ref> by Eric S. Raymond. About video display terminals, EIA RS-232-C, ASCII and more. | |||
Tape reel data recovery from MERA-400 polish computer<ref>http://museo.freaknet.org/en/recupero-dati-nastri-magnetici-del-computer-polacco-mera-400/</ref>. Interesting article about effective ways for data recovery from old reel computer tape. | |||
[https://github.com/mzucker/noteshrink noteshrink] - a tool (written in Python) to convert scanned color PDFs into better PDFs. Worth checking out. | |||
[https://www.digi.no/artikler/kommentar-frederic-var-vest-europas-kraftigste-datamaskin-og-den-var-norskeid/463034 Frederic (Norwegian)] - a Norwegian owned computer from 1957 (ordered in 1953). | |||
== References == | |||
<references/> |
Latest revision as of 13:25, 6 December 2024
This page just contains various links that I want to find again.
PDF documents
An on-line data acquisition system based on a NORSK DATA ND-100 COMPUTER (PDF)
FORTRAN source code
Is the interface OK, four page article with small test program for ND-100 devices in FORTRAN (PDF).
Tandberg Documents
TDV 2200 Hardware Manual October 1980, Revision 0
Tandberg TDV-2114 and TDV-2124 are computers from Tandberg. From this thread[1], the TDV-2114 is identical to the Siemens 6.610 (OEM version). Extensive docomentation exists[2]
Tandberg TDV 2324
Regarding the TDV 2324 computer: it could run CP/M or TOS. TOS was Tandberg Operating System and we used it when developing the TDV 2200 series terminals. I don’t remember much of it but it did not have a filesystem with folders. All files lay flat. My first 2324 did not have a hard disk just two floppies. The first floppy had the TOS OS, the second floppy contained the terminal source code and compiled files. A EPROM burner was connected and for some terminal sw there was some messing with addresses to get the sw correctly to the eproms.
Timeline for Tandberg terminals and computers, from [3]:
A bit of history, the evolution of these machines is something like this: * TDV-2000 (197?) - First terminal * TDV-2114 (1976) - First computer (8080-based, 16-56KB RAM, TDV-2115 terminal hardware-module built-in) * TDV-2124 (1980) - Same as TDV-2114, but with double-side double-density disk support. 56KB or 64KB RAM? (not sure if all 64K on the RAM board is available) * TDV-2324 (1982) - Completely new design, 8085-based, 64KB RAM, HDD support, fully backwards-compatible with 2100-series
Tools
Various tools that might be useful.
- pdfsandwich - can OCR PDF files and add text layers to the PDF file.
ND Hardware
Stian Sletner's Norsk Data notes on WTFwiki, about a ND-5400ES.
- 2016-10-18
- it looks like it was a problem that has been fixed. WTFwiki now has an IPv4 address again, and archive.org has a copy of the two pages about the ND machine (because of manual effort by another member here).
- 2016-10-04
- looks like WTFwiki is gone now, and archive.org doesn't have a copy.
- correction - it is available, but only via IPv6.
ND Software
System Software Of the CERN Proton Synchrotron Control system[4]
Other links
The terminals wiki, created by three collectors of vintage computer terminals.
The Norwegian State Railway System GTL (1976)[5], [6], [7]
3 tips for effectively using wikis for documentation.[8]
Things Every Hacker Once Knew[9] by Eric S. Raymond. About video display terminals, EIA RS-232-C, ASCII and more.
Tape reel data recovery from MERA-400 polish computer[10]. Interesting article about effective ways for data recovery from old reel computer tape.
noteshrink - a tool (written in Python) to convert scanned color PDFs into better PDFs. Worth checking out.
Frederic (Norwegian) - a Norwegian owned computer from 1957 (ordered in 1953).
References
- ↑ Tandberg TDV-2114 and TDV-2124
- ↑ Index of /de/geraete/Siemens_6610/Siemens_6610_PDFs/
- ↑ Offer: Tandberg TDV2324 CP/M computer from the 70s
- ↑ CERN 84-16 (PDF)
- ↑ https://hal.inria.fr/IFIP-AICT-447/hal-01301420
- ↑ http://link.springer.com/chapter/10.1007%2F978-3-319-17145-6_30
- ↑ http://www.worldcat.org/title/history-of-nordic-computing-4-4th-ifip-wg-97-conference-hinc-4-copenhagen-denmark-august-13-15-2014-revised-selected-papers/oclc/909265848 History Of Nordic Computing 4
- ↑ https://opensource.com/article/17/1/tips-using-wiki-documentation
- ↑ http://www.catb.org/esr/faqs/things-every-hacker-once-knew/
- ↑ http://museo.freaknet.org/en/recupero-dati-nastri-magnetici-del-computer-polacco-mera-400/