Author Topic: Drill file format  (Read 37191 times)

0 Members and 1 Guest are viewing this topic.

Offline deephavenTopic starter

  • Frequent Contributor
  • **
  • Posts: 796
  • Country: gb
  • Civilization is just one big bootstrap
    • Deephaven Ltd
Drill file format
« on: June 02, 2011, 08:33:32 am »
I've never had a problem with PCB companies interpreting my submitted drill file correctly and producing PCBs with holes in the correct places. Until Now. I thought I would try  iTead Studio and was really pleased with the quality of the boards, how quickly they got delivered to me and the cost. However, I noticed that just two of the holes were the incorrect size. I reported it back to them and they came back and said there was an error in my file. Here is a cut-down version of it's contents:

%
X2876Y-1842T1
X2734Y-1637
X5687Y-1766
X2305Y-1647
X4571Y-3302
X4571Y-2004
X4530Y-3541
X4919Y-3153
X3180Y-3705
X1990Y-3310T2
X1990Y-3110
X1990Y-2910
X1990Y-2710
X1990Y-2510
X2141Y-1173T3
X2014Y-1427
X1887Y-1173
X1760Y-1427
X3904Y-508
M30


The problem is due to the placing of the T1 etc and I can understand what they mean. I had always assumed that it was correct as that is what my CAD programme outputs and it has never been a problem before. Could someone comment on what should be the correct format if this is wrong? I assume T1 should occur before any XY values - and on it's own line?
 

Offline jahonen

  • Super Contributor
  • ***
  • Posts: 1054
  • Country: fi
Re: Drill file format
« Reply #1 on: June 02, 2011, 09:24:16 am »
I think that tool change commands(?) lines should be on their separate lines like you suspect. Also, you seem to have negative coordinates in the drill file, which is thing to avoid also (check alignment with gerber coordinates, although CAM operator can align layers, it is better to ensure this before sending out files). Furthermore, I think it would be also wise to include drill sizes, so the file should probably look something like this:

M48
METRIC,TZ
%
T1C1.02
X192785Y222665
X232915Y222665
X232915Y241335
T2C1.1
X306340Y186000
X306340Y191080
X306340Y188540
T3C2.1
X105200Y113800
X105200Y161000
X105200Y179300

Regards,
Janne
« Last Edit: June 02, 2011, 09:26:03 am by jahonen »
 

Offline deephavenTopic starter

  • Frequent Contributor
  • **
  • Posts: 796
  • Country: gb
  • Civilization is just one big bootstrap
    • Deephaven Ltd
Re: Drill file format
« Reply #2 on: June 02, 2011, 11:44:15 am »
Thanks for the useful comments and example Janne.
 

Offline Rufus

  • Super Contributor
  • ***
  • Posts: 2095
Re: Drill file format
« Reply #3 on: June 02, 2011, 04:24:53 pm »
(Poor) documentation on the Excellon drill file format is here http://www.excellon.com/manuals/program.htm.

Apart from in some repeat commands it doesn't say that new lines or white space are significant or required. It sort of implies that each hole command and tool change will be on a separate line.

I would say that whatever generated that drill file with tool changes tacked on the end of drill lines is poor just from a readability point of view. Whatever read it and apparently ignored parts it didn't understand without complaint is worse.

 
The following users thanked this post: SiliconWizard

Offline Rufus

  • Super Contributor
  • ***
  • Posts: 2095
Re: Drill file format
« Reply #4 on: June 02, 2011, 08:59:33 pm »
In passing I spoke to someone more knowledgeable about this and drill files with tool changes on the end of a line are in Sieb Meyer format.

The file starting with a %%1000 or %%3000 is also an indication of Sieb Meyer format.

In Sieb Meyer tool changes are always on the end of a line and apply to the hole on that line and subsequent holes.

In Excellon it is debatable if a tool change on the end of a line is valid at all. It seems iTead accepted it or mistakenly corrected it and applied it to subsequent holes.

Sieb Meyer is much less common than Excellon, surprised you have a package that generates it at all, or apparently by default. 


 

Offline deephavenTopic starter

  • Frequent Contributor
  • **
  • Posts: 796
  • Country: gb
  • Civilization is just one big bootstrap
    • Deephaven Ltd
Re: Drill file format
« Reply #5 on: June 02, 2011, 09:09:21 pm »
In passing I spoke to someone more knowledgeable about this and drill files with tool changes on the end of a line are in Sieb Meyer format.

The file starting with a %%1000 or %%3000 is also an indication of Sieb Meyer format.

In Sieb Meyer tool changes are always on the end of a line and apply to the hole on that line and subsequent holes.

In Excellon it is debatable if a tool change on the end of a line is valid at all. It seems iTead accepted it or mistakenly corrected it and applied it to subsequent holes.

Sieb Meyer is much less common than Excellon, surprised you have a package that generates it at all, or apparently by default. 


Thanks for the info, Rufus. I use a German CAD package which may explain why it defaults to Sieb Meyer, well it sounds German! It's never been an issue before, so it's not something I've looked into before. I can set the output to Excellon format, however, when I try to load it into GCPrevue, the scale is wrong. I played around with the number of significant digits and inches/mm but can't get it to load with the same scale as the Gerber files. I must admit to working in the dark a bit and I need to read up more on the significance of the settings. I can manually edit the Sieb Meyer file, but it would be nice to come up with a solution which is inherently right.
 

Offline Rufus

  • Super Contributor
  • ***
  • Posts: 2095
Re: Drill file format
« Reply #6 on: June 03, 2011, 12:08:44 am »
Thanks for the info, Rufus. I use a German CAD package which may explain why it defaults to Sieb Meyer, well it sounds German! It's never been an issue before

I guess whoever did your boards before recognised it as Sieb Meyer and either worked with it or converted it correctly.

It is strange the formats are similar enough to be confusing, they diverge more when it comes to routing commands.
 

Offline C_Ehlen9999

  • Newbie
  • Posts: 1
  • Country: gb
Re: Drill file format
« Reply #7 on: July 25, 2023, 10:17:26 am »
Hi Deephaven,

Sorry to revisit this after 12 years, but as it happens I require software that exports in Sieb & Meyer format for our CNC. As Rufus suggested, it's very difficult to come by such a software. Could you please let me know which software it is that you were using then?

Many thanks,
Chris
 

Offline Feynman

  • Regular Contributor
  • *
  • Posts: 192
  • Country: ch
Re: Drill file format
« Reply #8 on: July 26, 2023, 04:08:50 pm »
Hi Deephaven,

Sorry to revisit this after 12 years, but as it happens I require software that exports in Sieb & Meyer format for our CNC. As Rufus suggested, it's very difficult to come by such a software. Could you please let me know which software it is that you were using then?

Many thanks,
Chris
EAGLE would be my guess.
 
The following users thanked this post: C_Ehlen9999

Offline Doctorandus_P

  • Super Contributor
  • ***
  • Posts: 3342
  • Country: nl
Re: Drill file format
« Reply #9 on: September 11, 2023, 10:07:18 am »
Hi Deephaven,

Sorry to revisit this after 12 years, but as it happens I require software that exports in Sieb & Meyer format for our CNC.

My first thought was to replace the (very likely obsolete) controller of your CNC machine. You can for example use LinuxCNC.

Second thought is to either get a file converter or write it yourself. It's quite simple text manipulation.
« Last Edit: September 16, 2023, 11:35:24 am by Doctorandus_P »
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf