element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Autodesk EAGLE
  • Products
  • More
Autodesk EAGLE
EAGLE User Support (English) drill files, viewmate
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Autodesk EAGLE to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 3 replies
  • Subscribers 177 subscribers
  • Views 1481 views
  • Users 0 members are here
Related

drill files, viewmate

Former Member
Former Member over 14 years ago

I'm trying to generate a CAM output and preview it before submitting to PCB

manufacturer. I read the recommended Al Williams book.

 

I'm using ViewMate to preview the files.

 

All the layers are OK, except the drills.

 

I found this topic that seems to solve the issue (haven't tried):

http://www.eaglecentral.ca/forums/index.php?t=msg&goto=17274&S=a61937e116c7338a6f333b00d2f75ac6

It seems that the problem are the leading zeros that ViewMate needs.

 

But I'm confused, the point of previewing the files is to ensure that the

manufacturer will understand them. Maybe if I change the .def file the

manufacturer will have problems ?

 

So my questions are:

 

What format should I use to generate/preview the drills to avoid problems ?

 

 

Could you please point me to a tutorial about excellon files ?

--

Web access to CadSoft support forums at www.eaglecentral.ca.  Where the CadSoft EAGLE community meets.

 

  • Sign in to reply
  • Cancel
Parents
  • Richard_H
    Richard_H over 14 years ago

    Am 03.05.2011 10:06, schrieb frikosal:

    I'm trying to generate a CAM output and preview it before submitting to PCB

    manufacturer. I read the recommended Al Williams book.

     

    I'm using ViewMate to preview the files.

     

    All the layers are OK, except the drills.

     

    I found this topic that seems to solve the issue (haven't tried):

    http://www.eaglecentral.ca/forums/index.php?t=msg&goto=17274&S=a61937e116c7338a6f333b00d2f75ac6

    It seems that the problem are the leading zeros that ViewMate needs.

     

    But I'm confused, the point of previewing the files is to ensure that the

    manufacturer will understand them. Maybe if I change the .def file the

    manufacturer will have problems ?

     

    So my questions are:

     

    What format should I use to generate/preview the drills to avoid problems ?

     

    >

    Could you please point me to a tutorial about excellon files ?

     

     

    Usually the EXCELLON device is readable by all manufacturers.

    You could add a further EXCELLON device as mentioned in the

    message you linked to so that it fits to Viewmate.

     

    I'ld recommend to use the following definition for EXCELLON. It has

    a better init sequence that should work with all viewers and

    manufacturers. Simply try it with Viewmate as well.......

     

     

     

    Type     = DrillStation

    Long     = "Excellon drill station"

    Init     = "M48\nINCH,LZ,00.0000\n"

    Reset    = "M30\n"

    ResX     = 10000

    ResY     = 10000

    ;Rack     = ""

    DrillSize  = "%sC%0.4f\n"        ; (Tool code, tool size)

    AutoDrill  = "T%02d"             ; (Tool number)

    FirstDrill = 1

    BeginData  = "%%\nM72\nG90\n"

    Units    = Inch

    Select   = "%s\n"                ; (Drill code)

    Drill    = "X%1.0fY%1.0f\n"      ; (x, y)

    Info     = "Drill File Info:\n"\

                "\n"\

                " Data Mode         : Absolute\n"\

                " Units             : 1/10000 Inch\n"\

                "\n"

     

     

     

     

     

     

    --

    Mit freundlichen Gruessen / Best regards

    Richard Hammerl

      CadSoft Support -- hotline@cadsoft.de

      FAQ: http://www.cadsoft.de/faq.htm

     

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • Richard_H
    Richard_H over 14 years ago

    Am 03.05.2011 10:06, schrieb frikosal:

    I'm trying to generate a CAM output and preview it before submitting to PCB

    manufacturer. I read the recommended Al Williams book.

     

    I'm using ViewMate to preview the files.

     

    All the layers are OK, except the drills.

     

    I found this topic that seems to solve the issue (haven't tried):

    http://www.eaglecentral.ca/forums/index.php?t=msg&goto=17274&S=a61937e116c7338a6f333b00d2f75ac6

    It seems that the problem are the leading zeros that ViewMate needs.

     

    But I'm confused, the point of previewing the files is to ensure that the

    manufacturer will understand them. Maybe if I change the .def file the

    manufacturer will have problems ?

     

    So my questions are:

     

    What format should I use to generate/preview the drills to avoid problems ?

     

    >

    Could you please point me to a tutorial about excellon files ?

     

     

    Usually the EXCELLON device is readable by all manufacturers.

    You could add a further EXCELLON device as mentioned in the

    message you linked to so that it fits to Viewmate.

     

    I'ld recommend to use the following definition for EXCELLON. It has

    a better init sequence that should work with all viewers and

    manufacturers. Simply try it with Viewmate as well.......

     

     

     

    Type     = DrillStation

    Long     = "Excellon drill station"

    Init     = "M48\nINCH,LZ,00.0000\n"

    Reset    = "M30\n"

    ResX     = 10000

    ResY     = 10000

    ;Rack     = ""

    DrillSize  = "%sC%0.4f\n"        ; (Tool code, tool size)

    AutoDrill  = "T%02d"             ; (Tool number)

    FirstDrill = 1

    BeginData  = "%%\nM72\nG90\n"

    Units    = Inch

    Select   = "%s\n"                ; (Drill code)

    Drill    = "X%1.0fY%1.0f\n"      ; (x, y)

    Info     = "Drill File Info:\n"\

                "\n"\

                " Data Mode         : Absolute\n"\

                " Units             : 1/10000 Inch\n"\

                "\n"

     

     

     

     

     

     

    --

    Mit freundlichen Gruessen / Best regards

    Richard Hammerl

      CadSoft Support -- hotline@cadsoft.de

      FAQ: http://www.cadsoft.de/faq.htm

     

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube