Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uunet!datapg!com50!aob!jim From: jim@aob.aob.mn.org (Jim Anderson) Newsgroups: comp.misc Subject: Re: computers shown in PBS' "This Old House" Keywords: bizarre mix Message-ID: <1990Jan15.020752.28592@aob.aob.mn.org> Date: 15 Jan 90 02:07:52 GMT References: <2201@xyzzy.UUCP> Reply-To: jim@aob.aob.mn.org (Jim Anderson) Distribution: usa Organization: Anderson O-Brien, Inc., St. Paul, MN Lines: 80 In article <2201@xyzzy.UUCP> kan@tom.dg.com () writes: >They toured a stairway factory with a curious mix of automation. [Victor Kan goes on to describe a AT running a CAD application generating a paper tape for a computer router and plots, which were transferred via an electronic drafting table to another computer.] >The question I must ask is "Why?". The factory has been in business >for decades so I can understand that they started with automation >early, when paper tape was a common data medium. If the three-headed >router is tied to the old computer, I can understand their use of >the PC to generate paper tapes from CAD screens. As a person intimately involved in the machine shop automation, the collection of equipment described is typical of many machine shops. The tradition of using paper tape to transfer programs to a CNC (Computerized Numerical Control) started many years ago when computers were very rare. (The original NC machines used relays and step switches...). Many years later, when computers were getting common enough to show up in manufacturing environments (initially only as the machine controller), they needed to maintain compatibility with the old machines for program transfer. The most common means of producing programs for machine tools during this time (60s, early 70s) was with Flexowriters or Teletypes, both of which used paper tape. Later, as computers became more common on the programming side, the compatibility issue came up again. The only way the programming systems could get the data to all the machines on the shop floor was with paper tape. Many of the machines produced, even into the 80s, didn't have bidirectional RS-232 ports. Even now, the RS-232 communications to the machines rarely use anything more than parity checking for data integrity (Checksums? CRC? what's that? :-). As we go into the 90s, machine tool communications is finally starting to improve. Machine shops (at least the forward thinking ones) are starting to connect the machine tools to their CAD systems (if they ever bothered to get one), thus finally getting rid of paper tape. I do have one remark about the advantage of paper tape. Because many of the computers installed as CAD systems are PCs running DOS, they are inherently single-user. If the computer operator is in the middle of working on a CAD drawing, and the machine tool needs a program to run the next part, either the machine tool has to sit idle until the computer is available (and at $50-$500 per hour operating cost, this ain't cheap), or the computer operator has to be repeatedly interrupted to send the next program to the machine. With paper tape, the tape can be punched when the programmer is done, put on a shelf, and when the machine is ready for it, the machine operator can go get it without interrupting the programmer. This can be worked around by getting multiple computers, but many machine shops don't want to spend the additional money for another computer, just because the first one might not be available for a few minutes. >But why use the electronic drafting table to transfer the image to a >modern computer (the 386 was next to the table so I assume it was >the host device), rather than just swap diskettes? It can't be that >hard to write a data conversion program between their CAD program and >their manufacturing program. In many cases, especially with the PC types of CAD systems, the CAD vendors don't supply a compatible output format. I have run into (sometimes expensive) CAD packages that can't output anything except their internal part file format, and the CAD vendor doesn't document that. It is also not uncommon for a manufacturing program to be very picky about the data that they accept. In the case of the manufacturing program, the vendor may not provide any way except drafting table input. This may sound silly, but there are those packages available. In the case of some of these packages, they may be in an early release, and a CAD interface hasn't been written yet. -- Jim Anderson (612) 636-2869 Anderson O'Brien, Inc New mail:jim@aob.mn.org 2575 N. Fairview Ave. Old mail:{rutgers,amdahl}!bungia!aob!jim St. Paul, MN 55113 Lucifer designed MS-DOS to try men's souls. Jim Anderson (612) 636-2869 Anderson O'Brien, Inc New mail:jim@aob.mn.org 2575 N. Fairview Ave. Old mail:{rutgers,amdahl}!bungia!aob!jim St. Paul, MN 55113 Lucifer designed MS-DOS to try men's souls.