Re-Annotation?

Asked by Matthias

Hello,

I´m working on a bigger project, and somehow my annotation got mixed up - I used the feature for separate number blocks for each sheet, which I like very much, but unfortunatly the sheet numbers changed when I inserted further sheets which I noticed to late, so I ended up with a mixed annotation.

Is there a way to re-annotate the schematic and forward the new annotation to the schematic so the layout is not affected?

Thanks for any hints!

Regards,

Matthias

Question information

Language:
English Edit question
Status:
Solved
For:
KiCad Edit question
Assignee:
No assignee Edit question
Solved by:
Lorenzo Marcantonio
Solved:
Last query:
Last reply:
Revision history for this message
Best Lorenzo Marcantonio (l-marcantonio) said :
#1

On Mon, Oct 12, 2015 at 09:57:38AM -0000, Matthias wrote:
> Is there a way to re-annotate the schematic and forward the new annotation to the schematic so the layout is not affected?

You should look into the netlist import using the timestamp instead of
the designator; it uses an 'internal' UID for the components instead of
the refdes so it should do what you need.

--
Lorenzo Marcantonio
Logos Srl

Revision history for this message
Matthias (matthias-jelen) said :
#2

Hi Lorenzo,

thank you very much! Exactly what I was looking for, worked
perfectly!

Regards,

Matthias
> Your question #272323 on KiCad changed:
> https://answers.launchpad.net/kicad/+question/272323
>
> Status: Open => Answered
>
> Lorenzo Marcantonio proposed the following answer:
> On Mon, Oct 12, 2015 at 09:57:38AM -0000, Matthias wrote:
>> Is there a way to re-annotate the schematic and forward the new annotation to the schematic so the layout is not affected?
> You should look into the netlist import using the timestamp instead of
> the designator; it uses an 'internal' UID for the components instead of
> the refdes so it should do what you need.
>

Revision history for this message
Matthias (matthias-jelen) said :
#3

Thanks Lorenzo Marcantonio, that solved my question.