Diagnosing faults/en: Difference between revisions

(Updating to match new version of source page)
 
(Updating to match new version of source page)
 
Line 1: Line 1:
<languages/>
<languages/>
Diagnosing the problem can often be the hardest part of a fix, in which case a methodical approach may save you a lot of frustration and wasted time. Here are some tips for how to proceed.
Diagnosing the problem can often be the hardest part of a fix, in which case a methodical approach may save you a lot of frustration and wasted time. Here are some tips for how to proceed.


== Our troubleshooting tips ==
== Our troubleshooting tips ==


This is one of the hardest things to "teach" - it is mostly learned through experience. This is like a kungfu dojo - the more you practice, the more you have confidence in the tools/process. But here are some tips.
This is one of the hardest things to "teach" - it is mostly learned through experience. This is like a kungfu dojo - the more you practice, the more you have confidence in the tools/process. But here are some tips.


===What to avoid===
===What to avoid===


*Don't leap to easy conclusions!
*Don't leap to easy conclusions! Have you taken into account all that you know about the problem?
*Avoid "blind alleys"
*Avoid "blind alleys". If your current theory is getting you nowhere, be prepared to admit that it might be wrong!
 


===Gathering the evidence===
===Gathering the evidence===
Line 22: Line 19:
* Passive testing (e.g. with a meter - resistance can be useful)
* Passive testing (e.g. with a meter - resistance can be useful)
* Functional testing (when safe and possible)
* Functional testing (when safe and possible)


===Following a logical process===
===Following a logical process===
Line 28: Line 24:
* It really helps to know how something works! (This may sound obvious, but it's worth reading about how the e-thing works.)
* It really helps to know how something works! (This may sound obvious, but it's worth reading about how the e-thing works.)
* Start investigating in a logical, sequential way where you move from parts you know are working towards parts you know are not working.
* Start investigating in a logical, sequential way where you move from parts you know are working towards parts you know are not working.


===Getting help===
===Getting help===


* Remember, search engines are your best friend, but to get a good answer, you need to ask a good question.
* Remember, search engines are your best friend, but to get a good answer, you need to ask a good question.
* If you're running out of ideas, explain the problem to someone else. If there's a flaw in your logic or another way to tackle the problem you may well see it even before you finish the explanation, even if your audience didn't understand a word you said or only asked silly questions!
* If you're running out of ideas, explain the problem to someone else. If there's a flaw in your logic or another way to tackle the problem you may well see it even before you finish the explanation, and even if your audience didn't understand a word you said or only asked silly questions!
* Creep up on a problem from every possible angle. Sooner or later, with luck, you'll catch it out.
* Creep up on a problem from every possible angle. Sooner or later, with luck, you'll catch it out.


===Root cause or causal factor?===
===Root cause or causal factor?===
Line 41: Line 35:
* Fixing the "root cause" will permanently clear the fault.
* Fixing the "root cause" will permanently clear the fault.
* Fixing only a "causal factor" (such as replacing a blown fuse) may make something work again, by the "root cause" may still be present and the fault will reoccur.
* Fixing only a "causal factor" (such as replacing a blown fuse) may make something work again, by the "root cause" may still be present and the fault will reoccur.


==And Now ...==
==And Now ...==


Don't forget to visit our [[Special:MyLanguage/Case Studies|Case Studies]] page to see some of these principles in operation.
Don't forget to visit our [[Case Studies|Case Studies]] page to see some of these principles in operation.


[[Category:Fixing]]
[[Category:Fixing]]

Latest revision as of 11:11, 26 July 2021

Other languages:

Diagnosing the problem can often be the hardest part of a fix, in which case a methodical approach may save you a lot of frustration and wasted time. Here are some tips for how to proceed.

Our troubleshooting tips

This is one of the hardest things to "teach" - it is mostly learned through experience. This is like a kungfu dojo - the more you practice, the more you have confidence in the tools/process. But here are some tips.

What to avoid

  • Don't leap to easy conclusions! Have you taken into account all that you know about the problem?
  • Avoid "blind alleys". If your current theory is getting you nowhere, be prepared to admit that it might be wrong!

Gathering the evidence

We have a number of ways to gather evidence about the fault, often we have to mix and match.

  • Description of the fault from the owner/user (sometimes this can be misleading and/or 'wrong')
  • Nature of the onset
  • Visual evidence
  • Passive testing (e.g. with a meter - resistance can be useful)
  • Functional testing (when safe and possible)

Following a logical process

  • It really helps to know how something works! (This may sound obvious, but it's worth reading about how the e-thing works.)
  • Start investigating in a logical, sequential way where you move from parts you know are working towards parts you know are not working.

Getting help

  • Remember, search engines are your best friend, but to get a good answer, you need to ask a good question.
  • If you're running out of ideas, explain the problem to someone else. If there's a flaw in your logic or another way to tackle the problem you may well see it even before you finish the explanation, and even if your audience didn't understand a word you said or only asked silly questions!
  • Creep up on a problem from every possible angle. Sooner or later, with luck, you'll catch it out.

Root cause or causal factor?

  • Fixing the "root cause" will permanently clear the fault.
  • Fixing only a "causal factor" (such as replacing a blown fuse) may make something work again, by the "root cause" may still be present and the fault will reoccur.

And Now ...

Don't forget to visit our Case Studies page to see some of these principles in operation.