I want to import a spread sheet with the location of where I want the parts
to be layout on my PCB. Is that possible? How would one do that?
I want to import a spread sheet with the location of where I want the parts
to be layout on my PCB. Is that possible? How would one do that?
Dang Tran wrote:
I want to import a spread sheet with the location of where I want the parts
to be layout on my PCB. Is that possible? How would one do that?
in the end you need to issue 'move partname (x y)' commands in the
board context for each part you want to place.
How you get that commands generated from your speadsheet is up to you
8-)
either let the speadsheet application generate it,
or export the the data to a text file, then write an ULP that parses
the text file and generates the commands.
--
Lorenz
Dang Tran wrote:
I want to import a spread sheet with the location of where I want the parts
to be layout on my PCB. Is that possible? How would one do that?
in the end you need to issue 'move partname (x y)' commands in the
board context for each part you want to place.
How you get that commands generated from your speadsheet is up to you
8-)
either let the speadsheet application generate it,
or export the the data to a text file, then write an ULP that parses
the text file and generates the commands.
--
Lorenz