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
  • 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
Forum How to view Gerber file after exporting by using CAM Processor?
  • 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 8 replies
  • Answers 1 answer
  • Subscribers 173 subscribers
  • Views 3180 views
  • Users 0 members are here
  • eagle
  • cam_processor
  • ulps
Related

How to view Gerber file after exporting by using CAM Processor?

Oliver
Oliver over 15 years ago

How to view Gerber file after exporting by using CAM Processor?

 

When i finish PCB Layout and export gerber files by loading gerber.cam ULPs and processing CAM job, I want to know whether the gerber file is correct or not. But i can not preview the file with Eagle software or CAM Processor.

 

Or, I have to install CAM350 to view gerber file?

 

In other way, if i want to print gerber file into PDF format, how to do it?

  • Sign in to reply
  • Cancel
  • Richard_H
    0 Richard_H over 15 years ago

    Hello,

     

    EAGLE can't display Gerber data. You have to use a Gerber viewer for that. There are several tools available (the viewers are for free) in the web: Commonly used:

     

    Windows Gerber-Viewer:

     

    GCPrevue --  Graphicode   http://www.graphicode.com

    GerbTool --  WISE Software  http://www.wssi.com/

    Viewmate  --Pentalogix  http://www.pentalogix.com/

     

    Linux:

    gerbv  http://gerbv.sourceforge.net/

     

    Why do you want to make PDF of Gerber? Why not directly from the Layout Editor?

     

    Regards,

    Richard

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Reject Answer
    • Cancel
  • Oliver
    0 Oliver over 15 years ago in reply to Richard_H

    Hi, Richard:

     

    Thanks for your clarification.

     

    When I delivery documentation ( for example: start guide or engineering document of this solution), i have to print silkscreen side (both component and solder side), solder mask and solder stop mask into PDF. Sometimes, I have to print silkscreen side with pads and vias to review PCB file(to check whether the silkscreen covers pads, or hole of the vias)

     

    best regards;

     

    Oliver Zhang

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 15 years ago in reply to Richard_H

    There are also online (web based) viewers available, if you aren't in a situation when installing new tools is an option (or just like the simplicity of using a website).  I've created one myself (no advertising, no registration, free):

     

    http://www.circuitpeople.com

     

    But to be fair, there is at least one other:

     

    http://www.gerber-viewer.com/ (advertising, but no registration)

     

    I've also written a little "tutorial" covering the "what and why" of gerber files, which might be useful: What is a Gerber File?

     

    I hope this is useful!

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • huayuliang
    0 huayuliang over 15 years ago

    I like Viewmate  --Pentalogix  http://www.pentalogix.com/

     

    it has a nice function Smart DFM.

     

    I have another question:

    people who provid cam process file of eagle all like use difference extension name for the generated file,
    of cause, I can use thes extension name and write a document for thess file to explain them, but Is there a standard formulate by EAGLE CAD?

     

    It seems a little orderless.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 15 years ago in reply to huayuliang

    No, EAGLE doesn't enforce a naming policy on gerber output (though defaults are there). From a manufacturer's point of view, having different extension names is useful since it helps them automatically identify the purpose of each file (top silk, top copper, etc.).  From a software developer's (and many users) point of view, all gerber files should have the same extension so they can be mapped to programs, mime-types, etc.

     

    There isn't a great answer to this as long as you're using "naked" (i.e. not combined into some other format) gerber files from a naive CAD system like EAGLE.  EAGLE *could* be tagging the gerbers with layer names (%LN...*% in gerber parlance) to communicate intended use, but it doesn't.  It could also be using gerber comments (G04 ...*) to add helpful information, but doesn't.  Part of the reason is may be that EAGLE doesn't really enforce rules to keep the "right" kind of objects on the "right" layer.

     

    I'm not picking on EAGLE here.  The same is true for almost every CAD system (even far more expensive ones, as well as open source alternatives) -- they simply don't help you out much when it comes to getting the PCBs made.  The exception(s) to this rule are proprietary tools that fabricators supply, since the fabricators have a vested interest in making getting PCBs made easy.  The flip side being that is the fabricator does have the capability to build your PCBs, then you'll need to be able to take the design elsewhere.  As far as I'm aware, all the proprietary tools allow you to get Gerber files for a small cost (small being relative, of course -- mostly it seems to be less than $100).

     

    Unfortunately gerber is very awkward, yet inescapable because of its very wide support.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • huayuliang
    0 huayuliang over 15 years ago in reply to Former Member
    Thank you for your reply, it seems I can only accept this fact.
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Richard_H
    0 Richard_H over 15 years ago in reply to Former Member

    There isn't a great answer to this as long as you're using "naked" (i.e. not combined into some other format) gerber files from a naive CAD system like EAGLE.  EAGLE *could* be tagging the gerbers with layer names (%LN...*% in gerber parlance) to communicate intended use, but it doesn't.

     

    We distinguish the Gerber files by their extension. These names are well known at least here in Germany. All board manufacturers are used to them.

    But of course you are able to set a  CAM job that meets your expectations. Feel free to use a file name that is okay with your board manufacturer. Once set up a CAM job you can use it for all your projects.

     

    BR

    Richard

     


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

    There is another Gerber Viewer called DFM Now! That you might want to consider...

     

    www.dfmnow.com

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