• 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. PCB Design
  3. Skill loading problem

Stats

  • Locked Locked
  • Replies 5
  • Subscribers 167
  • Views 15119
  • Members are here 0
More Content
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Skill loading problem

priya05
priya05 over 13 years ago

While loading skill in the orcad pcb designer,i m getting the following error.

"Command not found:skill  "

 all the skills are placed in the below folder

C:\xxxxx\xxx\share\pcb\etc\skill 

Please see my allegro.ilinit file.

Any wrong in this  

allegro.zip
  • Cancel
  • steve
    steve over 13 years ago

    Please use the following exe to setup the allegro.ilinit file. Run the exe, specify the directory where all your skill files are and it creates the allegro.ilinit file correctly.http://www.parallel-systems.co.uk/downloads/ConfigureLocalSkillLocation.zip

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • priya05
    priya05 over 13 years ago

    I have downloaded that .exe file it automatically generate allegro.ilinit file.still i m getting the same error in the commnad window.

    Command not found:skill 

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • fxffxf
    fxffxf over 13 years ago

    You don't indicate when you see this message. I would check the following:

    - The Skill cmd is in a custom menu file ( allegro.men )  look for the "skill" command if that file. 

    - Check any modied env files for the skill command associated with the alias or funckey definitions.

    Once you find the skill command, you need to utilize the axlCmdRegister Skill function to register a new Allegro command for the function in question. The  Skill function is the argument to the skill command. Example if you see "skill AcmeCmd"  the skill function is AcmeCmd.

    To find the skill file (.il) that defines tjhe Skill function (one of files in allegro.ilinit) search your skill files (<>.il).

    Open the file and you can either see:

    - if a axlCmdRegister already exists 

    - if it doesn't exist add one -- general format: axlCmdRegister("my_allegro_command" "AcmeCmd")

    Now go back to the location you found the skill cmd and replace it with the Allegro command you defined via axlCmdRegister. Example if you had:

       skill AcmeCmd

    It would become:

       my_allegro_command

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • steve
    steve over 13 years ago

    What the allegro.ilinit file does it to autoload all the skill files in the specified directory. Once inside Allegro the skill is already loaded so you just need to type the comand to run the skill. For example Logomaker.il would need logomaker typed in the Allegro command line.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Prasanthkv33
    Prasanthkv33 over 11 years ago

    Yes,

    the load commad is wrong

    instead of

    load("solder_paste.il") 

    just give

    load "solder_paste.il"

    in the allegro.ilinit file.

    it will load the il file, "solder_paste"

    Regards

    Prasanth.kv 

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
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