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 & Tria 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 Chat (English) New to Eagle- "No Device Specified"
  • 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
  • State Verified Answer
  • Replies 11 replies
  • Answers 2 answers
  • Subscribers 180 subscribers
  • Views 1340 views
  • Users 0 members are here
Related

New to Eagle- "No Device Specified"

japper
japper over 13 years ago

Hi,

I am new to Eagle 6.3 and have board layed out and all errors have been fixed.

 

I am trying to make some Gerber files but need a little help....

 

With the board layout open, I click on the CAM icon and I enter a name and path for my file in the file box and then click process Job

but I must be missing something because I get an error rmessage that tells me "No Device Specified"

 

What am I missing or doing wrong?

 

thanks

  • Sign in to reply
  • Cancel
Parents
  • japper
    0 japper over 13 years ago

    Thanks Chuck. I will look over this ini file and learn from it.

     

    Almost there... I did point update the Cam file to point to the .drl file I saved

    from the drillcfg but when processin the job I get the  the following message:

     

    DRILLS MISSING - NO DRILL FILE HAS BEEN PRODUCED!

     

    Is this OK?

     

    Also, what sections did you comment out of the cam file?

     

    I appreciate your expert help!

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • dukepro
    0 dukepro over 13 years ago in reply to japper

    On 11/30/2012 03:52 PM, japper wrote:

    Thanks Chuck. I will look over this ini file and learn from it.

     

    Almost there... I did point update the Cam file to point to  the .drl file I saved

    from the drillcfg but when processin the job I get the  the following message:

     

    DRILLS MISSING - NO DRILL FILE HAS BEEN PRODUCED!

     

    Is this OK?

     

    From your board editor, click Options->Set->Drill->Set.  This sets the

    list of drills to use in your design to the sizes that are actually

    present in the board.  Then run the CAM processor again.

     

    Be advised that some of your vias may be in metric.  If you get any

    drill sizes that are fractions of a mil, these need to be changed to an

    even mil size.

     

    The attached ULP, fixdrills.ulp, will round every via to the nearest

    mil.  After running it, set your drill list again (see above), and run

    the CAM processor.

     

    Also, what sections did you comment out of the cam file?

     

    It was for the two inner layers.  The file I provided earlier was for a

    4-layer board.  To avoid confusion, I just commented out the two inner

    layers, but left their respective sections in tact further on down the

    file.  Look in the top of the file in the "[CAM Processor Job]" section.

    You'll see two sections that are commented out with a leading hash mark.

     

       

        Description="

    Your Job Description Here

    \nThis CAM job
    consists of twelve sections that generate data for a four layer board.

     

    \n"

        Section=NonPTHoles

        Section=Drill

        Section=TopScreen

        Section=TopPaste

        Section=TopCu

        Section=TopMask

        Section=BotScreen

        Section=BotPaste

        Section=BotCu

        Section=BotMask

        #Section=Inner2

        #Section=Inner15

     

    I also left the NonPTHoles in place as an example.  On some boards, we

    have to have certain holes non-plated.  This adds to the cost of the

    board since an extra drilling process may be required after the

    plate-through process, but in some cases it is necessary.  This section

    tells the board house which holes should NOT be plated.  Depending on

    the size of the hole, this may be combined with the milling step where

    each board is being cut out of a much larger panel.  Because I am not

    intimetly familiar with the criteria, I leave that decision to them,

    just as long as I get the desired results.

     

    For a garden-variety 2-layer board, you can most likely comment out or

    delete the NonPTHoles section.

     

    You should probably also change the job description to something more

    suitable to your project.

     

     

    I appreciate your expert help!

     

     

    Glad to be of assistance.

     

    Best regards,

        - Chuck

     

     

    Attachments:
    fixdrills.ulp.zip
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Reject Answer
    • Cancel
  • Former Member
    0 Former Member over 12 years ago in reply to dukepro

    On 11/30/2012 5:15 PM, Chuck Huber wrote:

     

     

    The attached ULP, fixdrills.ulp, will round every via to the nearest

    mil.  After running it, set your drill list again (see above), and run

    the CAM processor.

     

     

    Hi Chuck,

     

    Any chance you would willing to upload that ULP to www.cadsoftusa.com.

    This is a very handy ULP and I'm sure many EAGLE users would find it

    helpful.

     

    Thanks.

     

    Jorge Garcia

    Cadsoft Support

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • Former Member
    0 Former Member over 12 years ago in reply to dukepro

    On 11/30/2012 5:15 PM, Chuck Huber wrote:

     

     

    The attached ULP, fixdrills.ulp, will round every via to the nearest

    mil.  After running it, set your drill list again (see above), and run

    the CAM processor.

     

     

    Hi Chuck,

     

    Any chance you would willing to upload that ULP to www.cadsoftusa.com.

    This is a very handy ULP and I'm sure many EAGLE users would find it

    helpful.

     

    Thanks.

     

    Jorge Garcia

    Cadsoft Support

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • 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