Forum Home | RFQwork | CNCauction | 3dxhobbies |Welderzone | Share Files | Site Map | Links |

CNCzone.com-The Largest Machinist Community on the net!


Welcome to the CNCzone.com-The Largest Machinist Community on the net! forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Home Page Today's Posts My Replies Classifieds Reviews Photo Gallery Web Links Share Files Mark Forums Read Advertise With Us Ad List
Go Back   CNCzone.com-The Largest Machinist Community on the net! > Machine Controllers Software and Solutions > General CNC (Mill and Lathe) Control Software (NC)

Notices

General CNC (Mill and Lathe) Control Software (NC) General Discussion of CNC (Mill and Lathe) control software here!


Reply
 
Thread Tools Display Modes
  #1   Ban this user!
Old 11-26-2004, 02:03 PM
drk drk is offline
 
Join Date: Oct 2004
Location: india
Posts: 73
drk is on a distinguished road
Excellon Retrofit

Hi ,

I plan to retrofit my 3 spindle excellon pcb drilling machine with a new controller. Because I have used pcb drilling and routing machines for some years now, I am kinda stuckup with the industry standard Excellon Drill files which are generated diretcly from sophisticated softwares like OrCAD and Protel. I am a a complete tyro with G code, dont know head or tale of it.

I am looking for some guidance in selecing a software controller which can take excellon drill files and provide reasonably good speed control for the three motors, control coolant flow, vacuum on/off etc....

I have electrocraft motors on the machine which I have already been able to run with my gecko 340s.

Spindles can be run with a three phase variable freq. drive from danfoss or refu.

Thanks
Reply With Quote

  #2  
Old 11-26-2004, 02:39 PM
Al_The_Man's Avatar
Al_The_Man Al_The_Man is offline
Community Moderator
 
Join Date: Dec 2003
Location: Canada
Posts: 10,424
Al_The_Man is on a distinguished road
How about Gerber files from Orcad etc, are they more like G code in nature?
Looking at this link,http://www.pcbmilling.com/Examples%2...ta%20Files.htm excellon looks like it uses standard G code, most of the commands are standard, except things like C for circular aperture (drill hole).
Al
Edited
__________________
"Imagination is more important than knowledge."
Albert E.
(Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)
Reply With Quote

  #3   Ban this user!
Old 11-26-2004, 02:50 PM
drk drk is offline
 
Join Date: Oct 2004
Location: india
Posts: 73
drk is on a distinguished road
Hi Al,
Gereber is more like the interface between a pcb designer on PCB CAM software with high end design tools and the PCB manufacturer using CAM like Gerbtool or CAM350 for PCBs, it contails the layout and tracks and holes and layers.... but nothing like G-code or anything like that. But you can generate a DXF, HPGL and other standard files from the CAM software
Reply With Quote

  #4   Ban this user!
Old 11-26-2004, 02:56 PM
drk drk is offline
 
Join Date: Oct 2004
Location: india
Posts: 73
drk is on a distinguished road
Correction, the PCB designer uses PCB CAD.

Have checked the website you mentioned.
PCB milling is more for those who want fast sample to be made in house for "R&D" work etc.. and cant wait for proper ones to be made.

As for the G-code and excellon file similarity, well they are certainly not interchangable.

The way I look at it, the excellon file is much easier to understand cause
a. It contains and deals only with 2d work
b. It simply has the x and y hole cords. the z is usually set to move a fixed distance on every hole
c. The parameter " C " is nothing but an information regarding the tool's diameter. Usually it is a part of the decleration regarding the rpm the tool has to be run at and the travel speed of the spindle with that too loaded.

Last edited by drk; 11-26-2004 at 03:23 PM.
Reply With Quote

  #5  
Old 11-26-2004, 04:09 PM
Al_The_Man's Avatar
Al_The_Man Al_The_Man is offline
Community Moderator
 
Join Date: Dec 2003
Location: Canada
Posts: 10,424
Al_The_Man is on a distinguished road
I guess what I was getting at is the Excellon file example in the link look very similar to G code mill/drilling, the M codes on a CNC machine are usually custom written by the machine tool builder/retrofitter anyway. So if you retrofitted a machine you would have to customize the M code to do whatever was required by that M code. The other aspects such as the C command is similar to calling a (T) tool change, and the tool offsets can be loaded at the same time, programs like Camsoft would probabally allow you to write the code required to simulate all the excellon style codes, both M & C etc.
positioning is the same for both, just specify the X & Y coordinates.
I have not seen retrofit software per-se that is aimed specifically for the PCB market.
If you wanted to persue the Camsoft route, they would probabally be able to give you some insight as to the possibilities, they might already have a customer that has done this already.
Al
__________________
"Imagination is more important than knowledge."
Albert E.
(Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)
Reply With Quote

Sponsored Links
  #6  
Old 11-26-2004, 05:44 PM
HuFlungDung's Avatar
HuFlungDung HuFlungDung is offline
Moderator
 
Join Date: Mar 2003
Location: Canada
Posts: 4,446
HuFlungDung is on a distinguished road
Drk,
Do those sophistcated design programs only output one type of file? If you switch to a standard cnc controller, perhaps you can simply use a different post to output standard gcode instead of "Excellon code".

I'm pretty sure that Al is right about the Camsoft interface being customizable to accept whatever you'd want to use for machine code.
__________________
First you get good, then you get fast. Then grouchiness sets in.

(Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)
Reply With Quote

  #7   Ban this user!
Old 11-27-2004, 02:14 AM
drk drk is offline
 
Join Date: Oct 2004
Location: india
Posts: 73
drk is on a distinguished road
Thanks guys,

Al: for the customisation, there actually is very little to do, its mostly go to the X-Y cord. in the list and the drill a hole, newayz there is little I know of in the G-Code world. I have a lot to learn.
for eg. I just learnt that DeskCNC and Desk PCB convert excellon( industry standard) to G-Code( global standard), im gonna find out more about that.
Got in touch with camsoft also, they confirm the use of excellon files on their controller package which costs $ 3000.
So how is camsoft different from Kellyware or Deskcnc or Turbocnc etc... which cost a fraction.

HU,
well the software allows me to export data in many froms including HPGL, DXF and Postscript.

Last edited by drk; 11-27-2004 at 04:11 AM.
Reply With Quote

  #8  
Old 11-27-2004, 07:07 AM
HillBilly HillBilly is offline
Gold Member
 
Join Date: Sep 2003
Location: USA
Posts: 514
HillBilly is on a distinguished road
At that price I can see how expectations would be higher for that product!

Darek
Reply With Quote

Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Bridgeport Boss Retrofit help moto21 Bridgeport and Hardinge Mills 7 06-09-2005 11:32 PM
DRO equipped Mill retrofit Paraprop Vertical Mill, Lathe Project Log 14 02-15-2005 11:05 AM
Low cost machining centre retrofit motordude General Metal Working Machines 2 01-07-2005 02:32 AM
Choosing a Power Supply for Retrofit? pfeist General Metal Working Machines 4 05-23-2004 11:36 PM
Excellon and Gerber tweaking Rhodan General CAM Discussion 1 04-25-2004 08:49 PM




All times are GMT -5. The time now is 07:09 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.