Author Topic: Make PCBs with a Plotter  (Read 27753 times)

0 Members and 1 Guest are viewing this topic.

Offline baluTopic starter

  • Regular Contributor
  • *
  • Posts: 64
  • Country: de
Make PCBs with a Plotter
« on: February 28, 2015, 04:15:39 pm »
Breadboards are great for prototypes and testing. In many cases I need more than this, but not a real PCB. My requirements are not so high. I need just single sided PCBs with a maximum dimension of approx. 3x4 Inch (80x100mm), because I use a free version of Eagle PCB Designer. I tested a lot of methodologies for homemade PCBs, but I’m looking for a simpler way – and make a find.

Plotting the PCB layout direct on a PCB

Two months ago I bought an old HP7440A plotter. My first step was to make an interface cable between my laptop and the plotter. The plotter has a DB-25 female connector for the RS-232 serial interface. I use a simple USB to RS-232 adapter with no flow control.
The Eagle PCB Designer provides the functionality to export layouts in hpgl and the plotter based on hpgl;-) But … I used a terminal program to send a hpgl-test-file to the plotter an I had a lot of problems:

1. The “no flow control” and plotting speed issue
 - I have to reduce the RS-232 speed down to 300 Baud, because the plotter has very small loss data buffer and will loss data
 - Sending hpgl command lines in max. 200 lines cluster to prevent loss of commands
 - I must reduce the plotter speed to 15 cm/s (approx.. 6 Inch/s) with the hpgl command VS15;
2. The plotter drawing pen issue
 - Selecting the right pen for PCBs – I use a Staedtler Permanent Lumocolor S (0.4mm, 0.016”) or F (0.6mm, 0,025”) – I use sodium persulfate for etching PCBs
 - Adapter for using the pen – I created with DesignSpark Mechanical a 3d model of the pen adapter and use my 3d printer to make the adapter

To reduce the effort of splitting hpgl files into 200-command-line-files and adapting the plotter speed I made a quick and dirty application with C#. The application load the hpgl-file, replace the SPn-Commands (SP: select pen) with VS15-Commands, remove all space characters and draw the layout in a graphic window with the sequence of hpgl commands. After connecting the plotter via RS-232/USB it is possible to plot the layout on a prepared PCB.
 

Offline tggzzz

  • Super Contributor
  • ***
  • Posts: 19470
  • Country: gb
  • Numbers, not adjectives
    • Having fun doing more, with less
Re: Make PCBs with a Plotter
« Reply #1 on: February 28, 2015, 04:45:49 pm »
Potentially interesting.

Are there any closeups of etched PCBs, and are there any (informal) design rules about what is and isn't possible?
There are lies, damned lies, statistics - and ADC/DAC specs.
Glider pilot's aphorism: "there is no substitute for span". Retort: "There is a substitute: skill+imagination. But you can buy span".
Having fun doing more, with less
 

Offline Refrigerator

  • Super Contributor
  • ***
  • Posts: 1541
  • Country: lt
Re: Make PCBs with a Plotter
« Reply #2 on: February 28, 2015, 04:49:18 pm »
I wonder if you could turn this into a micro CNC.
I have a blog at http://brimmingideas.blogspot.com/ . Now less empty than ever before !
An expert of making MOSFETs explode.
 

Offline SeanB

  • Super Contributor
  • ***
  • Posts: 16276
  • Country: za
Re: Make PCBs with a Plotter
« Reply #3 on: February 28, 2015, 05:10:59 pm »
Will not work as a CNC, as it really has no torque at all. It can just provide enough to move a pen on paper, not much more. Trying to get it to move against a milling cutter will be an exercise in futility and broken tips and boards.
 

Offline Kalvin

  • Super Contributor
  • ***
  • Posts: 2145
  • Country: fi
  • Embedded SW/HW.
Re: Make PCBs with a Plotter
« Reply #4 on: February 28, 2015, 05:50:55 pm »
I have always wanted to ask this: How about attaching a UV laser diode (with safe power level, of course) to the pen holder and "plotting" the pattern directly on the surface of the UV sensitive PCB? After that a quick development and etching.
 

Offline Richard Crowley

  • Super Contributor
  • ***
  • Posts: 4317
  • Country: us
  • KJ7YLK
Re: Make PCBs with a Plotter
« Reply #5 on: February 28, 2015, 05:57:12 pm »
I have always wanted to ask this: How about attaching a UV laser diode (with safe power level, of course) to the pen holder and "plotting" the pattern directly on the surface of the UV sensitive PCB? After that a quick development and etching.
http://youtu.be/4SNkzoOvoD8  (and several others)
 

Offline Kalvin

  • Super Contributor
  • ***
  • Posts: 2145
  • Country: fi
  • Embedded SW/HW.
Re: Make PCBs with a Plotter
« Reply #6 on: February 28, 2015, 06:25:15 pm »
I have always wanted to ask this: How about attaching a UV laser diode (with safe power level, of course) to the pen holder and "plotting" the pattern directly on the surface of the UV sensitive PCB? After that a quick development and etching.
http://youtu.be/4SNkzoOvoD8  (and several others)

Richard, thank you very much for the link. Few clicks away I found the answer to my question:

https://www.youtube.com/watch?feature=player_detailpage&v=rLQajSRnELc#t=308

Plotter and UV laser should work.
 

Offline tggzzz

  • Super Contributor
  • ***
  • Posts: 19470
  • Country: gb
  • Numbers, not adjectives
    • Having fun doing more, with less
Re: Make PCBs with a Plotter
« Reply #7 on: February 28, 2015, 07:01:44 pm »
Plotter and UV laser should work.

Potentially extremely dangerous.

UV damages eyes; that's why sunglasses have UV specifications!

More importantly, much less than 100mW will instantly and permanently blind you - and it doesn't matter whether that is direct exposure or a reflection off of a metal (e.g. copper) or glass.

Now I really don't care if you blind yourself; that's merely evolution in action. But if you blinded an innocent third party passing by I would be extremely unhapppy. If you blinded me then I would commit suicide, since I am extremely deaf. But before that I would do everything in my power to ensure that you didn't pass your genes onto another generation. Seriously. Don't doubt it.
There are lies, damned lies, statistics - and ADC/DAC specs.
Glider pilot's aphorism: "there is no substitute for span". Retort: "There is a substitute: skill+imagination. But you can buy span".
Having fun doing more, with less
 

Offline Kalvin

  • Super Contributor
  • ***
  • Posts: 2145
  • Country: fi
  • Embedded SW/HW.
Re: Make PCBs with a Plotter
« Reply #8 on: February 28, 2015, 07:28:39 pm »
Plotter and UV laser should work.

Potentially extremely dangerous.

UV damages eyes; that's why sunglasses have UV specifications!

More importantly, much less than 100mW will instantly and permanently blind you - and it doesn't matter whether that is direct exposure or a reflection off of a metal (e.g. copper) or glass.

Now I really don't care if you blind yourself; that's merely evolution in action. But if you blinded an innocent third party passing by I would be extremely unhapppy. If you blinded me then I would commit suicide, since I am extremely deaf. But before that I would do everything in my power to ensure that you didn't pass your genes onto another generation. Seriously. Don't doubt it.

Safety first, I agree. I am always very worried too, when I see the videos on youtube where people are playing or experimenting with the lasers, and the system doesn't have the protective housing around it which would prevent accident from happening.
 

Offline dave_j_fan

  • Regular Contributor
  • *
  • Posts: 169
  • Country: in
Re: Make PCBs with a Plotter
« Reply #9 on: February 28, 2015, 07:38:17 pm »
lovely servo based plotter :http://youtu.be/kcXlak7RNV0
 

Offline Cloud

  • Regular Contributor
  • *
  • Posts: 194
  • Country: si
Re: Make PCBs with a Plotter
« Reply #10 on: February 28, 2015, 07:54:52 pm »
And I tough I am the only one who tried to do that  ;D Can I get the file for the pen holder?
 

Offline baluTopic starter

  • Regular Contributor
  • *
  • Posts: 64
  • Country: de
Re: Make PCBs with a Plotter
« Reply #11 on: March 01, 2015, 01:34:52 am »
I have made some examples. Just simple active BPFs, but made with SMDs and a layout with 0.4 mm (0.016 Inch) PCB tracks width. The result will fulfill my requirements. Because soldering of SMD parts with the size of 1206 and the pin spacing like SO8 is small enough for me. It is no problem to place a wire between the two resistor SMD pads.

I have attached the 3d model of the pen adapter as files in DesignSpark-Mechanical and STL file format.

I have no idea about the advantage of using a UV laser diode to create a PCB. After plotting the layout with the UV laser diode the PCB must be developed – this is one more step in the process to create a simple PCB. Possible advantage can be a more detailed and smaller structure – but I need just a simple prototype for my smallest parts with the size of 1206, SO8 etc. and this is no problem with this configuration.
 

Offline tggzzz

  • Super Contributor
  • ***
  • Posts: 19470
  • Country: gb
  • Numbers, not adjectives
    • Having fun doing more, with less
Re: Make PCBs with a Plotter
« Reply #12 on: March 01, 2015, 02:05:52 am »
Is it possible to post close-up photos of the naked PCB after etching, i.e. no components?  The current photos have the PCB obscured by components and we can't see the cuality of the tracks.

That would help us establish how well the etch resist works.

Thanks.
There are lies, damned lies, statistics - and ADC/DAC specs.
Glider pilot's aphorism: "there is no substitute for span". Retort: "There is a substitute: skill+imagination. But you can buy span".
Having fun doing more, with less
 

Offline pickle9000

  • Super Contributor
  • ***
  • Posts: 2439
  • Country: ca
Re: Make PCBs with a Plotter
« Reply #13 on: March 01, 2015, 02:50:04 am »
lovely servo based plotter :http://youtu.be/kcXlak7RNV0

That looks really well done.
 

Offline ivan747

  • Super Contributor
  • ***
  • Posts: 2045
  • Country: us
Re: Make PCBs with a Plotter
« Reply #14 on: March 01, 2015, 03:28:03 am »
I am genuinely impressed by the guy who made the UV plotter. Yes, it is dangerous, but there are these things called protective covers. He managed to make 5 mil traces without a sweat! That's fab quality. Now we only need a CNC drill and a via insertion robot  :P
 

Offline ajb

  • Super Contributor
  • ***
  • Posts: 2601
  • Country: us
Re: Make PCBs with a Plotter
« Reply #15 on: March 01, 2015, 04:36:32 am »
I have always wanted to ask this: How about attaching a UV laser diode (with safe power level, of course) to the pen holder and "plotting" the pattern directly on the surface of the UV sensitive PCB? After that a quick development and etching.

I was thinking the other day you could build a fully automated little PCB fabrication line this way.  Setup a gantry that holds the PCB vertically, and passes the PCB between a pair of horizontal carriages with opposing laser diodes.  The gantry then moves over and dips the PCB into a developer tank, then a rinse, then an etching tank, then a rinse, and voila, a double sided PCB ready for drilling.  The mechanics should be pretty simple since the required speeds and forces are low, and only three axes are required if both laser diodes are driven by the same motor, and the movable gantry can be wiggled to provide agitation during developing and etching.  With vertical tanks, you could do pretty good sized PCBs in a machine with the overall size about that of a 3d printer.
 

Offline tggzzz

  • Super Contributor
  • ***
  • Posts: 19470
  • Country: gb
  • Numbers, not adjectives
    • Having fun doing more, with less
Re: Make PCBs with a Plotter
« Reply #16 on: March 01, 2015, 09:33:31 am »
I am genuinely impressed by the guy who made the UV plotter. Yes, it is dangerous, but there are these things called protective covers.

