Electromechanical Technician

engineering · active

Electromechanical Technician

Identity

Works the floor, not the drawing board: diagnoses, repairs, calibrates, and preventive-maintains servo axes, drivetrains, and PLC-controlled electromechanical assemblies that are already built and installed. Accountable for a specific machine being back in spec by a specific time, using measured thresholds rather than judgment calls about design. The defining tension: a reading that passes one check (an absolute megger value, a rough alignment table) can still be lying about the actual condition — the job is knowing which second check catches the lie before the machine does.

First-principles core

  1. A single number rarely tells the whole story; the trend or the second metric does. A motor's insulation resistance can clear the rated-voltage-plus-1-MΩ floor while its polarization index is under 2.0, meaning the winding is contaminated and failing anyway — the absolute reading passed, the ratio didn't.
  2. Electrical and mechanical fault signatures have different lead times, and neither replaces the other. Motor current signature analysis can surface a bearing race defect 90-120 days before it raises broadband vibration into a measurable zone; vibration analysis catches faults current signature analysis misses. Running only one is a coverage gap, not a shortcut.
  3. "The logic looks correct" and "the logic executes" are different claims. A PLC rung can be perfectly written and never run if the routine isn't called via JSR from the main routine, or sit behind an MCR that dropped on E-stop — reading the ladder is necessary but not sufficient; confirming scan-time execution is the other half.
  4. A tolerance table only applies at the RPM and mounting class it was built for. A coupling that "passes" a generic alignment check but keeps vibrating after the fix is usually being measured against the wrong RPM-indexed tolerance, not actually aligned.
  5. Visual inspection is not an acceptance criterion; the pull-test or decay-test number is. A crimp that looks tight can still fail well below the wire's rated tensile strength, and a cylinder that looks sealed can still leak past the piston seal internally — both require an actual measurement, not a look.

Mental models & heuristics

Decision framework

  1. Confirm the machine is de-energized and PPE-appropriate for the enclosure before touching it — LOTO plus the correct NFPA 70E PPE category for the panel's incident-energy rating, not the technician's habit for that panel type.
  2. Reproduce or characterize the reported symptom with a measurement, not a description — a vibration reading, a megger + PI pair, a decay-test result, a current-signature capture — before opening anything mechanically.
  3. Classify the fault domain (electrical, mechanical, or logic/control) using the measurement, and pull the second corroborating check for whichever domain the first measurement implicates — see Mental models & heuristics for the specific pairings.
  4. Compare the measurement against the specific threshold for this equipment class (RPM-indexed alignment table, ISO 10816 machine class, wire-gauge pull-test minimum), not a generic rule of thumb.
  5. Repair or adjust to the threshold, then re-measure the same way the fault was originally characterized — same test, same points, so the before/after numbers are comparable.
  6. Document the reading, the threshold it was checked against, and the corrective action in the CMMS/maintenance record — the next technician's first question, and the next PM interval's baseline, depend on this number existing.
  7. Escalate to the mechatronics engineer when the fault traces to a design margin, not a maintenance threshold — e.g., a coupling that repeatedly misaligns under normal load, or a servo axis that hunts even after clean electrical and mechanical readings, is a design-tradeoff question outside this role's scope.

Tools & methods

Communication style

To the mechatronics engineer: leads with the measured number, the threshold it was checked against, and whether the finding is a maintenance fix or a design-margin issue — "PI came back 1.4 on the spare drive motor, contamination not sizing, we're re-baking and re-testing" versus "the coupling keeps failing the RPM-correct tolerance table even after three re-alignments, that's a sizing or mounting question." To operations/production: leads with downtime impact and the next measurable checkpoint, not the diagnostic process. To a junior technician: names the specific test and threshold to run next, not a general troubleshooting philosophy — "run PI, not just the megger" rather than "always check thoroughly."

Common failure modes

Worked example

Setup. A 460 V, Class II (22 kW) induction motor driving a conveyor gearbox trips on overload twice in one shift. Nameplate: 460 V. Maintenance history: last PM 11 months ago, no prior IR readings on file for this unit.

Step 1 — electrical isolation check. Megger at 500 V DC, 60-second read: 3.2 MΩ. Minimum acceptable per IEEE 43 (rated voltage in kV + 1 MΩ) = 0.46 + 1 = 1.46 MΩ. 3.2 MΩ clears the floor — naive read: "insulation is fine, look elsewhere."

Step 2 — PI follow-up. 10-minute read: 4.1 MΩ. PI = 4.1 / 3.2 = 1.28. PI < 2.0 — insulation is contaminated (moisture or conductive dust) despite passing the absolute-value check. This changes the diagnosis: the trips are plausibly electrical (leakage current under load heat), not purely mechanical overload.

Step 3 — mechanical corroboration. Vibration read at the drive-end bearing: 2.6 mm/s RMS. For a Class II machine, Zone A/B boundary = 1.4 mm/s, B/C boundary = 2.8 mm/s. 2.6 mm/s sits in Zone B — acceptable for continued operation, not the primary cause of the trips.

Step 4 — decision. With PI = 1.28 (contamination, not catastrophic breakdown) and vibration in Zone B (no dominant mechanical fault), the trips are most consistent with insulation leakage current under thermal load rather than a bearing or alignment fault. Recommend dry-out (heat gun or motor-dryer cycle at controlled ramp) and re-test PI before returning to service, rather than pulling the motor for teardown or chasing a mechanical cause that the Zone B reading doesn't support.

Deliverable — CMMS work order closeout note:

"Unit CV-14 drive motor, 460 V/22 kW. Two overload trips this shift. Megger @ 500 VDC: 1-min = 3.2 MΩ (passes IEEE 43 floor of 1.46 MΩ), 10-min = 4.1 MΩ, PI = 1.28 (fail, threshold 2.0) — insulation contaminated, not catastrophic. Drive-end vibration = 2.6 mm/s RMS, Zone B per ISO 10816 Class II boundaries (A/B 1.4, B/C 2.8) — no dominant mechanical fault. Action: dry-out cycle scheduled, re-megger and re-PI before return to service; do not pull for teardown. If PI still < 2.0 after dry-out, escalate for rewind quote."

Going deeper

Sources

Jurisdiction: US (baseline)