• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Allegro X PCB Editor
  3. Help with "E- *Error* axlFormBuildPopup"

Stats

  • Replies 5
  • Subscribers 159
  • Views 2108
  • Members are here 0
More Content

Help with "E- *Error* axlFormBuildPopup"

statz
statz over 14 years ago

I've downloaded the skill script "align_sym.il" and I added it to my skill directory and updated my allegro.ilinit file like I do my other skill scripts that I download from Cadence. However this skill script is giving me major problems. Everytime I run it I get the following message "E- *Error* axlFormBuildPopup: argument #1 should be any user-defined (other) type (type template = "otl") - nil". I tried Cadence support first, but they have no clue how to fix it. Can someone here help me figure out what the problem is?

 Thanks,

  • Cancel
  • Sign in to reply
Parents
  • fxffxf
    fxffxf over 14 years ago

     The code uses "outfile" as the mechanism to create the form file, align_sym.form. If you skill path doesn't have "." as its 1st item then it will create the form file in a directory other then the current directory and axlFormCreate won't be able to find the form file. This can be fixed by:

       - change the code to axlDMOpenFile instead of outfile  -- see the doc on the arguments it requires

       - updating your skill path in your <HOME>/allegro.ilinit file to include a "." -- you will probably see it already being set in this file.

           setSkillPath( cons( "." getSkillPath() ) )

       As an expermiment you can type the the following on the allegro command line,then run the align command again. If it works that was your program:

          skill  setSkillPath( cons( "." getSkillPath() ) )

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

     The code uses "outfile" as the mechanism to create the form file, align_sym.form. If you skill path doesn't have "." as its 1st item then it will create the form file in a directory other then the current directory and axlFormCreate won't be able to find the form file. This can be fixed by:

       - change the code to axlDMOpenFile instead of outfile  -- see the doc on the arguments it requires

       - updating your skill path in your <HOME>/allegro.ilinit file to include a "." -- you will probably see it already being set in this file.

           setSkillPath( cons( "." getSkillPath() ) )

       As an expermiment you can type the the following on the allegro command line,then run the align command again. If it works that was your program:

          skill  setSkillPath( cons( "." getSkillPath() ) )

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
No Data
Cadence Guidelines

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information