• 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. Does allegro free physical viewer support skill?

Stats

  • Replies 8
  • Subscribers 160
  • Views 18384
  • Members are here 0
More Content

Does allegro free physical viewer support skill?

stillfish
stillfish over 14 years ago

Hi all,

I wonder if allegro free viewer support skill language.

If it does support, is there there any difference or risk ?

I meant if any axl function would be locked or something?

  • Sign in to reply
  • Cancel
Parents
  • eDave
    eDave over 14 years ago
    Hi, You are correct. There is no interactive Skill available in the physical viewer but it will work via the command window. You can also edit the menus and add your own custom menu commands there. There should be no problems distributing Skill to Viewer users. Just use the allegro.ilinit file and custom menus. Regards, Dave
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Aneeba
    Aneeba over 4 years ago in reply to eDave

    Hi Dave. I am trying to load a skill file ( with .il extension) but it doesnt work. I have updated the menu file and my sccript name is showinf there. But my question is how do I use the  allegro.ilinit file?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • Aneeba
    Aneeba over 4 years ago in reply to eDave

    Hi Dave. I am trying to load a skill file ( with .il extension) but it doesnt work. I have updated the menu file and my sccript name is showinf there. But my question is how do I use the  allegro.ilinit file?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
  • eDave
    eDave over 4 years ago in reply to Aneeba

    Create the allegro.ilinit file in your Skill path.

    Add commands here something like this:

    axlCmdRegister("MyCmdName" 'mySkillFunction)
    mySkillFunction.autoload = "MySkillFile.il"

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Aneeba
    Aneeba over 4 years ago in reply to eDave

    My file is highlight_tx_rx.il. Here I have defined a function  highlight_signals().

    I generated allegro.illinit file with following code 

    axlCmdRegister("MyCmdName" 'highlight_signals)
    mySkillFunction.autoload = "highlight_tx_rx.il"

    I copied this file in my skill path and then when I typed highlight_signals in command prompt it doesnt work.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • DavidJHutchins
    DavidJHutchins over 4 years ago in reply to Aneeba

    try changing:

        axlCmdRegister("MyCmdName" 'highlight_signals)

    to

        axlCmdRegister("highlight_signals" 'highlight_signals)

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