J
John Larkin
Guest
On Thu, 13 Aug 2020 18:17:32 -0400, Phil Hobbs
<pcdhSpamMeSenseless@electrooptical.net> wrote:
Current versions of PADS Logic don\'t seem to allow assigning a net
name to a wire without an explicit, visible offpage connector.
Anything without that gets an automatic name like $$$45678 or
something, and they change when you copy and paste, so they don\'t
short.
I recently wanted to force a net name without needing an offpage, so I
did offpages
-------->> NAME NAME <<-----------
to an otherwise local net.
<pcdhSpamMeSenseless@electrooptical.net> wrote:
On 2020-08-13 16:26, John Larkin wrote:
On Thu, 13 Aug 2020 12:43:51 -0400, Phil Hobbs
pcdhSpamMeSenseless@electrooptical.net> wrote:
On 2020-08-13 12:06, jlarkin@highlandsniptechnology.com wrote:
On Thu, 13 Aug 2020 11:24:05 -0400, Phil Hobbs
pcdhSpamMeSenseless@electrooptical.net> wrote:
snip
Engineering time is very valuable, and there are lots of
noncritical jobs where cut-n-paste makes perfect sense. For
instance, a bunch of my small instruments run off our standard
24V wall wart and use two buck regulators to make +12-14V and
-16-20V. That\'s generally an LMR23630 running at 2 MHz and an
AOZ1282CI respectively. (The AOZ runs off the 23630\'s output
so we can have more negative headroom.) They\'re reasonably
cheap, work well, and we know how to keep the EMI low enough
for use in small form factor ultrasensitive instruments. So
power and EMI are solved problems for the most part.
Nothing wrong with cutting and pasting chunks of a schematic,
but you\'ve got to be careful about things like mixing 0603s and
0805s accidentally, or net names, or part library changes. Just
check.
My cut-and-paste is done with scissors and rubber cement. The
ref des get redone at BOM compilation time--I number the parts as I
enter them into the BOM, which reduces the number of blunders that
have to be caught later.
We physically resequence the ref desigs in a standard pattern, to
make manufacturing and QC happy, and back-annotate the schematic.
We enter our MAX stock number as a part attribute on each part on
the schematic, so PADS can generate the BOM in our format. I wrote a
program that cross-checks each part type and value against the part
in stock, which catches a lot of errors.
Simon did one of those for us as well, and our parts DB is in SQLite to
make it easy to back up. I generate a paper schematic and CSV BOM using
our database\'s master list, then somebody lays the board out (Simon for
our internal stuff, vendors for customer stuff).
Some of our boards have a thousand parts.
We haven\'t gone beyond 250 or so, which is still a lot.
The net names are a genuine issue, true.
When I cut and paste in LT Spice, and things get really crazy, I
look for shorts. It just replicates the net names.
Yup. So does Diptrace.
Cheers
Phil Hobbs
Current versions of PADS Logic don\'t seem to allow assigning a net
name to a wire without an explicit, visible offpage connector.
Anything without that gets an automatic name like $$$45678 or
something, and they change when you copy and paste, so they don\'t
short.
I recently wanted to force a net name without needing an offpage, so I
did offpages
-------->> NAME NAME <<-----------
to an otherwise local net.