• 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. Skill code to move component

Stats

  • Replies 34
  • Subscribers 163
  • Views 30518
  • Members are here 0
More Content

Skill code to move component

archive
archive over 19 years ago

Hi,
I'm trying to generate a skill program that launches place manual -hide and then picks a specific coordinate to pick up the component placed in that coordinate.

I know that I have a pin placed in 0,0 and would like the skill program to pick that coordinate and leave the component on the mouse for me to place manually.

I've tried doing the following
axlShell("place manual -h")
axlShell("pick 0 0")

and I've also tried running a script that I've recorded that does the exact same, but both methods fail. They do launch the place manual command but I cannot get skill to pick that coordinate so that it is left for me to move the component

Does anyone have some good ideas, thanks.

Best regards,
Ole


Originally posted in cdnusers.org by ejlersen
  • Cancel
  • Sign in to reply
  • eDave
    eDave over 13 years ago

    See the attached code.

    There are now two commands for running it: moveByRefdes and moveByRefdes_OneShot

    The first option will loop until you right click done (or cancel)

    Dave 

     

    moveByRefdes.zip
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Quarkdog1
    Quarkdog1 over 13 years ago

    I really like the modification to the first option. Its a more typical scenario when I place parts :)

    (note  I map 'R' key to standard move so I tweak your code to thus the slower response ).  Your changes are greatly appreciated.  Thanks.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Pawandeep
    Pawandeep over 13 years ago
    Hi Dave,

    Somehow I did not get the menu on RMB. When I modified your code slightly as below then only got this working. I am using 16.5 version.

                                                    axlUIPopupDefine(nil

                                                    list(

                                                                    (list "Done" 'axlFinishEnterFun)

                                                                    (list "Cancel" 'axlCancelEnterFun)

                                                                    (list "MENU_SEPARATOR" 'nil)

                                                                    (list "Mirror" 'moveByRefdes_mirror)

                                                                    (list "Rotate" 'moveByRefdes_rotate)

                                                    ))

     
    Regards,

    Pawan
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Mstrghettorigg
    Mstrghettorigg over 13 years ago
    Hello Dave, Is it possible to get a code that once you place the first part you can enter a second refdes and that keeps repeating and once I'm done placing all the part use the right click done to stop it? Thanks again!
    • 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