Re: PCB version control

Liste des GroupesRevenir à se design 
Sujet : Re: PCB version control
De : blockedofcourse (at) *nospam* foo.invalid (Don Y)
Groupes : sci.electronics.design
Date : 25. Mar 2025, 23:22:11
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vrvaap$7ftl$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12
User-Agent : Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2
On 3/25/2025 1:02 PM, Don Y wrote:
On 3/25/2025 12:37 PM, bitrex wrote:
I think I'm just gonna use manufacturer PNs for externally-sourced parts; having to consult a table to find out PN 4917485 is just like a bloody 10k 0402 resistor sounds like bullshit to me.
 What happens when you outsource its manufacturing?
Will they be REQUIRED to obtain THE part from THE
manufacturer specified?  How will they know that they
can substitute an equivalent part, more readily available
(or less costly)?
And, have a different numbering scheme for parts for which YOU are
the "manufacturer?
How will you identify each of your text files (source code and
the procedures to make their derivatives)?
You will still have to be able to "tag" individual part numbers
with appropriate decriptors.  E.g., so you can find ALL resistors
(not just the ones that have a textual "description" of "resistor",
"res", "r", etc.) all diodes (which MAY include LEDs -- or, may not),
etc.
Doing a text search is far inferior to having a set of (defined by
you) "tags" that you can assign to part numbers to promote
consistency in the dataset.
E.g., if I look for "source" (as in "C source code", "ASM source code",
etc.) and "whereused = Project1", I get almost 500 hits (i.e., there
are 500 part numbers assigned in the creation of my first project,
not including the relatively few part numbers required for the
hardware components!).  There are some 2,000 more for Project2 (different
implementation language so little reuse)
The *kernel* in my current project consumes more part numbers than that!
(let alone all of the other services required to make the product)
IME, hardware consumes relatively few ACTUAL part numbers, regardless
of how large a chunk of the number space you set aside for it.  Most
designers tend to favor reusing devices with which they are familiar
instead of trying something new, each time.
The opposite tends to be more true for software; the amount of
reuse possible tends to be sorely limited -- save for certain
things like standard libraries (and, even there, few folks
actually *use* every function in such a library).  Each new target
selection means new .o or .so objects have to be created and tracked.
[I build for three platforms in my current design -- to ensure
portability:  x86, arm64 and SPARC.  So, at least three variants
of each object to create and validate]
[[My "string" library -- <string.h> -- has some 300 part numbers
(individual sources for each function, test cases, scaffolding,
build instructions, etc.)  Other libraries are even bigger --> more
part numbers.]]

Date Sujet#  Auteur
24 Mar 25 * PCB version control34bitrex
24 Mar 25 +* Re: PCB version control4john larkin
24 Mar 25 i`* Re: PCB version control3bitrex
24 Mar 25 i `* Re: PCB version control2john larkin
24 Mar 25 i  `- Re: PCB version control1john larkin
24 Mar 25 `* Re: PCB version control29Don Y
24 Mar 25  `* Re: PCB version control28john larkin
24 Mar 25   `* Re: PCB version control27Phil Hobbs
24 Mar 25    `* Re: PCB version control26Joe Gwinn
24 Mar 25     `* Re: PCB version control25Don Y
25 Mar 25      +- Re: PCB version control1john larkin
25 Mar 25      `* Re: PCB version control23Don Y
25 Mar 25       `* Re: PCB version control22Don Y
25 Mar 25        +* Re: PCB version control13Don Y
25 Mar 25        i+* Re: PCB version control2bitrex
25 Mar 25        ii`- Re: PCB version control1Don Y
26 Mar 25        i`* Re: PCB version control10Don Y
26 Mar 25        i `* Re: PCB version control9john larkin
26 Mar 25        i  `* Re: PCB version control8Joe Gwinn
26 Mar 25        i   `* Re: PCB version control7Don Y
27 Mar 25        i    `* Re: PCB version control6Ian
27 Mar 25        i     `* Re: PCB version control5Don Y
29 Mar 25        i      `* Re: PCB version control4Ian
29 Mar 25        i       `* Re: PCB version control3Don Y
29 Mar 25        i        `* Re: PCB version control2Ian
29 Mar 25        i         `- Re: PCB version control1Don Y
25 Mar 25        `* Re: PCB version control8john larkin
25 Mar 25         `* Re: PCB version control7bitrex
25 Mar 25          +* Re: PCB version control3Don Y
25 Mar 25          i+- Re: PCB version control1john larkin
25 Mar 25          i`- Re: PCB version control1Don Y
25 Mar 25          `* Re: PCB version control3john larkin
25 Mar 25           `* Re: PCB version control2bitrex
25 Mar 25            `- Re: PCB version control1john larkin

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal