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
EAGLE Support (Deutsch) Gerber Daten zerren
  • 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 5 replies
  • Subscribers 171 subscribers
  • Views 587 views
  • Users 0 members are here
Related

Gerber Daten zerren

autodeskguest
autodeskguest over 10 years ago

Hallo zusammen,

 

gibt es eine Möglichkeit Gerber Daten gezerrt auszugeben?

 

Ich möchte den Top-Layer 1:1 ausgeben und Lotstopp sowie Lotpaste in einer

Achse (ggf. auch in beiden Achsen) mit 1:1,00048 zum tatsächlichen

Datensatz ausgeben. Dies wird für unsere Fertigung leider so benötigt.

 

Grüße

 

Tom

--

Browser-Zugang zu den CadSoft-Support-Foren auf http://www.eaglecentral.ca

 

  • Sign in to reply
  • Cancel
  • autodeskguest
    autodeskguest over 10 years ago

    Am 13.01.2015 um 14:06 schrieb TomTom:

     

    gibt es eine Möglichkeit Gerber Daten gezerrt auszugeben?

     

    Ich möchte den Top-Layer 1:1 ausgeben und Lotstopp sowie Lotpaste in einer

    Achse (ggf. auch in beiden Achsen) mit 1:1,00048 zum tatsächlichen

    Datensatz ausgeben. Dies wird für unsere Fertigung leider so benötigt.

     

     

    Hallo Tom,

     

    leg dir in der eagle.def drei neue Devices an. In jedem Device

    inkludierst du dein standard Gerberdevice. Dann kopierst du die Einträge

    Long und Init von deinem standard Gerberdevice und passt sie an. Der für

    dich entscheidende Parameter heisst SFA1.0B1.0

     

     

     

    @AS_RS274X

    Long      = "Gerber RS-274-X , LAX33Y33/MM (nsm) A-Skaliert"

    Init      = "G04 A-Achse skaliert!*\n" \

                 "%%FSLAX33Y33*%%\n" \

                 "%%MOMM*%%\n"       \

                 "%%LPD*%%\n"        \

                 "%%SFA1.00048B1.0*%%\n" \ Skalierung!

     

    @AS_RS274X

    Long      = "Gerber RS-274-X , LAX33Y33/MM (nsm) B-Skaliert"

    Init      = "G04 B-Achse skaliert!*\n" \

                 "%%FSLAX33Y33*%%\n" \

                 "%%MOMM*%%\n"       \

                 "%%LPD*%%\n"        \

                 "%%SFA1.0B1.00048*%%\n" \ Skalierung!

     

    @AS_RS274X

    Long      = "Gerber RS-274-X , LAX33Y33/MM (nsm) A+B-Skaliert"

    Init      = "G04 A+B-Achse skaliert!*\n" \

                 "%%FSLAX33Y33*%%\n" \

                 "%%MOMM*%%\n"       \

                 "%%LPD*%%\n"        \

                 "%%SFA1.00048B1.00048*%%\n" \ Skalierung!

     

    Gruß

     

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • autodeskguest
    autodeskguest over 10 years ago in reply to autodeskguest

    Hallo Arne,

     

    vielen Dank für die Info. Wir verwenden Version 6.4.0. Da sieht der

    Gerber-Block wie folgt aus:

     

     

    @GERBERAUTO

    Long          = "Gerber RS-274-X photoplotter, coordinate format 2.4 inch"

    Units         = Inch

    Init          = "G75*\n"           \ allow positive and negative

    coordinates

                    "G70*\n"           \ units are Inch (G71 for metric)

                    "%%OFA0B0*%%\n"    \ horizonal and vertical OFfset is 0

                    "%%FSLAX24Y24*%%\n"\ Format Statement is Absolute (I for

    incremental) 2.4

                    "%%IPPOS*%%\n"     \ Image Polarity is POSitive (NEG for

    negative)

                    "%%LPD*%%\n"       \ Layer Polarity Dark (C for clear on

    negative planes)

                    "%%AMOC8\n5,1,8,0,0,1.08239X$1,22.5\n"\ Octagons are

    emulated with a circle (using 8 vertices)

                    "%%\n"            ; and therefore the diameter must be

    enlarged with '1 / cos(pi / 8)'

    Reset         = "M02*\n"

    Circle        = "%%AD%sC,%6.4f*%%\n"        ; (code, diameter)

    Rectangle     = "%%AD%sR,%6.4fX%6.4f*%%\n"  ; (code, dx, dy)

    Oval          = "%%AD%sO,%6.4fX%6.4f*%%\n"  ; (code, dx, dy)

    ; According to the RS-274-X specs there is an aperture macro

    ; primitive that allows us to specify an octagon (i.e. a polygon with

    ; 8 vertices). As some Gerber viewers seem to have problems with that,

    ; we would have to use a round shape for that.

    ; If your Gerber processor cannot handle the polygon primitive you may

    ; uncomment the following line and comment out the line after it:

    ;Octagon       = "%%AD%sC,%6.4f*%%\n"   ; (code, diameter) (looks like

    there is no octagon, so we take a circle)

    Octagon       = "%%AD%sOC8,%6.4f*%%\n" ; (code, diameter)

    AreaBegin     = "G36*\n"

    AreaEnd       = "G37*\n"

     

    Hier finde ich die beschriebenen Zeilen leider nicht.

     

    Muss man dies dann hier einfügen oder wie funktioniert es hier?

     

    Danke schön

     

    Grüße

     

    Tom

    --

    Browser-Zugang zu den CadSoft-Support-Foren auf http://www.eaglecentral.ca

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • autodeskguest
    autodeskguest over 10 years ago in reply to autodeskguest

    Hallo Tom,

     

    füge diese drei Abschnitte in deine eagle.def ein. Dann kannst du sie

    beim erzeugen der Gerberdaten auswählen. Ich habe deinen

    Skalierungsfaktor (1.00048) schon eingetragen, falls du einen anderen

    brauchst musst du ihn noch anpassen.

     

    Gruß

     

    @GERBER_RS274X

    Long      = "Gerber RS-274-X , A-Skaliert"

    Init      = "G04 A-Achse skaliert!*\n" \

                 "G75*\n"           \ allow positive and negative coordinates

                 "G70*\n"           \ units are Inch (G71 for metric)

                 "%%OFA0B0*%%\n"    \ horizonal and vertical OFfset is 0

                 "%%FSLAX24Y24*%%\n"\ Format Statement is Absolute 2.4

                 "%%IPPOS*%%\n"     \ Image Polarity is POSitive

                 "%%LPD*%%\n"       \ Layer Polarity Dark

                 "%%SFA1.00048B1.0*%%\n" \ Skalierung!

                 "%%AMOC8\n5,1,8,0,0,1.08239X$1,22.5\n"\ Octagons

                  "%%\n"

     

    @GERBER_RS274X

    Long      = "Gerber RS-274-X , B-Skaliert"

    Init      = "G04 B-Achse skaliert!*\n" \

                 "G75*\n"           \ allow positive and negative coordinates

                 "G70*\n"           \ units are Inch (G71 for metric)

                 "%%OFA0B0*%%\n"    \ horizonal and vertical OFfset is 0

                 "%%FSLAX24Y24*%%\n"\ Format Statement is Absolute 2.4

                 "%%IPPOS*%%\n"     \ Image Polarity is POSitive

                 "%%LPD*%%\n"       \ Layer Polarity Dark

                 "%%SFA1.0B1.00048*%%\n" \ Skalierung!

                 "%%AMOC8\n5,1,8,0,0,1.08239X$1,22.5\n"\ Octagons

                  "%%\n"

     

    @GERBER_RS274X

    Long      = "Gerber RS-274-X , A+B-Skaliert"

    Init      = "G04 A+B-Achse skaliert!*\n" \

                 "G75*\n"           \ allow positive and negative coordinates

                 "G70*\n"           \ units are Inch (G71 for metric)

                 "%%OFA0B0*%%\n"    \ horizonal and vertical OFfset is 0

                 "%%FSLAX24Y24*%%\n"\ Format Statement is Absolute 2.4

                 "%%IPPOS*%%\n"     \ Image Polarity is POSitive

                 "%%LPD*%%\n"       \ Layer Polarity Dark

                 "%%SFA1.00048B1.00048*%%\n" \ Skalierung!

                 "%%AMOC8\n5,1,8,0,0,1.08239X$1,22.5\n"\ Octagons

                  "%%\n"

     

     

    Am 14.01.2015 um 07:09 schrieb TomTom:

    Hallo Arne,

     

    vielen Dank für die Info. Wir verwenden Version 6.4.0. Da sieht der

    Gerber-Block wie folgt aus:

     

     

     

     

    @GERBERAUTO

    Long          = "Gerber RS-274-X photoplotter, coordinate format 2.4 inch"

    Units         = Inch

    Init          = "G75*\n"           \ allow positive and negative

    coordinates

                     "G70*\n"           \ units are Inch (G71 for metric)

                     "%%OFA0B0*%%\n"    \ horizonal and vertical OFfset is 0

                     "%%FSLAX24Y24*%%\n"\ Format Statement is Absolute (I for

    incremental) 2.4

                     "%%IPPOS*%%\n"     \ Image Polarity is POSitive (NEG for

    negative)

                     "%%LPD*%%\n"       \ Layer Polarity Dark (C for clear on

    negative planes)

                     "%%AMOC8\n5,1,8,0,0,1.08239X$1,22.5\n"\ Octagons are

    emulated with a circle (using 8 vertices)

                     "%%\n"            ; and therefore the diameter must be

    enlarged with '1 / cos(pi / 8)'

    Reset         = "M02*\n"

    Circle        = "%%AD%sC,%6.4f*%%\n"        ; (code, diameter)

    Rectangle     = "%%AD%sR,%6.4fX%6.4f*%%\n"  ; (code, dx, dy)

    Oval          = "%%AD%sO,%6.4fX%6.4f*%%\n"  ; (code, dx, dy)

    ; According to the RS-274-X specs there is an aperture macro

    ; primitive that allows us to specify an octagon (i.e. a polygon with

    ; 8 vertices). As some Gerber viewers seem to have problems with that,

    ; we would have to use a round shape for that.

    ; If your Gerber processor cannot handle the polygon primitive you may

    ; uncomment the following line and comment out the line after it:

    ;Octagon       = "%%AD%sC,%6.4f*%%\n"   ; (code, diameter) (looks like

    there is no octagon, so we take a circle)

    Octagon       = "%%AD%sOC8,%6.4f*%%\n" ; (code, diameter)

    AreaBegin     = "G36*\n"

    AreaEnd       = "G37*\n"

     

    Hier finde ich die beschriebenen Zeilen leider nicht.

     

    Muss man dies dann hier einfügen oder wie funktioniert es hier?

     

    Danke schön

     

    Grüße

     

    Tom

     

     

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • autodeskguest
    autodeskguest over 10 years ago in reply to autodeskguest

    Am 17.01.2015 um 10:07 schrieb Arne Peschperl:

    Hallo Tom,

     

    füge diese drei Abschnitte in deine eagle.def ein. Dann kannst du sie

    beim erzeugen der Gerberdaten auswählen. Ich habe deinen

    Skalierungsfaktor (1.00048) schon eingetragen, falls du einen anderen

    brauchst musst du ihn noch anpassen.

     

    Und dann nicht vergessen, diese neuen Abschnitte irgendwo gesondert

    zu sichern!

    Denn mit dem nächsten Eagle-Update wird diese eagle.def leider wieder

    überschrieben.

    Noch immer warte ich darauf, dass Eagle auch benutzerspezifische

    zusätzliche .def Dateien kann…

     

    --

    Liebe Grüße, Hans

     

     

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • autodeskguest
    autodeskguest over 10 years ago in reply to autodeskguest

    Vielen Dank zusammen.

     

    Hat leider nicht so funktioniert wie gewünscht.

     

    Grüße

     

    Tom

    --

    Browser-Zugang zu den CadSoft-Support-Foren auf http://www.eaglecentral.ca

     

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