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) Version 6.0 no longer compatible with FreeRouting.net
  • 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 14 replies
  • Subscribers 189 subscribers
  • Views 1151 views
  • Users 0 members are here
Related

Version 6.0 no longer compatible with FreeRouting.net

Mawrob
Mawrob over 14 years ago

Hi,
Just wanted to let folk know who use FreeRouting that the brd_to_dsn ulp no longer works and throws the following error:
file path(119)
syntax error
and stops at:
real mm2u(real val)
The new "copy from" feature also blew up and threw a bunch of errors.  I have an email into support and hopefully it is a mistake on my part and not a major bug.
Version 6.0 appears to have some great new features but the schematics, boards, and libraries do not appear compatible with 5.11.  I made the mistake of upgrading without backing up my main library and have lost about a months worth of footprints.
Be aware!
Thanks

Hi,

 

Just wanted to let folk know who use FreeRouting that the brd_to_dsn ulp no longer works and throws the following error:

 

file path(119)

syntax error

 

and stops at:

 

real mm2u(real val)

 

The new "copy from" feature also blew up and threw a bunch of errors.  I have an email into support and hopefully it is a mistake on my part and not a major bug.

 

Version 6.0 appears to have some great new features but the schematics, boards, and libraries do not appear compatible with 5.11.  I made the mistake of upgrading without backing up my main library and have lost about a months worth of footprints.

 

Be aware!

 

Thanks

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

    On 14/12/2011 01:56, Mawrob wrote:

    Hi,

     

    Just wanted to let folk know who use FreeRouting that the brd_to_dsn ulp no longer works and throws the following error:

     

    file path(119)

    syntax error

     

    and stops at:

     

    real mm2u(real val)

     

    The new "copy from" feature also blew up and threw a bunch of errors.  I have an email into support and hopefully it is a mistake on my part and not a major bug.

     

    Version 6.0 appears to have some great new features but the schematics, boards, and libraries do not appear compatible with 5.11.  I made the mistake of upgrading without backing up my main library and have lost about a months worth of footprints.

     

    Be aware!

     

    Thanks

    Hi,

     

    Just wanted to let folk know who use FreeRouting that the brd_to_dsn ulp no longer works and throws the following error:

     

    file path(119)

    syntax error

     

    and stops at:

     

    real mm2u(real val)

     

    The new "copy from" feature also blew up and threw a bunch of errors.  I have an email into support and hopefully it is a mistake on my part and not a major bug.

     

    Version 6.0 appears to have some great new features but the schematics, boards, and libraries do not appear compatible with 5.11.  I made the mistake of upgrading without backing up my main library and have lost about a months worth of footprints.

     

    Be aware!

     

    Thanks

     

    Correct. It is due to the fact that 3 subroutines (mm2u is one of them)

    are now a default name in EAGLE v6, causing a conflict. I resolved that

    by changing the first letter of these routines to uppercase (Mm2u, etc)

    in the ULP. I did not bother to look if the default routines can replace

    the existing code in the brd_to_dsn ulp.

    This ULP then runs correctly.

     

    One problem remains:

     

    The SCR output file now has floating point numbers for the via size,

    which confuses EAGLE. Have not found a solution yet. I might need to set

    the grid to a different value.

     

    Robert

     

    NB since the brd_to_dsn ulp is 64 KB, I don't think I can attach it.

     

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

    On 14.12.2011 12:12, Robert wrote:

    On 14/12/2011 01:56, Mawrob wrote:

    >> Hi,

    >>

    >> Just wanted to let folk know who use FreeRouting that the brd_to_dsn

    >> ulp no longer works and throws the following error:

    >>

    >> file path(119)

    >> syntax error

    >>

    >> and stops at:

    >>

    >> real mm2u(real val)

    >>

    >> The new "copy from" feature also blew up and threw a bunch of errors.

    >> I have an email into support and hopefully it is a mistake on my part

    >> and not a major bug.

    >>

    >> Version 6.0 appears to have some great new features but the

    >> schematics, boards, and libraries do not appear compatible with 5.11.

    >> I made the mistake of upgrading without backing up my main library and

    >> have lost about a months worth of footprints.

    >>

    >> Be aware!

    >>

    >> Thanks

    >> Hi,

    >>

    >> Just wanted to let folk know who use FreeRouting that the brd_to_dsn

    >> ulp no longer works and throws the following error:

    >>

    >> file path(119)

    >> syntax error

    >>

    >> and stops at:

    >>

    >> real mm2u(real val)

    >>

    >> The new "copy from" feature also blew up and threw a bunch of errors.

    >> I have an email into support and hopefully it is a mistake on my part

    >> and not a major bug.

    >>

    >> Version 6.0 appears to have some great new features but the

    >> schematics, boards, and libraries do not appear compatible with 5.11.

    >> I made the mistake of upgrading without backing up my main library and

    >> have lost about a months worth of footprints.

    >>

    >> Be aware!

    >>

    >> Thanks

    >>

    Correct. It is due to the fact that 3 subroutines (mm2u is one of them)

    are now a default name in EAGLE v6, causing a conflict. I resolved that

    by changing the first letter of these routines to uppercase (Mm2u, etc)

    in the ULP. I did not bother to look if the default routines can replace

    the existing code in the brd_to_dsn ulp.

    This ULP then runs correctly.

     

    One problem remains:

     

    The SCR output file now has floating point numbers for the via size,

    which confuses EAGLE. Have not found a solution yet. I might need to set

    the grid to a different value.

     

    Robert

     

    NB since the brd_to_dsn ulp is 64 KB, I don't think I can attach it.

     

    Feel free to upload the ULP for the CadSoft Download area.

     

    About compatibility: EAGLE 6 uses XML as new data structur and has

    totally changed compared to the formaer binary format. So files saved

    with EAGLE 6 can't be used with previous versions.

     

     

    --

    Mit freundlichen Gruessen / Best regards

    Richard Hammerl

      CadSoft Support -- hotline@cadsoft.de

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

     

     

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

    On 14.12.2011 12:12, Robert wrote:

    On 14/12/2011 01:56, Mawrob wrote:

    >> Hi,

    >>

    >> Just wanted to let folk know who use FreeRouting that the brd_to_dsn

    >> ulp no longer works and throws the following error:

    >>

    >> file path(119)

    >> syntax error

    >>

    >> and stops at:

    >>

    >> real mm2u(real val)

    >>

    >> The new "copy from" feature also blew up and threw a bunch of errors.

    >> I have an email into support and hopefully it is a mistake on my part

    >> and not a major bug.

    >>

    >> Version 6.0 appears to have some great new features but the

    >> schematics, boards, and libraries do not appear compatible with 5.11.

    >> I made the mistake of upgrading without backing up my main library and

    >> have lost about a months worth of footprints.

    >>

    >> Be aware!

    >>

    >> Thanks

    >> Hi,

    >>

    >> Just wanted to let folk know who use FreeRouting that the brd_to_dsn

    >> ulp no longer works and throws the following error:

    >>

    >> file path(119)

    >> syntax error

    >>

    >> and stops at:

    >>

    >> real mm2u(real val)

    >>

    >> The new "copy from" feature also blew up and threw a bunch of errors.

    >> I have an email into support and hopefully it is a mistake on my part

    >> and not a major bug.

    >>

    >> Version 6.0 appears to have some great new features but the

    >> schematics, boards, and libraries do not appear compatible with 5.11.

    >> I made the mistake of upgrading without backing up my main library and

    >> have lost about a months worth of footprints.

    >>

    >> Be aware!

    >>

    >> Thanks

    >>

    Correct. It is due to the fact that 3 subroutines (mm2u is one of them)

    are now a default name in EAGLE v6, causing a conflict. I resolved that

    by changing the first letter of these routines to uppercase (Mm2u, etc)

    in the ULP. I did not bother to look if the default routines can replace

    the existing code in the brd_to_dsn ulp.

    This ULP then runs correctly.

     

    One problem remains:

     

    The SCR output file now has floating point numbers for the via size,

    which confuses EAGLE. Have not found a solution yet. I might need to set

    the grid to a different value.

     

    Robert

     

    NB since the brd_to_dsn ulp is 64 KB, I don't think I can attach it.

     

    Feel free to upload the ULP for the CadSoft Download area.

     

    About compatibility: EAGLE 6 uses XML as new data structur and has

    totally changed compared to the formaer binary format. So files saved

    with EAGLE 6 can't be used with previous versions.

     

     

    --

    Mit freundlichen Gruessen / Best regards

    Richard Hammerl

      CadSoft Support -- hotline@cadsoft.de

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

     

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
  • e14 Contributor
    e14 Contributor over 14 years ago in reply to e14 Contributor

    On 14.12.2011 14:28, Robert wrote:

    >>> NB since the brd_to_dsn ulp is 64 KB, I don't think I can attach it.

    >>

    >> Feel free to upload the ULP for the CadSoft Download area.

    >>

    >> About compatibility: EAGLE 6 uses XML as new data structur and has

    >> totally changed compared to the formaer binary format. So files saved

    >> with EAGLE 6 can't be used with previous versions.

    >>

    >>

    Modified brd_to_dsn.ulp uploaded.

     

    Robert

     

     

    And already available. Thanks for sharing it with us.

     

    --

    Mit freundlichen Gruessen / Best regards

    Richard Hammerl

      CadSoft Support -- hotline@cadsoft.de

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

     

     

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

    >> NB since the brd_to_dsn ulp is 64 KB, I don't think I can attach it.

     

    Feel free to upload the ULP for the CadSoft Download area.

     

    About compatibility: EAGLE 6 uses XML as new data structur and has

    totally changed compared to the formaer binary format. So files saved

    with EAGLE 6 can't be used with previous versions.

     

    >

    Modified brd_to_dsn.ulp uploaded.

     

    Robert

     

     

    • 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 © 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