-
Notifications
You must be signed in to change notification settings - Fork 226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature] Add labels on cable ends #222
Comments
Some thoughts on this:
Extrapolating from this idea, it might make sense to allow general-purpose user-defined attributes for connectors and cables, to allow for labels, but also any other information that is not covered by the standard attributes. Example proposal: X1:
type: Plug
pincount: 4
pn: 123
manufacturer: ACME
mpn: ABC
additional_attributes:
- Sleeving removal: 15 mm
- Insulation removal: 2 mm
- Label: A01-5-10
- Tag: ABCDEFG
additional_components:
-
type: Crimp
pn: 987
manufacturer: ACME
mpn: ZYX
qty_multiplier: populated
-
type: Housing
pn: 345
manufacturer: OTHER GraphViz snippet
I will welcome a PR that implements this. |
Alternative implementation idea (separate and independent from the
X1:
type: Plug
pincount: 4
pn: 123
manufacturer: ACME
mpn: ABC
additional_components:
-
type: Crimp
pn: 987
manufacturer: ACME
mpn: ZYX
qty_multiplier: populated
-
type: Housing
pn: 345
manufacturer: OTHER
-
type: Label
pn: 789
note: '"A01-5-10"'
The correct rendering of the additional item table, where the |
Hi, great work.
It would be very useful to have a way to describe labels on the cable ends
The text was updated successfully, but these errors were encountered: