Previous in Forum: Energy Saving   Next in Forum: Blade design for optimum mixing of compounds
Close
Close
Close
4 comments
Rate Comments: Nested
Member

Join Date: Apr 2008
Posts: 5

CAM Program for Hitachi Laser Drilling Machine on PCB

04/04/2008 6:20 AM

Dear CR4 members

We have an Hitachi laser drilling equipment to process Printed circuit boards.

Starting from the excellon file, I need to find a solution to optimize machine program.

Currently we are obliged to describe the tool path (laser beam) point by point. This is not acceptable when the routing profile is complex.

In the past I had an ESI laser drilling, and had different softwares (SmartCAM) to generate optimized laser beam path from the excellon.

Do you have equivalent solutions to pilot such an Hitachi machine ? I have heard about a WSG something...

Register to Reply
Interested in this topic? By joining CR4 you can "subscribe" to
this discussion and receive notification when new comments are added.
Guru
Popular Science - Biology - New Member Hobbies - Musician - New Member APIX Pilot Plant Design Project - Member - New Member Hobbies - CNC - New Member Fans of Old Computers - ZX-81 - New Member

Join Date: Jan 2007
Location: Centurion, South Africa
Posts: 3921
Good Answers: 97
#1

Re: CAM Program for Hitachi Laser Drilling Machine on PCB

04/05/2008 1:23 AM

Hi Flech

I am a DEM (Do Everything My selves) fan and create my own optimizations and even tool paths.

With Pascal and now Delphi (or anything) I calculate, sort and produces a tool path which can be dumped or drip fed into the machine.

Here is a basic idea:

First I select a starting point - typically x0,y0 == Xc=0 Yc=0

then select the closest hole to the current one.

set Dn (distance near) = max.

for all remaining points

Di = Distance i = squrt ( (Xi-Xc)² + (Yi-Yc) ) then

compare for closest with Dn and save closest i into C and

Di into Dn

the final i is then taken as the next point in the tool path and marked as used or removed.

The process is then completed for all the points.

Result is a reasonable optimization but it can be improved.

For example if a centre point of a DIP is chosen first there are 2 points at equal distance available and choosing the other one may be better.

Does the Hitachi use G code ?

Are all the holes the same?

__________________
Never do today what you can put of until tomorrow - Student motto
Register to Reply
Member

Join Date: Apr 2008
Posts: 5
#2
In reply to #1

Re: CAM Program for Hitachi Laser Drilling Machine on PCB

04/07/2008 11:56 AM

Hi Hendrik

Thank you very much for your comments.

In fact our laser equipment is drilling different size of holes and is also capable of routing. We just do not master properly the program sequence I believe. For instance, when we have to route a part (cut the edge), we have to programme point by point instead of drawing a line in any CAD system (AUTOCAD or other).

I do not know if it uses G code. I'll ask Hitachi support about this.

The missing link for us is normally a software between a CAD system and a CAM system. I remember some softs in the past called CAMCAD connexion. It works something like you describe. But I do not intend to write the program by myself (I am sure it exists over the planet)

Thanks you again,

Register to Reply
Guru
Popular Science - Biology - New Member Hobbies - Musician - New Member APIX Pilot Plant Design Project - Member - New Member Hobbies - CNC - New Member Fans of Old Computers - ZX-81 - New Member

Join Date: Jan 2007
Location: Centurion, South Africa
Posts: 3921
Good Answers: 97
#3
In reply to #2

Re: CAM Program for Hitachi Laser Drilling Machine on PCB

04/07/2008 3:59 PM

Hi Flech

Have a look at Master-Cam for example. It does the drawing and output a tool path. One can run a post processor in it to suit your machine.

__________________
Never do today what you can put of until tomorrow - Student motto
Register to Reply
Anonymous Poster
#4

Re: CAM Program for Hitachi Laser Drilling Machine on PCB

04/08/2008 9:31 PM

ok i found a cool program

Circuit Wizard

http://www.new-wave-concepts.com/

Register to Reply
Register to Reply 4 comments
Copy to Clipboard

Users who posted comments:

Anonymous Poster (1); Flech (1); Hendrik (2)

Previous in Forum: Energy Saving   Next in Forum: Blade design for optimum mixing of compounds

Advertisement