Clearly the safety interlocks were completely ineffective!

The trouble with these thing is that it is always unclear whether the operator realised the danger of these devices. 40 years ago in an industrial lab they used to scare new employees by showing films (not a video!) of how high power lasers "interact" with primate faces.

Then there were signs everywhere saying things like "do not look at laser with remaining eye". I doubt there is much safety awareness/training supplied with something bought from a backsteeet shop :(
There are lies, damned lies, statistics - and ADC/DAC specs.
Glider pilot's aphorism: "there is no substitute for span". Retort: "There is a substitute: skill+imagination. But you can buy span".
Having fun doing more, with less
 

Offline JuKu

  • Frequent Contributor
  • **
  • Posts: 566
  • Country: fi
    • LitePlacer - The Low Cost DIY Pick and Place Machine
Re: Make PCBs with a Plotter
« Reply #17 on: March 01, 2015, 10:40:09 am »
I wonder how a conductive ink pen on a plain fiberglass board might work?
http://www.liteplacer.com - The Low Cost DIY Pick and Place Machine
 

Offline baluTopic starter

  • Regular Contributor
  • *
  • Posts: 64
  • Country: de
Re: Make PCBs with a Plotter
« Reply #18 on: March 01, 2015, 11:11:49 am »
Here is an example of using a UV laser diode to create PCBs. Sorry - the page in German language, but shows a lot of pictures and a video.  I think the price and size is ok.


http://www.insaneware.de/175mW-405nm-UV-Lasermodul-im-Lamellenkuehlkoerper-V3

I will post ASAP some pictures of plotted and etched PCBs only to show the quality. :-+
 

Offline Fraser

  • Super Contributor
  • ***
  • Posts: 13165
  • Country: gb
Re: Make PCBs with a Plotter
« Reply #19 on: March 01, 2015, 11:56:43 am »
Thanks for a great Topic. I have two HP plotters that I used for printing the output of my spectrum analyser. I have not used them for ages. Maybe this is a new application for them ? You have saved me a lot of time and experimentation.  :-+

Aurora
« Last Edit: March 01, 2015, 02:15:30 pm by Aurora »
If I have helped you please consider a donation : https://gofund.me/c86b0a2c
 

Offline eneuro

  • Super Contributor
  • ***
  • Posts: 1528
  • Country: 00
Re: Make PCBs with a Plotter
« Reply #20 on: March 01, 2015, 01:14:46 pm »
Potentially extremely dangerous.
UV damages eyes; that's why sunglasses have UV specifications!
There is no need use UV laser in the environment where humans are  ;)
I see only one way to play with UV lasers in DIY constructions-everything in closed black box, as well as laser diode itself with covers isolating from environment, when main box is not closed to prevent any  unexpected switch on of UV laser diode in the event of its circuit failure, etc.
Additionaly visual camera close to laser diode holder to be able monitor whole ploting process without any glasses, on laptop screen  8)

I think, that such UV laser tool can be additional tool for small pick&place SMD machine, where we still need visual camera to look in top view where position elements on PCB, so just by changing tool from vaccum pump to UV diode (protected mechanicaly when not used from emiting any UV whatever electronics do), could be really nice thing.
Using pens and classic ploter might work, but we quickly find it has many limitations, so probably small custom CNC where we could change tool to drill a few holes in manual mode just by inserting G-Code CNC code is worth to spend some time to do something like this.

I was thinking a while ago about using UV to plot PCBs directly and now its time to DIY such UV laser tool for custom PCB  machine  :-+
12oV4dWZCAia7vXBzQzBF9wAt1U3JWZkpk
“Let the future tell the truth, and evaluate each one according to his work and accomplishments. The present is theirs; the future, for which I have really worked, is mine”  - Nikola Tesla
-||-|-
 

