Start with a real motor no-start diagnostic in your browser, then progress through 19 guided fault-finding labs covering wiring, logic, runtime and scan-order failures.
Join 6500+ learners practicing PLC programming
The guided motor diagnostic needs no account. Create a free account to save progress in the curriculum.

Watch the real browser product respond to the task on this page, then try the same practical workflow yourself. No slides, concept mockups, install, or credit card.
Try this in the browserSee the evidence chain
A useful fault simulator must connect the screen to the machine. These six views show the evidence you learn to compare before changing logic or hardware.






Why this exists
Browser labs are strongest for repeatable diagnostic reasoning and immediate feedback. Vendor engineering simulators teach platform-specific navigation, physical panels teach measurement and wiring, and instructor-led sessions add supervised judgment. The best learning path uses each where it is strongest.
| Training format | Best for | Setup | Feedback |
|---|---|---|---|
| Guided browser simulator | Repeatable fault isolation | Modern browser | Immediate grading and explanation |
| Vendor engineering simulator | Platform navigation and diagnostics | Vendor software and project | Controller-specific status tools |
| Physical training panel | Meters, terminals and wiring | Supervised hardware bench | Measured electrical evidence |
| Instructor-led course | Coached judgment and safety | Scheduled class or lab | Live observation and correction |
What is inside
An open circuit in the field wiring, a shorted sensor, transposed terminals, or a disconnected 24 V supply. The ladder looks correct but the input never changes state — the field device is the problem, not the program.
The wiring is fine but the ladder logic itself is wrong — a contact type is incorrect, an interlock is missing, or a coil references the wrong address.
The program compiled and the wiring is correct, but something fails during execution: a sensor sends a constant signal, a card fault freezes an output, or a data value is out of expected range.
The PLC scan is deterministic and top-to-bottom within a rung/network. A coil written on rung 5 will not be seen by an XIC on rung 3 in the same scan. Scan-order bugs cause intermittent or off-by-one behaviour that is hard to spot without knowing the rule.
The method
Experienced technicians do not poke randomly. They follow a repeatable diagnostic method that moves from symptom to root cause in the fewest steps. Every fault scenario in our simulator is designed to reinforce this method.
What does the machine NOT do? Write it down exactly. "Motor does not start" is a symptom. "I think the sensor is bad" is a hypothesis — save that for step 3.
Find the output coil that controls the symptom device. Look at every contact in its rung. Is the rung false? Which contact is blocking power flow?
Check the physical condition, field voltage, module LED, controller tag and ladder state. The first disagreement tells you which boundary to investigate next.
Use measurements, the browser simulator or an authorized test mode to separate logic from field hardware. On live equipment, never force a safety output or unexpected motion.
Repair the root cause, remove temporary test states, then verify normal operation, stops, interlocks and every affected safety function.
What you diagnose
Each diagram is a mental model a scenario trains: the decision flow that finds the fault, the I/O LED comparison that splits field from software, the field terminal you half-split, the rung you read, the scan order behind scan-order bugs, and the motor-starter zones in the classic no-start fault.
How it works
Each scenario opens with a running machine and a symptom description. You use the in-browser ladder monitor and I/O panel to diagnose the fault, apply the fix, and submit. The auto-grader checks your solution and tells you exactly what was wrong.
A running machine simulation with a fault already injected. The symptom is described in one sentence.
Toggle simulated inputs, watch rungs energise or stay dark, and compare the I/O state with the machine symptom.
The auto-grader checks whether you found the root cause and applied the correct fix. Full explanation on completion.
Who this is for
You already understand field wiring and motor control. The browser fault simulator bridges the gap to reading ladder logic and using the five-step method on a PLC system.
19 guided fault-finding labs provide repeatable practice before you reach a supervised hardware bench.
Maintenance and controls interviews often include a verbal fault walkthrough. Repeated practice gives you a structured, evidence-led answer instead of a guess.
Design engineers who understand fault diagnosis are rare and valuable. The four fault types here align directly with what maintenance teams deal with on deployed systems you designed.
Keep exploring
Run the no-account motor diagnostic, then save your progress in the guided fault track.
Troubleshooting learning path
Establish the expected state, isolate the failed signal path, test one hypothesis and prove the repair under the original conditions.