How to prevent wiring mistakes?

  • Thread starter Thread starter Jez09
  • Start date Start date
  • Tags Tags
    Wiring
Click For Summary

Discussion Overview

The discussion revolves around methods to prevent wiring mistakes in electronic assemblies. Participants explore various strategies, including labeling, color coding, and the use of circuitry or mechanical devices to ensure correct connections. The conversation touches on both theoretical and practical aspects of wiring in industrial and DIY contexts.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Conceptual clarification

Main Points Raised

  • One participant suggests using LEDs to indicate correct wiring by lighting up in sequence, but questions the reliability of this method due to human error.
  • Another participant mentions industry practices such as labeling wires, using color-coded wires, and running one wire at a time, while noting that added complexity increases costs.
  • A participant proposes keyed connectors as a method to ensure correct wiring, but acknowledges the potential for errors in connector installation.
  • Concerns are raised about the impossibility of guaranteeing 100% correct connections in manually wired devices, emphasizing the importance of testing and troubleshooting.
  • One participant shares a personal experience of wiring a tube amp and reflects on the benefits of color-coding for future maintenance.
  • A later post reiterates the idea of using circuitry or mechanical devices to prevent miswiring and suggests designing diagnostic tests that could catch errors without damaging components.
  • Another participant highlights the need for more details about the specific workplace issues related to frequent miswiring.

Areas of Agreement / Disagreement

Participants express a range of views on the effectiveness of various methods to prevent wiring mistakes, with no consensus on a single best approach. Some agree on the utility of testing and troubleshooting, while others emphasize the limitations of current methods.

Contextual Notes

Participants acknowledge the challenges of ensuring correct wiring, particularly in manual processes, and the potential for human error. There are discussions about the trade-offs between complexity, cost, and reliability in wiring practices.

Who May Find This Useful

This discussion may be of interest to electronics engineers, technicians involved in assembly, and hobbyists working on DIY electronics projects who are looking for ways to minimize wiring errors.

Jez09
Messages
3
Reaction score
0
Consider the simple scenario:

You have two connections on a board that you are trying to wire to another two points.

How can you ensure the wires are connected correctly or guarranteed the wires are not crossed?

The intuitive simple method I can think of is to have 2 LEDs for each wire, and making sure that the LED light up in sequencial order. Namely, you connect the first wire, the first LED should light up, not the second one. If the 2nd LED lights up, oops, you mis-wired.

But this requires trust in the person doing the wiring. What if the person was sleepy that day and overlooked?

Is there another way I am missing, that can guarrantted the wires are connected correctly?
Any ideas?
 
Engineering news on Phys.org
In the industry, we either label wire ends with labels, use color-coded wires or run one wire at a time. Adding complexity adds cost.
 
Jez09 said:
Consider the simple scenario:

You have two connections on a board that you are trying to wire to another two points.

How can you ensure the wires are connected correctly or guarranteed the wires are not crossed?

The intuitive simple method I can think of is to have 2 LEDs for each wire, and making sure that the LED light up in sequencial order. Namely, you connect the first wire, the first LED should light up, not the second one. If the 2nd LED lights up, oops, you mis-wired.

But this requires trust in the person doing the wiring. What if the person was sleepy that day and overlooked?

Is there another way I am missing, that can guarrantted the wires are connected correctly?
Any ideas?

Another strategy is to use keyed connectors and a cable. As long as the keyed connectors are loaded in the PCB correctly, and as long as the cable is made correctly, the connectivity is ensured. To ensure that the cable is wired correctly, you can use a cable tester in production (most cable making houses have cable testers as part of their manufacturing flow).
 
Let's say cost is not a concern here (to a certain point obviously) and that color coded wires and labels are not enough to prevent operators from making mistakes.

Are there any tricks or methods (electrical, mechanical, software?), to guarranteed the wires are connected correctly 100% or 99.99% of the time.

Thanks,
 