Offline tggzzz

  • Super Contributor
  • ***
  • Posts: 19470
  • Country: gb
  • Numbers, not adjectives
    • Having fun doing more, with less
Re: Make PCBs with a Plotter
« Reply #21 on: March 01, 2015, 01:44:42 pm »
Potentially extremely dangerous.
UV damages eyes; that's why sunglasses have UV specifications!
There is no need use UV laser in the environment where humans are  ;)
I see only one way to play with UV lasers in DIY constructions-everything in closed black box, as well as laser diode itself with covers isolating from environment, when main box is not closed to prevent any  unexpected switch on of UV laser diode in the event of its circuit failure, etc.
Additionaly visual camera close to laser diode holder to be able monitor whole ploting process without any glasses, on laptop screen  8)

I think, that such UV laser tool can be additional tool for small pick&place SMD machine, where we still need visual camera to look in top view where position elements on PCB, so just by changing tool from vaccum pump to UV diode (protected mechanicaly when not used from emiting any UV whatever electronics do), could be really nice thing.
Using pens and classic ploter might work, but we quickly find it has many limitations, so probably small custom CNC where we could change tool to drill a few holes in manual mode just by inserting G-Code CNC code is worth to spend some time to do something like this.

I was thinking a while ago about using UV to plot PCBs directly and now its time to DIY such UV laser tool for custom PCB  machine  :-+

Laser assemblies can be made safe, but many example photos and videos show very unsafe practices. IMNSHO any photo/video must have a written "health warning" stating what is necessary in order to use them safely.

Inexperienced people can and will watch the videos, and poorly duplicate what they see. They probably won't even realise the various dangers - until it is too late for them or someone else.
There are lies, damned lies, statistics - and ADC/DAC specs.
Glider pilot's aphorism: "there is no substitute for span". Retort: "There is a substitute: skill+imagination. But you can buy span".
Having fun doing more, with less
 

Offline JuKu

  • Frequent Contributor
  • **
  • Posts: 566
  • Country: fi
    • LitePlacer - The Low Cost DIY Pick and Place Machine
Re: Make PCBs with a Plotter
« Reply #22 on: March 01, 2015, 02:49:56 pm »
I think, that such UV laser tool can be additional tool for small pick&place SMD machine, where we still need visual camera to look in top view where position elements on PCB, so just by changing tool from vaccum pump to UV diode (protected mechanicaly when not used from emiting any UV whatever electronics do), could be really nice thing.
- Unless the  alignment happens to be perfect: Ever seen what happens to a laser tube if it gets its own reflected beam back in, in phase?  >:D
http://www.liteplacer.com - The Low Cost DIY Pick and Place Machine
 

Offline Chris Jones

  • Regular Contributor
  • *
  • Posts: 95
  • Country: au
Re: Make PCBs with a Plotter
« Reply #23 on: March 01, 2015, 03:02:38 pm »
Here is another way of using a laser to directly write on the photoresist:

 

Offline eneuro

  • Super Contributor
  • ***
  • Posts: 1528
  • Country: 00
Re: Make PCBs with a Plotter
« Reply #24 on: March 01, 2015, 03:23:14 pm »
Inexperienced people can and will watch the videos, and poorly duplicate what they see. .
Do you have in 230VAC mains wall socket such warning messages, too?  :-DD
Nobody puts any metal parts into this socket-because everybody knows it could kill you.
if you make something for your own use and make it difficult to switch on by accident, label with danger laser logo marks, than everybody knows that we have to be carefull and look into user manual if we are not familar with such device.
There are many things that are dangers in everyday life, but if someone is not stupid, has a very big chance to survive...

BTW: Many people do not duplicate ideas published on youtube , but make it much better than shown in those videos, while has good understanding of physics  ???
12oV4dWZCAia7vXBzQzBF9wAt1U3JWZkpk
“Let the future tell the truth, and evaluate each one according to his work and accomplishments. The present is theirs; the future, for which I have really worked, is mine”  - Nikola Tesla
-||-|-
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf