Thursday, July 29, 2010

Eratron PPC 8200 and family

Howdy!

You're no doubt tearing your hair out looking for some tidbit of technical data on a piece of Eratron equipment. Me too. I've found a few things that might help you:

Eratron is another name for ERA, or Energy Research Associates that was based in or near San Francisco some time ago. (Source) The patent application mentioned below indicates it was Campbell, California.

They patented their electron beam power supply design. It's rather brilliant compared to the more conventional design the Mideast Industries PR-40 uses, but its brilliance shows up mostly in electron beam applications where output arcing is not uncommon.

The patent number is 4,314,324. If you use the USPTO site, you'll want to go to http://www.uspto.gov/. In the left column under Patents click Search. Scroll down to the heading "USPTO Patent Full-Text and Image Database (PatFT)" and click on either Patent Number Search (if you want just the text) or View Patent Full-Page Images (if you want the partial schematics). Enter the patent number on either page and it'll zap you right to the patent.

Now if you're like me, the computer will be grumpy and not show the TIFF image the image viewer embeds. If this is the case, right click on the side of the page, select View Source, scroll down in the new window to the bottom and start looking for:

<embed src="/.DImg?Docid=04314324&PageNum=1&IDKey=219CCF24E627
&ImgFormat=tif" width="570" height="840" type=image/tiff></embed>

Now for a bit of surgery. Take the URL you've found for the image viewer. For me it was:
http://patimg1.uspto.gov/.piw?Docid=4314324&idkey=NONE

Snip up and paste together a Frankenstein URL using the first half of the image viewer URL and the embed tag's data:
http://patimg1.uspto.gov/.DImg?Docid=04314324&PageNum=1&IDKey=219CCF24E627
&ImgFormat=tif

Paste that into your address bar and the image should come up after thinking a bit. Now, see that PageNum=1 bit stuck in the middle? You can use your original page viewer to see how many pages there were and what sections they were divided into to navigate simply by changing that one number.

Cool, eh? :) I thought so anyway. It's a simple hack. If you want to actually read the images or keep them, you can use a tool like wget with the Frankenstein URL to pull the TIFFs straight off the server.

Have a nice day!

...and remember, 3-phase can kill you. :)