berkeman said:
Another strategy is to use keyed connectors and a cable. As long as the keyed connectors are loaded in the PCB correctly, and as long as the cable is made correctly, the connectivity is ensured.

those are a lot of IFs which, unfortunately, don't always fall where they're suppoed to. We have a board production company we buy our PCBs from and you would not believe how often we find wire-to-board connectors installed backwards (and not just connectors, either: diodes, polarized caps, LEDs). I don't know 1) how this place stays in business and 2) why we keep buying boards from them; although I suspect the anser to both is, "they're cheap."
 
The bottom line is if it aint wired right it doesn't work. There is no point in adding more circuitry to attempt to check wiring, when there is no guarantee that the added circuitry will be wired correctly.

If a circuit performs as designed then it is wired correctly, if it does not work then you must troubleshoot the circuit to find the problem. Once it is working you do not have to change the wiring.

Wiring of major tools is (best) done by well trained technicians, who once the wiring is done check functionality. There is never a way to guarantee 100% correct connections in manually wired devices, this is why testing is an essential part of the assembly.
 
Integral said:
Wiring of major tools is (best) done by well trained technicians, who once the wiring is done check functionality. There is never a way to guarantee 100% correct connections in manually wired devices, this is why testing is an essential part of the assembly.

Yep. Good thing, too--it keeps me employed!
 
I once built a clone of a Fender Tweed Deluxe tube amp (5E3), using all yellow-jacketed wire. It worked perfectly on the first fire-up, but that's a LOT of wiring to keep track of. In retrospect, it might have been a good idea to color-code all ground leads with green, B+ rail leads to the tubes with another color, etc, etc, just to protect the sanity of anybody who might have to work on that amp in the future.

Never wire when you're tired, and check and re-check before plugging it into line current.
 
Let me rephrase my question.

Is it possible to add some sort of circuitry, or perhaps some mechanical device, or use some software or microcontroller, so that once the work is done and verified, it can prevent miswiring going forward?

Something to alert the person that he is attempting to connect wire1 to wire2 on the spot.

Let's say we have person A will be mass producing a board, and person B is to set something up to fool proof person A from screwing up.

Thanks,
 
  • #10
negitron said:
Yep. Good thing, too--it keeps me employed!
I bet you've done wire-wrapping. Talk about keeping track of wires. One really needs a check list for the point to point wiring.

See if this doesn't bring back memories: http://en.wikipedia.org/wiki/Wire_wrap"
 
Last edited by a moderator:
  • #11
You betcha. But, I can't imagine the level of dedication and patience required to build this. Rat's nest doesn't even begin to cover that nightmare.
 
  • #12
negitron said:
You betcha. But, I can't imagine the level of dedication and patience required to build this. Rat's nest doesn't even begin to cover that nightmare.
Argh! That is beyond scary! I don't mind building something on tag-board or project-board, but that mess is horrid. It's hard to believe that such a mess had enough volume-sales to justify the prototyping and programming.
 
  • #13
Jez09 said:
Let me rephrase my question.

Is it possible to add some sort of circuitry, or perhaps some mechanical device, or use some software or microcontroller, so that once the work is done and verified, it can prevent miswiring going forward?

Something to alert the person that he is attempting to connect wire1 to wire2 on the spot.

Let's say we have person A will be mass producing a board, and person B is to set something up to fool proof person A from screwing up.

Thanks,

As berkeman said earlier, using keyed connectors would be a good idea.

Alternatively, design diagnostic tests that would not cause components to blow in the event of miswiring. So that you can catch the error and rewire without having to replace chips or other components. Simple continuity checks may suffice.

If you want more specific answers, I think you'll have to give more details yourself first. What is the problem, presumably at your workplace, that miswiring is happening frequently? Is it a problem with one particular worker, or with several workers?
 

Similar threads

  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 34 ·
2
Replies
34
Views
5K
Replies
12
Views
2K
  • · Replies 14 ·
Replies
14
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
Replies
7
Views
8K