When I Build Components (such as SOIC, PLCC, QFP) from Gerber files. it assigns pin numbers incorrectly.
S
Simon Garrison
started a topic
almost 4 years ago
Gerber files are unintelligent and just contain X,Y locations with shapes (like rectangle, circle).
When FAB 3000 creates components from Gerber files it asks you to select all pads for one IC and then highlight the location of Pin#1. Given the group of pads and which is Pin#1 FAB 3000 attempts to determine the component orientation and remaining pin #.
What purpose are you building the components?
The reason I ask is, if you are building components just for pick/place machines (i.e centroid file) only the IC center and orientation are important - specific pin # has no effect.
If you wish to assign pin #'s because you are exporting to ODB++ and need each pin# specifically defined because it will be used in bare-board testing software (for example), etc; you can edit each component individually and assign pin numbers manually.
Go to menu: Windows | Component Package Browser...
Select the Component you wish to edit pins, and press button "Open Component...". You will now see the Component Package in the editor.
Go to menu: Tools | Sort Pins (or button "Sort Pins" in the command bar - lower/center)
Pick the component pins in order - starting from 1 to X
Go to menu: File | Save and Update Component.... (or button "Sort Component" in the command bar - lower/center).
Here's a quick example of me opening a component and assigning the pin numbers:
Simon Garrison
The reason I ask is, if you are building components just for pick/place machines (i.e centroid file) only the IC center and orientation are important - specific pin # has no effect.
Best regards,
Simon