-
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] Option to change connector terminology "pin", to "way" or customise #331
Comments
Here is an example where the term 'pin' is not relevant to the connector. Plug Type 671 Also known as 'NATO' plugs and sockets, used for many British and French aircraft communication headsets. (for reference, the spigot is 7.5 mm in diameter, x 22 mm in length) Note the ways are not numbered or lettered, instead are identified by colours relating to the DEF-STAN multicore cable color code, red, blue, green, yellow being the first 4, used in 4 core cables. See related feature: #337 (comment) |
Hi Scott, There are 4 usage areas of pin as far as I can see:
Are there maybe other alternatives than pin or way we should consider, or should the user be able to specify it literally - maybe enabling output in other languages, but then text like connector, wire, cable, etc. also need alternative output? Have I forgotten or misunderstood some parts of this issue? |
Thanks for considering this request, brilliant! From my users point of view, even just an option to define "way" or another custom term (as other people may have other ideas too) in the yaml configuration, and have that presented in the diagram would do... but for conciseness and consistency, I suppose exchanging all user-facing terms used by the yaml (xcount, xlabels, xcolors, show_xcount, hide_disconnected_x) as you suggest, may be a good move, if everyone is happy with using "way" as the most agnostic (least specific) term. if the back-end code still uses "pin" this won't harm the user experience, and would save a lot of re-work. Many thanks, Scott |
Another terminology sometimes used is "pole" for "way", so allowing a custom value may be good. Cheers, Scott |
Hi, just checking in to see if this has been progressed in the WireViz code? I'm about to start making some new diagrams, and the term 'way' would be very useful for them. Many thanks, Scott |
These terms can optionally be replaced by user defined terms: pin, wire, shield Resolves #331 basic feature
@scottbouch - I decided to try a quick implementation of the basic feature you ask for. Please try my feature branch in PR #398 to see if it meets your expectations, and please report any unexpected issues. Be aware that the feature branch doesn't (yet) include any of the bug-fixes I'm collecting (work-in-progress) in PR #365, so if if you need any of them, you might need to merge those two branches in your local workspace. I selected 3 terms to optionally override, but if someone wants to replace "wire" with "core", I'm not sure if the term "core" can be used instead of "wire" in any context, e.g. for wires in a bundle? The term "single-core cable" I've seen in use, but then I would assume the shorter term "wire" is better. What is your opinion? This is currently only a simple literal replacement of 3 terms in the diagram and BOM output. The original term is assumed in grammatical variations, like "{pin}s" and "{shield}ed", and that might create weird results with some user defined terms. The term "+ S" for wire count of shielded cables is currently not affected. Does it make sense to always replace the "S" with a capitalized first letter of any |
@kvid I recommend you take a look at chapter 3 of "VDA-Recommendation 4964". It contains a Glossary of terms and their German translation. I cannot link to the document directly, but it is easy to find online. |
I found a copy of 2nd edition (KBL 2.4), November 2014 of the document @martinrieder refers to, and it confirms my understanding of these terms:
The problem with supporting alternative terms for options:
terminology:
pin: way
wire:
in cables: core
in bundles: single-core cable
shield: screen or is it better to define a context level for all terms, like this: options:
terminology:
in connectors:
pin: way
in cables:
shield: screen
wire: core
in bundles:
wire: single-core cable Some drawbacks with the latter alternative:
|
For wires, I differentiate between the following definitions by Merriam-Webster:
Note that the first type is uncommon in automotive applications, so you would not find it in the VDA document. (German term is Mantelleitung for the entire cable.) Additionally, the following definitions do not imply having an insulation:
Refer to #31 about further impact of this implementation. |
Hi, Sorry I have been away for a while, I really appreciate the thoughts added here! Thanks for addressing the need to change the 'pin' terminology to aterm suitable for the application. The terminology highlighted above (VDA recommendation 4964) for core (of a multicore cable), cable (with multiple cores), and wire (single core) are what I am familiar with in normal life and most common engineering applications, so would be very suitable for WireViz. Litz wire always gets a mention online as people are more familiar with Hi-Fi loudspeakers where it is commonly used for flexibility reasons, however, this is just down to how the conductor strands are laid/wound, so does not affect the core, cable, wire terminology listed above. On this topic of conductor construction, 'Tinsel' wire is always missed in these realms (just as its less visible in normal life). It is different to Litz, but also designed for high flexibility, used for aviation communication headsets and Music Studio/TV/Theatre Production headphones/headsets such as the Beyerdynamic DT100 series due to head movement. Also seen in telephone handset cables, coiled and straight. Tinsel wire has a complex conductor made of flat thin conductor strands (like tinsel) wrapped around a central thread of cotton or Kevlar, then several of these threads are wound together to form a conductor. It's a pig to solder without wrapping the ends in thin copper wire strands first, or crimping, example here: https://scottbouch.com/aircrew-uk-headset-extension-lead-restoration-01.htm PS, 'Screen' being often used instead of 'Shield'... one may be more American English than English English. Many thanks again, Scott |
Hi, the word "pin" implies a male contact connector.
"Pin" is used commonly for through-hole PCB parts, as these will always be male gender, but is less relevant to connectors for wiring harnesses which can be either gender, I shall elaborate:
In this example, the connectors all state "4-pin", but the two connectors on the right are female, and actually don't have round pin-shaped contacts, but sliding contacts similar to a 3.5mm headphone jack: https://scottbouch.com/tmp/UHF2.html
A de-gendered approach is to use the word "way" to describe the number of electrical paths through the connector, and then specify contact gender separately, ie;
6 way male contact, fixed connector = 6 way plug, panel mounted
6 way female contact, free connector = 6 way socket, cable mounted
In these two examples above, the terms "plug" and "socket" define the gender of the contacts within the connector, and the terms "fixed" and "free" define the mounting of the connector bodies.
Some people will be happy to stay with the term "Pin" as it is used a lot in language, I also see that the term pin is used a lot in the WireViz scrips, but it would be a real improvement to add an option to change the output displayed term to "Way" or a custom defined term perhaps.
Many thanks, Scott.
The text was updated successfully, but these errors were encountered: