www.delorie.com/archives/browse.cgi   search  
Mail Archives: geda-user/2016/01/19/08:59:37

X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f
X-Recipient: geda-user AT delorie DOT com
X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=20120113;
h=date:from:to:subject:message-id:in-reply-to:references:mime-version
:content-type:content-transfer-encoding;
bh=R2e9gGxGlxCP141d2AkV+lSsDwC2g0CRRfsPuBnQoL4=;
b=fZpareuawwHd7yByPgfZ3fa1tAyM3KyZrUcjlrkZra4YG9auP0uA/ffmXPFcGJJdCf
FjB8/EMDZ3isADrTZlqz8RuR5tdPz5zHOgcKa8qWMv47LmSvUF34MVusuUd5cjn8a9xA
EqVstgg9NaKJcyonWUOcowLhuSw81zs/kOA/yXTWVtHmdOpJR5aIqE2oyc8+RUHRg8Iu
dJXHKqe8aPwKus9pU5rcfkyRwfw/bbOinMK+I50qX100XEDyuVexgOj4+ra8v6gJ68bb
VM8WtJJUsk4r0BJptli/edXlmMxplNOgcn+AEnvTN2hC0ZR06NQxE1rONe14Y7lC6H+s
5B8Q==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20130820;
h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to
:references:mime-version:content-type:content-transfer-encoding;
bh=R2e9gGxGlxCP141d2AkV+lSsDwC2g0CRRfsPuBnQoL4=;
b=CNvYy+elrkymcu7MALrnHKa1r2TezCzABlcC3fO5KUz4JVbjE0F4lMXwqq7CMBfiua
OTEzevKoKjsm6/M84s3wC3OJZTqZU9SIWP68M6N3GLUv2Vr3QliMVVk/yxwja5Ase0JH
UGOA0q514acLuB7ttQiV9XdwL0X8g+SrkVV9pSqBfp+zuT2AYTZGQmYFmCw7yZ68vzi9
m3JaVLKn1k5eG+guMOlulysdPbLkQwqjOX1/MSUw2hbunJufghYongRpq0i1EK7Rdirm
v+3W3h24Rbx8Yfld1tsqyN8Lc3rs1T9bEnmITydyblMRCnSfK5HmH5lUar/OERs1oLYt
vO9A==
X-Gm-Message-State: AG10YORqijy8Mp2UEZ/eTD3Ad8MAvp7qsLWdAHocwMypCSPmiAjl/owzozYYR+E/+CsOqA==
X-Received: by 10.194.52.37 with SMTP id q5mr23165573wjo.123.1453211886809;
Tue, 19 Jan 2016 05:58:06 -0800 (PST)
Date: Tue, 19 Jan 2016 14:58:02 +0100
From: "Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com>
To: geda-user AT delorie DOT com
Subject: Re: [geda-user] pcb loop paste buffer, renumber (first multi
channel design)
Message-Id: <20160119145802.81daa1f66cbb5cfebbba834c@gmail.com>
In-Reply-To: <569E3532.2000701@iee.org>
References: <20151021192359 DOT 3dd8ad6d253c781da5523554 AT gmail DOT com>
<201510211839 DOT t9LIdVcv027165 AT envy DOT delorie DOT com>
<20151021222506 DOT 79643602de30ad2dd5541165 AT gmail DOT com>
<20151022115247 DOT 3c1c2f13 AT akka>
<20151022123903 DOT dddb6c83fa5a3db0963f4162 AT gmail DOT com>
<201510221641 DOT t9MGfxJq003243 AT envy DOT delorie DOT com>
<20151022212642 DOT abe0686f3bb04a3067667c43 AT gmail DOT com>
<201510221951 DOT t9MJpjgA013544 AT envy DOT delorie DOT com>
<562951C5 DOT 2010500 AT xs4all DOT nl>
<562B531C DOT 5090004 AT xs4all DOT nl>
<20160118171041 DOT 60f9ff0fd41a668af0fa84f4 AT gmail DOT com>
<569D3751 DOT 2020402 AT xs4all DOT nl>
<569D4266 DOT 7000905 AT prochac DOT sk>
<20160119135636 DOT 8b2397941a5d4c4f48c9a626 AT gmail DOT com>
<569E3532 DOT 2000701 AT iee DOT org>
X-Mailer: Sylpheed 3.5.0beta1 (GTK+ 2.24.25; x86_64-pc-linux-gnu)
Mime-Version: 1.0
Reply-To: geda-user AT delorie DOT com
Errors-To: nobody AT delorie DOT com
X-Mailing-List: geda-user AT delorie DOT com
X-Unsubscribes-To: listserv AT delorie DOT com

> > I tested and as far as I understand it works like this:
> > x is old refdes number
> > n increase with this value
> > Rx --> Rx+n
> >
> > I have subsheets and numbers look like this:
> > x is old refdes number
> > n increase with this value
> > want this S2/S1/Rx --> S2/S1+n/Rx
> > but get this S2/S1/Rx --> S2/S1+n/Rx
> > and the need is to change subsheet number and use this for another channel.
> >
> > For rename to work reasonable well there must be an integer difference between refdeses for different channels. Default for subsheet is Sn/Sn/Rx there where are two level of hierachy but it use quite a lot of space. To add an integer value to refdes use less space. I could add some kind of wild card so that both changing subsheet and adding an integer value to current subsheet works?
> >
> > I also add comment then this is used. Sometimes layout data need to be reused for several channels and in such case it is possible to simply select the layout, copy, rename refdeses and paste. Then doing a multi channel copy and paste really speed up design work.
> >
> For this purpose, if you have a schematic, I just use "Autonumber
> attributes" in gschem ...

Well gschem is not a problem. If you have done the layout of one channel for example a half bridge in a three phase circuit it is possiblo to copy and paste this layout including lines for copper traces but to get connections right refdeses must be changed.

To copy layout for one a channel in pcb is really powerful yet simple to understand. Ideally somewhere in the future I think selector to select which subcircuit currently is worked on for this purpose would be an improvement but simple copy is essentially already there.

Nicklas Karlsson

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019