07-09-2009 02:45 PM
07-09-2009 03:16 PM
Hi Atomic,
even when you read in the data from the parallel port you probably get some "nonsense". This is due to that even those old "grrrrrk" needle printers used their device specific commands for printing. You have to parse that datastream to reconstruct the picture been plotted. So grab out that printer manual from the +20year old box somewhere in the storage cabin and write your "printer language interpreter" (Though it's not that complicated for a 9 needel printer, they mostly used some simple ESCAPE codes for printer control as I learned when writing a printer driver for a 8bit computer in those days...)
So first read in the data stream that is send to the printer (I doubt this is possible with a standard parallel port, I would opt for a 8bit DI card) then parse that stream to reconstruct the picture...
Or try to get an old TencorP2, which is able to write measurement data to floppies in a simple text format
07-09-2009 03:26 PM
Atomic,
Crawl around the back of the instrument and look to see if it has some kind of analog output for a chart recorder. Capture that with any analog input device.
Does the instrument have any kind of front panel display of the data you would like to capture?
I developed a system which captured the data coming from an old UV/vis spectrometer by grabbing the data at the front panel displays and interpreting that (pre-LabVIEW).
Lynn
07-09-2009 04:33 PM
Hi Atomic,
after reading Lynn's comment I darkly remember that a Dektak3030 too stood somewhere in the corner next to the TencorP2 I used in my former job. This profilometer was merely a "backup" solution when a coworker was already using the Tencor...
So for this kind of device I agree with Lynn to use a digital camera to grab the displayed image. Use a stand/tripod to get always to same dimensions to ease automatic picture analysis.
07-11-2011 06:25 PM
Did you figure out the best method for this? I am in the same boat with the DEKTAK 3030 and IIA systems (down to only one working printer) and am wondering which option you went with.