Posted by Neil Wyatt on 17/06/2017 15:11:27:
> Didn't realise they were using Mylar (PET) in "paper" tapes back in the 50s.
The PET Stuart referred to is an early 'personal computer'!
Neil
No, if you look at Stuart's second post, you will see he referred to Mylar punched tape. The reference to PET is the name polyethylene terephthalate (aka PET), which is the chemical name for what is known as "Mylar", polyester, Terylene, soft drinks bottles etc etc. Your confusion Neil, not mine.
As for the computer form, I probably know PETs better than most. Back in 1980-1981 I was using CBM (Commodore Business machines) PET (Personal Electronic Transactor) computers in experimental real time, closed loop industrial control for a 10 month placement in the Controls Development Group within ICI Petrochemicals Division – the advanced R&D function based in the Wilton headquarters. That was in my year out before I started at (sorry, "went up to" ) Cambridge to read engineering.
BASIC as an interpreted language is inherently unsuited to real time control, not least due to the fact that any error in the code or an unexpected input would cause a syntax error and crash the program. We got around this by isolating the keyboard with a machine code routine that only allowed specified characters to be accepted. This required the EEPROMs to be reconfigured (change the keyboard interrupt address etc), although I can't pretend I did any of that part of the work personally. We developed a structured, consistent method for writing the programs and did rigorous testing of the various modules. At the time is seemed quite a step forward.
This solution was a much more cost-effective solution than the alternatives (PDP11 etc) available at the time by an order of magnitude or more and worked well from a technical point of view. We had the real "top end" stuff like the dual floppy drives, high res graphics cards and IEE488 interfaces – and the 80 column display(!!). We even had one of the top of the range 32k(!!) models.
Not long after this experience, we enjoyed the "home computer" revolution, with the Commodore 64 (essentially the final iteration of the PET evolution), Dragons etc in every bedroom of the world and unstructured, poorly designed(?), hacked code at every turn. That pretty much put me off computers and software until perhaps the early 90s with the exception of my final year project which was a self-tuning 16 channel PID controller based on a CPM machine (The Comart Communicator!!).
Murray
Edited By Muzzer on 18/06/2017 15:27:18