Hi,
we are using CW to import IDF files from PADS.
In PADS some of our Components are named with a "-" eg. ERNI-973063.
When I import the part ERNI-973063.SLDPRT in the Component Bibliothek CW create a new component with ERNI as Componentname and 973063 as Componentnumber.
When I now import the IDF file CW will not found the part and create a new one.
Why is this limitation in CW, that Componentnames are splitted or shortend if there are one or more "-" inside the Componentname?
How do you handle this limitation in CW? Do you always modify the the componentname afterwards by editing?
regards
Bernd
First a few definitions, to make sure you understand properly:
In PADS
Decal = footprint, this would be the X & Y axes of the part as you look down on the board. The Z is height and usually is an attribute of the decal.
PART TYPE = this is a specific part, it specifies what Decal (footprint) is used along with other info specific to the part
a Decal can be used for many different Part Types
In CircuitWorks the IDF from PADS becomes in SolidWorks:
Component Name = the PADS Decal
Part Number = the PADS Part Type
sadly, you are correct, your part type with - in the name is divided incorrectly by CircuitWorks
however, you could use that to your advantage by calling your model:
Decal-Part Type
but since you already have a naming convention in PADS, you will have to manually edit the CircuitWorks Library (Biblioteca)
open your ECAD file and Library (Biblioteca) in seperate Windows side by side
this is painful
highlight a component in the ECAD file and RMB-Properties
highlight and RMB-Edit Component the same component in Library (Biblioteca)
copy and paste Component Name & Part Number from ECAD file to Library
the good news is you only have to do this once for each part in the library the first time you use it
This is what I have had to do to get it to work.