• 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. artwork film control

Stats

  • Replies 5
  • Subscribers 160
  • Views 14079
  • Members are here 0
More Content

artwork film control

seyerfred
seyerfred over 12 years ago

Hi,

is there any code to set only all inner layer into supress unconnected pads? and a selection of plot mode for power/gnd plane to set posive o negative?

Thank you 

  • Sign in to reply
  • Cancel
Parents
  • seyerfred
    seyerfred over 12 years ago

    im making a skill for set-up general parameters that can select either positive or negative plane will use in plot mode and to set suppress all inner layer. ihave this code and form that can select positive or negative but dont know how to call the checkbox..

     

     fprintf(Gerber_Tool_Form "FIELD cmdSetArtParam\nFLOC 3 24\nMENUBUTTON \"set-up general param\"2 4\nENDFIELD\n")

    fprintf(Gerber_Tool_Form "FIELD chknegative\nFLOC 3 27\nCHECKLIST\"negative_plane\"\nENDFIELD\n") 

    fprintf(Gerber_Tool_Form "FIELD chkpositive\nFLOC 3 29\nCHECKLIST\"positve_plane\"\nENDFIELD\n") 

     

     

    (defun initSetParamR74x () 

    axlUIWPrint(Form "Setup Artwork Param!") 

    (out = outfile("./initSetParamR74x.scr")) 

    fprintf(out "%s\n" "setwindow pcb")

    fprintf(out "%s\n" "trapsize 2435") 

    fprintf(out "%s\n" "film param") 

    fprintf(out "%s\n" "setwindow form.film_control") 

    fprintf(out "%s\n" "FORM film_control general_parameters") 

    fprintf(out "%s\n" "FORM film_control format_int_places 2")

    fprintf(out "%s\n" "FORM film_control format_dec_places 5") 

    fprintf(out "%s\n" "FORM film_control gerber_rs274x YES") 

    fprintf(out "%s\n" "setwindow form.film_control")

    if((deviceType == "1") then 

       fprintf(out "%s\n" "setwindow form.film_control positive YES") else 

       fprintf(out "%s\n" "setwindow form.film_control negative YES")

    ) 

    fprintf(out "%s\n" "FORM film_control ok") 

    close(out)

    axlShell("replay  initSetParamR74x.scr")

        )

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • seyerfred
    seyerfred over 12 years ago

    im making a skill for set-up general parameters that can select either positive or negative plane will use in plot mode and to set suppress all inner layer. ihave this code and form that can select positive or negative but dont know how to call the checkbox..

     

     fprintf(Gerber_Tool_Form "FIELD cmdSetArtParam\nFLOC 3 24\nMENUBUTTON \"set-up general param\"2 4\nENDFIELD\n")

    fprintf(Gerber_Tool_Form "FIELD chknegative\nFLOC 3 27\nCHECKLIST\"negative_plane\"\nENDFIELD\n") 

    fprintf(Gerber_Tool_Form "FIELD chkpositive\nFLOC 3 29\nCHECKLIST\"positve_plane\"\nENDFIELD\n") 

     

     

    (defun initSetParamR74x () 

    axlUIWPrint(Form "Setup Artwork Param!") 

    (out = outfile("./initSetParamR74x.scr")) 

    fprintf(out "%s\n" "setwindow pcb")

    fprintf(out "%s\n" "trapsize 2435") 

    fprintf(out "%s\n" "film param") 

    fprintf(out "%s\n" "setwindow form.film_control") 

    fprintf(out "%s\n" "FORM film_control general_parameters") 

    fprintf(out "%s\n" "FORM film_control format_int_places 2")

    fprintf(out "%s\n" "FORM film_control format_dec_places 5") 

    fprintf(out "%s\n" "FORM film_control gerber_rs274x YES") 

    fprintf(out "%s\n" "setwindow form.film_control")

    if((deviceType == "1") then 

       fprintf(out "%s\n" "setwindow form.film_control positive YES") else 

       fprintf(out "%s\n" "setwindow form.film_control negative YES")

    ) 

    fprintf(out "%s\n" "FORM film_control ok") 

    close(out)

    axlShell("replay  initSetParamR74x.scr")

        )

     

    • 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