--- In [email protected], "Remy" <[EMAIL PROTECTED]> wrote:
>
> --- In [email protected], "klemen_dovrtel"
> <klemen_dovrtel@> wrote:
> >
> > --- In [email protected], "Remy" <kicadder@> wrote:
> > >
> > > --- In [email protected], "David Brainerd" <brainerd@>
> wrote:
> > > >
> > > >   How can I get KICAD to output a Pick and Place file?
> > > > 
> > > > Dave - WB6DHW
> > > > <http://wb6dhw.com>
> > > >
> > > 
> > > Hi,
> > > In the online doc, Chapter 9.7 - Generation of file(s) for automatic
> > > component insertion:
> > > 
> > > This option is accessed via the Postprocess/Create Cmp file menu
> > > option. However, no file will be generated unless at least one
module
> > > has the Normal+Insert attribute activated (see Editing Modules). One
> > > or two files will be produced, depending upon whether insertable
> > > components are present on one or both sides of the PCB. A
dialogue box
> > > will display the names of the file(s) created.
> > > 
> > > Hope it helps.
> > >
> > 
> > 
> > Which online doc (chapter 9.7) is this?
> > 
> > Regards
> > Klemen
> >
> 
> 
> 
> Hi,
> Sorry, I was just talking about the help menu in the program itself.
> Regards. (or 73 ;-) )
> Remy.
>


Thank you, i found it. Now i tested this "Postprocess/Create Cmp"
option. I made a simple pcb with three components (i placed two on top
and one on bottom). This was the output the the kicad created:

---------------------------------------------------------
Cmp-Mod V01 Genere par PcbNew le 11/4/2008-08:08:33

BeginCmp
TimeStamp = 47FF19B1
Reference = SO8E;
ValeurCmp = VAL**;
IdModule  = SO8E;
EndCmp

BeginCmp
TimeStamp = 47FF1A58
Reference = SO16L;
ValeurCmp = V***;
IdModule  = SO16L;
EndCmp

BeginCmp
TimeStamp = 47FF1B31
Reference = SO14E;
ValeurCmp = Val****;
IdModule  = SO14E;
EndCmp

EndListe
----------------------------------------------------------


Is this all it outputs? Shouldn't be there also the component location
and the orientation information? There was only one file created
instead of two. Why is that?



Reply via email to