When loading to Kicad, an error is generated and the symbol is not usable.
The problem is in the following lines:
X VCC 10 31 61 80 700 3200 200 L 40 40 0 0 I
X GND 11 32 62 81 99 700 -3700 200 L 40 40 0 0 P
Kicad does not allow multiple pin numbers for the same pin.
Added 6 years, 4 months ago.
Thank you for the feedback. We will look into this and get back asap after we investigate.
Answered 6 years, 4 months ago.
Thanks!
I changed those lines to
X VCC 10 700 3200 200 L 40 40 0 0 I
X VCC 31 750 3200 200 L 40 40 0 0 I
X VCC 61 800 3200 200 L 40 40 0 0 I
X VCC 80 850 3200 200 L 40 40 0 0 I
X GND 11 700 -3700 200 L 40 40 0 0 P
X GND 32 750 -3700 200 L 40 40 0 0 P
X GND 62 800 -3700 200 L 40 40 0 0 P
X GND 81 850 -3700 200 L 40 40 0 0 P
X GND 99 900 -3700 200 L 40 40 0 0 P
and it loads Ok (although the pins are not positioned correctly)
I exported all the parts in the CPL, and there are quite a few other parts with similar problems.
Answered 6 years, 4 months ago.
Thank you for relaying your fix and for the feedback. I will keep you posted on this.
Answered 6 years, 4 months ago.