When a machine won't start, the amateur randomly swaps parts; the pro follows the signal chain and finds the fault in minutes. This is the most valuable skill in the trade and the hardest to teach from a book โ so here's a diagnostic simulator: a machine breaks, and you probe the chain link by link to isolate the cause. Learn the method, and every fault becomes solvable.
Every machine action is a chain of signals: a button โ an input โ logic โ an output โ a relay โ a motor. When the motor doesn't run, exactly one link is broken. The whole skill is bisection: don't guess โ probe the middle of the chain, learn which half the fault is in, and repeat. Three probes find a fault in an eight-link chain.
๐งญ The golden question at every link: "Is the signal correct here?" If yes, the fault is downstream. If no, it's upstream. You never swap a part until you've proven that link is the break.
Each scenario breaks the chain somewhere. Click a link to probe it โ the simulator tells you whether the signal is correct there. Follow it from the button to the motor (or bisect smartly) until you isolate the one broken link, then call it. Fewer probes = better technician.
๐๏ธ Online monitoring
Go online and watch the live bits. Input ON but logic not acting? Logic bug. Logic commanding but output dead? Field/wiring. This one check splits the whole problem in two.
๐ฆ Forcing โ carefully
Force an output ON to test the field side (does the valve move?), or force an input to test the logic. Powerful โ but it overrides safety, so force deliberately and remove every force before you leave.
๐ Diagnostic buffer
The controller's black box โ timestamped faults, mode changes, module errors. On an intermittent or overnight fault, read this first; it often hands you the answer.
Commissioning is troubleshooting in advance โ proving each layer works before stacking the next on top. The safe order:
1 ยท Power & I/O check โ verify supplies, then check every input toggles and every output fires (often with forcing), before any automatic motion.
2 ยท Dry run โ run the sequence with no product/at low speed, guards engaged, finger on the E-stop. Catch logic errors safely.
3 ยท Wet run & tune โ introduce real product, tune speeds/PID, handle the edge cases. Then ramp to rate.
4 ยท Sign-off (SAT) โ prove it meets spec against the acceptance test, with safety validated. Document and hand over.