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
    About the element14 Community
  • 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
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • 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) Added Generic Commands to 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
  • Replies 8 replies
  • Subscribers 190 subscribers
  • Views 681 views
  • Users 0 members are here
Related

Added Generic Commands to CAM Processor

e14 Contributor
e14 Contributor over 15 years ago

One final improvement to the CAM processor.  It would be great to have a

"command" device where you could specify an EAGLE command to run, like

running a ULP.  If this was strictly a "ULP" command that would be OK too.

 

Doing this would allow for auto-generation of BOM and x-y data when the CAM

file is processed.  This would help ensure those files match the PCB gerber

files since they are all created at the same point in time.

 

With all these changes the CAM processor would really become "Export

Manager" or something like that.

 

Cheers,

 

James.

--

James Morrison  ~~~  Stratford Digital

 

Specializing in CadSoft EAGLE

  • Online Sales to North America

  • Electronic Design Services

  • EAGLE Enterprise Toolkit

--

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

 

  • Sign in to reply
  • Cancel
Parents
  • e14 Contributor
    e14 Contributor over 15 years ago

    James Morrison wrote on Thu, 11 November 2010 11:10

    With all these changes the CAM processor would really become "Export

    Manager" or something like that.

     

     

    One other use of this is would be to run a script to delete those really

    annoying .gpi files that are created for the gerbers.  They confuse board

    houses when you send them and they have no use that I've ever seen.  So I

    always just delete them.  But it's an unnecessary step that I should be

    able to get EAGLE to do somehow.   A cleanup script to run as the last

    section of a CAM job would be a good place to do it.

     

    James.

    --

    James Morrison  ~~~  Stratford Digital

     

    Specializing in CadSoft EAGLE

    • Online Sales to North America

    • Electronic Design Services

    • EAGLE Enterprise Toolkit

    --

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

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • dukepro
    dukepro over 13 years ago in reply to e14 Contributor

    On 11/12/2010 08:28 AM, James Morrison wrote:

    James Morrison wrote on Thu, 11 November 2010 11:10

    >> With all these changes the CAM processor would really become "Export

    >> Manager" or something like that.

    >

    One other use of this is would be to run a script to delete those really

    annoying .gpi files that are created for the gerbers.  They confuse board

    houses when you send them and they have no use that I've ever seen.  So I

    always just delete them.  But it's an unnecessary step that I should be

    able to get EAGLE to do somehow.   A cleanup script to run as the last

    section of a CAM job would be a good place to do it.

     

    James.

     

    James,

     

    This is an excellent suggestion.  Two additional sections could be added

    to the cam file - one for PRE-CAM actions, and one for POST-CAM actions.

     

       

        Description="..."

        Section=camprep

        Section=TopScreen

        ...

        Section=Drill

        Section=campost

     

       

        ULP="drillcfg.ulp"

        ULP="genxydata.ulp"

        ...

     

       

        ULP="cam-wrapup.ulp"

        ULP="/usr/local/lib/my-cam-stuff.ulp"

     

    We're all familiar with drillcfg.ulp, but it could be modified to

    automatically save without mods in inches.  "cam-wrapup.ulp" can launch

    a shell to run a shell script.  It could also produce the x-y data,

    clean up the .gpi files, and zip everything together to send to the fab

    house.

     

    The CAM processor would recognize the exit status of the ULP.  If

    non-zero, stop the job.

     

    The capabilities are interesting with an added feature like this.

     

     

    Attachments:
    7457.att1.html.zip
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • dukepro
    dukepro over 13 years ago in reply to e14 Contributor

    On 11/12/2010 08:28 AM, James Morrison wrote:

    James Morrison wrote on Thu, 11 November 2010 11:10

    >> With all these changes the CAM processor would really become "Export

    >> Manager" or something like that.

    >

    One other use of this is would be to run a script to delete those really

    annoying .gpi files that are created for the gerbers.  They confuse board

    houses when you send them and they have no use that I've ever seen.  So I

    always just delete them.  But it's an unnecessary step that I should be

    able to get EAGLE to do somehow.   A cleanup script to run as the last

    section of a CAM job would be a good place to do it.

     

    James.

     

    James,

     

    This is an excellent suggestion.  Two additional sections could be added

    to the cam file - one for PRE-CAM actions, and one for POST-CAM actions.

     

       

        Description="..."

        Section=camprep

        Section=TopScreen

        ...

        Section=Drill

        Section=campost

     

       

        ULP="drillcfg.ulp"

        ULP="genxydata.ulp"

        ...

     

       

        ULP="cam-wrapup.ulp"

        ULP="/usr/local/lib/my-cam-stuff.ulp"

     

    We're all familiar with drillcfg.ulp, but it could be modified to

    automatically save without mods in inches.  "cam-wrapup.ulp" can launch

    a shell to run a shell script.  It could also produce the x-y data,

    clean up the .gpi files, and zip everything together to send to the fab

    house.

     

    The CAM processor would recognize the exit status of the ULP.  If

    non-zero, stop the job.

     

    The capabilities are interesting with an added feature like this.

     

     

    Attachments:
    7457.att1.html.zip
    • 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 © 2026 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.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube