Hi,
don't use spaces in pin names.
Ser in => Ser_in
Ser out => Ser_out
regards,
Charles.
toggle quoted message
Show quoted text
--- In kicad-users@..., "DON" <don2recardo@...> wrote:
I have been trying to build some library parts ( picaxe chips) with the QuickLib Generator.
Some of them worked fine but some failed with the eescheema report....
Library<20X2> component load error <error <pin only had 6 parameters of the required 11 or 12 in DRAW commandX> occured at line 30
I had a look and line 30 is ENDDRAW
I assumed I had done something wrong and remade the part ( twice ) but I always get the same result
This is what is in the library
EESchema-LIBRARY Version 2.2 Date: 02/02/2011-15:31:49
#
# 20X2
#
DEF 20X2 U 0 40 Y Y 1 0 N
F0 "U" 0 -100 50 H V C C
F1 "20X2" 0 100 50 H V C C
DRAW
S -450 -650 450 650 0 0 0 N
X +V 1 -750 450 300 R 50 50 1 1 I
X Ser In 2 -750 350 300 R 50 50 1 1 I
X C7 3 -750 250 300 R 50 50 1 1 I
X C6 4 -750 150 300 R 50 50 1 1 I
X C5 5 -750 50 300 R 50 50 1 1 I
X C4 6 -750 -50 300 R 50 50 1 1 I
X C3 7 -750 -150 300 R 50 50 1 1 I
X C2 8 -750 -250 300 R 50 50 1 1 I
X C1 9 -750 -350 300 R 50 50 1 1 I
X C0 10 -750 -450 300 R 50 50 1 1 I
X B7 11 750 -450 300 L 50 50 1 1 I
X B6 12 750 -350 300 L 50 50 1 1 I
X B5 13 750 -250 300 L 50 50 1 1 I
X B4 14 750 -150 300 L 50 50 1 1 I
X B3 15 750 -50 300 L 50 50 1 1 I
X B2 16 750 50 300 L 50 50 1 1 I
X B1 17 750 150 300 L 50 50 1 1 I
X B0 18 750 250 300 L 50 50 1 1 I
X Ser Out 19 750 350 300 L 50 50 1 1 I
X 0V 20 750 450 300 L 50 50 1 1 I
ENDDRAW
ENDDEF
#
#End Library
Any idea what I am doing wrong ?
Don