• 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. Separation of same size drills in Drill Chart

Stats

  • Replies 1
  • Subscribers 159
  • Views 12977
  • Members are here 0
More Content

Separation of same size drills in Drill Chart

Pieman
Pieman over 15 years ago

To all,

I have code that provide the maximum and minimum Finished Hole Size based on a number of things including tolerance and have defined this as a User ?ColumnDefinition and ?CustomData field.

The notes in the .dlt file state that the  'Matching of data to a hole is done on the basis of the hole size in field 1 and the plating status in field 2.'

If I have two drills of the same size (8 mil) and plating (PLATED), but one has tolerance of + 0 / - 8 and the other drill has tolerance of +/- 3 then there is a problem.   Although the two are shown on separate lines with their individual tolerances, my 'Finished Hole Size' column calls out the same variance, which could be random (one time it is 8-0, another time it is 11-5).  Due to both being 8 mil drills and PLATED holes, the system is unable to distinquish between the two and randomly assigns the User definition.

 Is there any way of adding another User defined field to over-ride the plating to be able to distinguish between the two tolerances?

 Here is the result of the coding in the .dlt file.

  ?ColumnDefinitions     '(
                            ("Figure"      "FIGURE"        7)
                            ("Holesize"    "Size"       15)
                            ("Tolerance"    "Tolerance"       15)
                            ("User"        "FINISHED HOLE" 15)
                            ("PlateStatus"        "Plating" 10 )
                            ("Quantity"    "QTY"           6  )
                        )
 ?CustomData '(
                ( 8.000000 "PLATED" "8.0 - 0.0" )
                ( 8.000000 "PLATED" "8.0 - 0.0" )
                ( 8.000000 "PLATED" "8.0 - 0.0" )
                ( 8.000000 "PLATED" "8.0 - 0.0" )
                ( 8.000000 "PLATED" "11.0 - 5.0" )     -- note the different finished range

                 ( 14.000000 "PLATED" "17.0 - 11.0" )
                ( 20.000000 "PLATED" "23.0 - 17.0" )
                ( 20.000000 "PLATED" "23.0 - 17.0" )
                ( 25.591000 "NON-PLATED" "27.6 - 23.6" )
                ( 27.953000 "PLATED" "31.0 - 25.0" )
              )

 The only option I have at the moment is to vary one of the drill sizes slightly - say to 7.9 - in order to distinguish between the two.

 Thanks for any feedback.

Marvin.

 

  • Sign in to reply
  • Cancel
  • eDave
    eDave over 15 years ago

    For different tolerances, put the tolerance in the padstack. It's not ideal because, if you have a tolerance in any padstack, the nclegend is populated with 0.0/-0.0 for all the padstacks without a tolerance.

    This is you would do it this way: 

    ?ColumnDefinitions     '(
                                ("Figure"      "FIGURE"        7)
                                ("Holesize"    "Size"       15)
                                ("User"        "Tolerance" 15)
                                ("Tolerance"    "Tol override"       15)
                                ("PlateStatus"        "Plating" 10 )
                                ("Quantity"    "QTY"           6  )
                            )
     ?CustomData '(
                    ( 8.000000 "PLATED" "8.0 - 0.0" )
                    ( 14.000000 "PLATED" "17.0 - 11.0" )
                    ( 20.000000 "PLATED" "23.0 - 17.0" )
                    ( 25.591000 "NON-PLATED" "27.6 - 23.6" )
                    ( 27.953000 "PLATED" "31.0 - 25.0" )
                  )

    • 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