Industrial Automation Troubleshooting - 70 Q&A
Industrial Automation Troubleshooting — real-world interview & field troubleshooting questions with clear, practical answers. Tap any question to open its answer.
Showing the first 70 questions free. The complete question bank is available as a PDF below.
PLC HARDWARE, POWER SUPPLY & CPU DIAGNOSTICS
Q1A PLC CPU enters 'STOP' mode and the 'SF' (System Fault) / Red Fault LED turns solid red. What is the immediate diagnostic procedure?
AnswerConnect programming software, open the CPU Diagnostic Buffer, and read the exact hexadecimal event code and timestamp. Check for hardware addressing conflicts, missing I/O rack modules, firmware watchdog timeouts, or programming execution errors such as divide-by-zero in an OB block.
Q2A 24VDC PLC switch-mode power supply (SMPS) repeatedly shuts down and 'hiccups' every 2 seconds. How do you locate the fault?
AnswerHiccup mode indicates an overcurrent or direct short circuit on the 24VDC distribution bus. Disconnect load branch circuit breakers or terminal fuses one by one until the SMPS output voltage stabilizes at 24VDC, pinpointing the shorted field sensor or coil.
Q3The physical digital input LED on a PLC module illuminates, but the corresponding bit remains FALSE ('0') in the online software monitor. Why?
AnswerThe optical isolator circuit on the input card is healthy, but the internal shift register / ADC communication bus to the backplane is damaged, or the input address is being overwritten elsewhere in the program by an unmapped M/DB coil or block move instruction.
Q4A PLC system loses its retentive timer, counter, and recipe data every time the main panel power is switched off. What failed?
AnswerThe CPU 3.6V lithium backup battery is exhausted, the internal supercapacitor has degraded, or the retentive memory configuration range was not defined in the hardware configuration settings.
Q5An output module channel on a 24VDC transistor card remains permanently ON (+24VDC) even when the PLC output bit is OFF. What component is damaged?
AnswerThe solid-state output switching transistor (MOSFET or BJT) has short-circuited internally, typically caused by a high inductive flyback voltage spike from a solenoid coil lacking a snubber/flyback diode.
Q6What causes a PLC scan cycle time watchdog timeout fault (e.g., scan time exceeds 150 ms)?
AnswerAn infinite loop in user logic (such as an unescaped WHILE or JUMP loop), excessive execution of complex floating-point mathematical blocks, or high-frequency hardware interrupt OBs interrupting the main program continuously.
Q7Replacing a damaged PLC analog input module results in a bus fault (BF) flashing across the entire rack. What was missed?
AnswerThe module hardware firmware revision or exact catalog part number does not match the original hardware configuration, or the backplane ribbon connector / DIN-rail bus connector pins were bent during insertion.
Q8A machine trips intermittently because of an unexplained PLC restart every time a nearby 75 kW motor starts Direct-on-Line (DOL). Root cause?
AnswerSevere line voltage sag on the 230VAC supply feeding the PLC power supply, or intense electromagnetic transient interference (EMI) radiating from unshielded motor leads into the PLC control power cable.
Q9What safety hazard arises if an emergency stop circuit is wired strictly through standard PLC digital inputs instead of a safety relay / safety PLC?
AnswerStandard PLCs are non-deterministic and can suffer hardware semiconductor welded outputs, memory corruption, or firmware lockups, failing to open actuators during an emergency. Safety standards (ISO 13849 / IEC 62061) require fail-safe redundancy.
Q10How does electrical common-mode noise on the 0VDC control bus cause phantom input triggering, and how is it eliminated?
AnswerNoise induced from ground loops or inductive switching creates voltage spikes exceeding the logical TRUE threshold (>15V on a 24V system). Eliminate by bonding 0VDC to single-point machine chassis ground (PE) and installing RC snubbers across inductive loads.
DIGITAL & ANALOG I/O SIGNALS (CURRENT 4-20MA, VOLTAGE 0-10V, RTD, THERMOCOUPLE)
Q11A 4-20mA pressure transmitter reads exactly 0.0 mA at the PLC analog input terminals. How do you troubleshoot the loop step-by-step?
AnswerMeasure loop voltage across the transmitter (+24VDC expected). If 24V is present, check for a broken wire (open circuit) in the loop, blown series fuse on the analog module, reverse polarity on terminal connections, or a failed sensor transmitter head.
Q12What is the fundamental operational difference between a 2-wire (loop-powered) and a 4-wire (active) 4-20mA transmitter?
AnswerA 2-wire transmitter draws operating power from the same 24VDC loop it modulates to represent the signal (must connect in series with loop supply). A 4-wire transmitter has dedicated external power wires and actively outputs powered current directly from its signal pins.
Q13An analog 0-10V level sensor signal fluctuates wildy by +/-1.5V whenever a nearby variable frequency drive (VFD) runs. How to resolve?
AnswerGround the overall cable shield at ONE end only (typically at the PLC cabinet side). Replace unshielded wire with twisted-pair shielded instrumentation cable, route away from VFD motor cables, and verify that 0VDC analog common is properly referenced.
Q14What causes an RTD (PT100) temperature reading to read 30 deg C higher than actual process temperature?
AnswerUsing a 2-wire RTD configuration over a long distance where copper wire resistance is added directly to sensor resistance, or selecting the wrong RTD type (e.g., PT1000 selected in software while PT100 is wired). Upgrade to a 3-wire or 4-wire RTD circuit.
Q15A Type K thermocouple reads inverted temperature (reading drops when the process gets hotter). What mistake was made?
AnswerThe thermocouple extension lead wires are cross-connected (reversed polarity at the terminal block or transmitter head). Thermocouple thermoelectric millivoltage is polarized; reverse connection inverts the temperature coefficient.
Q16Why does replacing thermocouple compensation cable with standard copper wire cause massive temperature measurement errors?
AnswerStandard copper creates secondary uncompensated cold junctions where it meets thermocouple alloy pins. Thermocouple extension wire must use identical thermoelectric alloys (e.g., Chromel-Alumel for Type K) to maintain correct reference junction physics.
Q17A PNP inductive proximity sensor output reads 24VDC when disconnected, but drops to 2.5VDC when wired into the PLC digital input card. Why?
AnswerThe PLC input card is configured for Sinking (NPN inputs) instead of Sourcing (PNP inputs), or the digital input channel internal optocoupler impedance is damaged, pulling excessive load current.
Q18What diagnostic instrument is mandatory for calibrating, simulating, and sourcing a 4-20mA loop on the shop floor?
AnswerA handheld precision Loop Calibrator (e.g., Fluke 787 / 789 ProcessMeter). It can source 24V loop power while measuring current, or actively simulate a transmitter to verify PLC scaling registers independently.
Q19An analog input value in the PLC displays 32767 (maximum overflow value) continuously. What fault does this indicate?
AnswerOpen circuit on an RTD/thermocouple input (sensor break detection), or an over-range condition where input current exceeds 22 mA / input voltage exceeds 11V, driving the ADC register into positive saturation.
Q20How does converting an analog signal to square root scaling apply to differential pressure (DP) flow measurement?
AnswerAccording to Bernoulli's principle, fluid flow rate is proportional to the square root of differential pressure ($Q \propto \sqrt{\Delta P}$). If square root extraction is omitted in the transmitter or PLC, flow readings will be exponentially distorted at low flow.
VARIABLE FREQUENCY DRIVES (VFD) & AC INDUCTION MOTORS
Q21A VFD trips on 'Overcurrent (OC)' immediately when the RUN command is given, before the motor shaft even begins to rotate. Where is the fault?
AnswerDirect short-circuit on the motor side: shorted IGBT module inside the drive, short-circuit between motor phase leads, motor stator phase-to-phase or phase-to-ground winding breakdown, or mechanical brake locked solid.
Q22A 30 kW VFD trips on 'Overvoltage (OV)' exclusively during motor deceleration from 50 Hz to 0 Hz. How do you solve this?
AnswerThe motor is regenerating kinetic energy back into the drive DC-link capacitors during deceleration. Increase the deceleration ramp time, enable regenerative overvoltage avoidance, or install an external dynamic braking resistor (DBR) with braking chopper.
Q23How do you test the 3-phase input diode bridge and output IGBT transistors of an unpowered VFD using a digital multimeter?
AnswerUse multimeter in Diode Mode. Probe from DC+ to input terminals (L1, L2, L3) and output terminals (U, V, W), then repeat from DC- with opposite polarity. Healthy diode drops read ~0.3V to 0.7V forward and infinite (OL) reverse across all 12 power junctions.
Q24A motor driven by a VFD hums loudly, vibrates, and draws excessive current without producing usable torque. What parameter or wiring is wrong?
AnswerMissing one output phase (running single-phase on two legs), motor connected in Star (Y) while VFD parameters are set for Delta, or motor base frequency / V/f ratio configured incorrectly (e.g., 50 Hz motor programmed at 60 Hz base).
Q25Why must motor cable length between a 400V/480V VFD and an AC motor be limited or fitted with an output dV/dt filter?
AnswerFast IGBT switching creates reflected voltage wave phenomena on long cables (>30–50 meters). Voltage reflections double peak voltage (>1200V–1600V) at motor terminals, puncturing standard stator winding insulation and causing phase-to-ground flashover.
Q26What causes premature fluting wear and failure of motor drive-end bearings on VFD-operated installations?
AnswerCommon-mode voltage induced onto the rotor shaft by high-frequency VFD switching arcs through the thin bearing oil film to ground (Electrical Discharge Machining - EDM). Install shaft grounding rings (e.g., Aegis ring) or insulated ceramic bearings.
Q27A VFD displays an 'Undervoltage (UV)' fault while line input voltage measures normal 415VAC. What internal component failed?
AnswerOpen-circuit internal soft-charge pre-charge resistor/relay, blown DC-link fuse, degraded and dried-out electrolytic DC-link filter bus capacitors, or defective DC bus voltage sensing divider resistor chain.
Q28Why does a standard AC induction motor overheat when run continuously at 15 Hz via a VFD under full rated torque?
AnswerThe shaft-mounted mechanical cooling fan speed is tied directly to rotor speed. At 15 Hz (30% speed), cooling airflow collapses by over 80% while full torque produces 100% $I^2R$ copper losses. Install an independent constant-speed electric forced-cooling blower.
Q29What is the difference between V/f (Scalar) Control and Open-Loop Vector (Flux Vector) Control on an industrial drive?
AnswerV/f maintains a fixed ratio of voltage to frequency, suitable for fans and centrifugal pumps with poor low-speed torque. Vector control mathematically decouples magnetizing flux from torque-producing current, providing 150%+ full rated torque at zero speed.
Q30A VFD analog 4-20mA speed reference input is configured, but the drive runs only at minimum speed (0 Hz) regardless of signal. What to verify?
AnswerCheck the hardware DIP switch on the control card selecting between 0-10V and 4-20mA mode (often set to Voltage by default), verify AI scaling parameters (Min mA = 4.0, Max mA = 20.0), and confirm that the RUN enable forward terminal is closed.
SERVO DRIVES, MOTION CONTROLLERS & STEPPER SYSTEMS
Q31A servo motor produces an extreme high-frequency screeching / buzzing vibration when stationary under position hold. How do you tune it?
AnswerThe position loop proportional gain (Kp) or velocity loop gain (Kv) is set excessively high, causing mechanical resonance. Decrease velocity loop gain or configure the servo drive notch filter / low-pass filter to attenuate the mechanical anti-resonance frequency.
Q32A high-speed pick-and-place servo axis trips on 'Position Error Counter Overflow / Following Error Excessive'. What failed?
AnswerThe real axis position is lagging too far behind the commanded trajectory profile. Inspect for mechanical linear guide binding, undersized motor torque, overtightened gibs, broken timing belt, or aggressive acceleration rates ($d^2x/dt^2$).
Q33What is the fundamental difference between an Incremental Optical Encoder and an Absolute Multi-Turn Optical Encoder?
AnswerAn incremental encoder loses its position upon power loss, outputting pulse trains (A, B, Z) that require an axis homing routine at startup. An absolute multi-turn encoder maintains absolute mechanical position permanently via geared optical discs or battery-backed magnetic registers.
Q34A vertical Z-axis servo motor drops 50 mm downward the instant the machine Emergency Stop is hit. What is malfunctioning?
AnswerThe 24VDC internal electromagnetic holding brake failed to engage, the brake relay circuit has a slow de-energization delay, or mechanical brake friction pads are worn/glazed with oil.
Q35A stepper motor stalls, loses steps, and chatters loudly when attempting high-speed indexing moves. Why?
AnswerStepper motors exhibit steep torque drop-off as speed increases due to winding back-EMF opposing coil current rise ($L \cdot di/dt$). Increase drive DC bus voltage, implement microstepping, or program a trapezoidal S-curve acceleration ramp.
Q36A multi-axis CNC gantry experiences a 'Loss of Commutation / Hall Sensor Sequence' fault upon powering up. Where to inspect?
AnswerCheck the encoder commutation tracks (U, V, W channels) or Hall sensor wiring harness. Damaged encoder cable shielding, bent pins in military circular connectors, or motor phase leads UVW swapped relative to encoder alignment.
Q37What diagnostic tool is used to monitor servo drive torque ripple, speed feedback, and position error in real time?
AnswerThe drive manufacturer's integrated PC software oscilloscope (e.g., Siemens Sizer/Starter, Rockwell Motion Analyzer, Yaskawa SigmaWin+). It samples drive internal DSP registers at 125–250 microsecond loops.
Q38Why does a high-inertia mechanical load (e.g., large rotary dial table) require a mechanical gearbox rather than direct-drive servo sizing?
AnswerInertia mismatch ratio ($J_{load} / J_{motor}$). If the ratio exceeds 5:1 to 10:1, the control loop becomes physically unstable. A planetary gearbox reduces reflected inertia to the motor by the square of the gear ratio ($J_{reflected} = J_{load} / N^2$).
Q39An absolute encoder battery alarm appears on the servo drive display. What happens if control panel power is turned off before replacing the battery?
AnswerThe multi-turn revolution counter memory register will clear to zero. When panel power returns, the axis loses its absolute home reference, requiring complete physical mechanical recalibration of machine origin.
Q40A servo motor runs forward normally, but halts and alarms out whenever moving in the reverse direction. What simple hardware input is tripped?
AnswerThe hardware Reverse Over-Travel limit switch (RL / -OT) is open-circuit, disconnected, or the safety sensor flag is mechanically jammed.
INDUSTRIAL COMMUNICATION NETWORKS (PROFIBUS, PROFINET, MODBUS, ETHERNET/IP)
Q41A Profibus-DP network experiences random, intermittent slave dropouts. What physical layer defect is most common?
AnswerMissing, damaged, or unpowered terminating resistors at either physical end of the bus segment, an overtightened zip-tie crushing the purple cable impedance, or excessive stub-line lengths (>0.3 m).
Q42How do you measure the health of an RS-485 Modbus RTU serial bus using a digital multimeter?
AnswerPower down network. Measure resistance across A (Data-) and B (Data+): healthy terminated bus measures exactly 60 ohms (two 120-ohm resistors in parallel). With power on and idle, measure DC voltage: A is ~2.2V, B is ~2.8V (differential delta >200 mV).
Q43A Profinet IO device communicates normally, but throws intermittent 'F-Device Communication Loss' safety trips. Why?
AnswerSafety packets (PROFIsafe) have strict watchdog timeout monitoring (F-Watchdog time). Excessive network packet jitter caused by unmanaged Ethernet switches lacking QoS, or heavy broadcast traffic, delays packets beyond timeout.
Q44What happens when two PLC devices on an Ethernet/IP network are accidentally configured with duplicate static IP addresses?
AnswerARP (Address Resolution Protocol) poisoning / IP address conflict. Network switches flood MAC tables, causing both devices to rapidly cycle online/offline, dropping SCADA and IO communications across the subnet.
Q45Why must an industrial Ethernet cable use stranded/shielded STP (Shielded Twisted Pair) with metal-jacketed RJ45 plugs instead of commercial CAT5 UTP?
AnswerCommercial UTP lacks braided ground shielding and mechanical durability. Variable frequency drives and high-power contactors induce common-mode voltages into unshielded pairs, corrupting Ethernet frames and triggering CRC packet drops.
Q46What diagnostic tool is standard for capturing, filtering, and decoding Ethernet network packets on an industrial automation ring?
AnswerWireshark packet analyzer running on a mirrored port of a managed industrial Ethernet switch. It inspects packet timestamps, TCP retransmissions, Profinet DCP identification frames, and Modbus exception responses.
Q47A Modbus TCP slave responds with 'Exception Code 02 (Illegal Data Address)'. What does this mean?
AnswerThe master PLC requested a Holding Register or Input Register address that does not exist or is outside the allocated memory table of the slave device (e.g., requesting Register 40100 when slave registers end at 40050).
Q48How does a Device Level Ring (DLR) or Media Redundancy Protocol (MRP) ring maintain communication when an Ethernet cable is severed?
AnswerThe Ring Supervisor / Redundancy Manager blocks one port to prevent broadcast loops. When a physical cable cuts, the supervisor detects link loss within 10–50 milliseconds and automatically opens the alternate port, restoring ring continuity.
Q49A Profibus DB9 connector has a small slide switch labeled 'ON/OFF'. When should this switch be in the 'ON' position?
AnswerThe termination switch must be 'ON' strictly at the FIRST physical node (e.g., PLC CPU) and the LAST physical node on the cable segment. All intermediate pass-through slave connectors must be set to 'OFF'.
Q50What is the cause of a Profinet 'DCP Device Name Not Found' fault when replacing a remote IO station?
AnswerProfinet routes data based on the assigned device station name (e.g., 'io-station-1'), NOT strictly by IP address. The replacement module must have its Profinet Name written into non-volatile EEPROM via engineering software before it can join the network.
SENSORS, INSTRUMENTATION & ENCODERS
Q51An inductive proximity sensor fails to detect a target workpiece at 4 mm distance, even though its nominal rating is 4 mm. Why?
AnswerCorrection factor (derating factor). Nominal sensing distance is rated for a standard mild steel plate. Non-ferrous metals reduce sensing range significantly: Stainless Steel (~0.7x), Brass (~0.4x), Aluminum (~0.3x -> 1.2 mm actual range).
Q52A retro-reflective photoelectric sensor with a reflector triggers false detections whenever an operator with a hi-vis vest walks by. How to fix?
AnswerUpgrade to a Polarized Retro-reflective sensor. Polarized sensors emit light through a polarizing filter; the target corner-cube reflector rotates the light polarization plane by 90 degrees. Shiny vests or metal surfaces reflect light unrotated and are ignored.
Q53A differential pressure (DP) transmitter measuring water tank level outputs 4 mA when the tank is completely full. What happened?
AnswerThe high-pressure (HP) and low-pressure (LP) impulse impulse tubing lines were connected in reverse at the transmitter manifold block, creating negative differential pressure.
Q54Why does an ultrasonic level sensor give erratic, jumpy level readings inside a chemical mixing tank?
AnswerMechanical agitator blades, surface foam, and intense steam/vapor. Foam absorbs ultrasonic acoustic waves, while vapors change the speed of sound, creating severe distance calculation errors. Replace with an 80 GHz Non-Contact Radar level transmitter.
Q55A capacitive proximity sensor triggers erratically when ambient factory humidity rises on rainy days. Why?
AnswerCapacitive sensors operate by sensing changes in dielectric permittivity ($\epsilon_r$). Water has an extremely high dielectric constant ($\epsilon_r pprox 80$). Condensed moisture or humidity films on the sensor face simulate a target.
Q56What causes a magnetic cylinder reed switch to stick ON permanently even after the pneumatic piston has moved away?
AnswerContact welding. Connecting an inductive valve coil or capacitive cable without a suppression resistor causes micro-arcing across the mechanical reeds, physically welding the microscopic contacts together.
Q57How do you verify whether a rotary optical encoder signal degradation is caused by electrical noise or a cracked optical glass disc?
AnswerRotate the encoder shaft slowly by hand while probing channels A and B on an oscilloscope. A cracked disc produces missing or asymmetrical pulses at the exact same physical shaft angle every revolution; electrical noise produces random erratic spikes independent of angle.
Q58A Coriolis mass flowmeter displays an error code 'Tube Oscillation Drive Gain Maximum'. What mechanical issue is present?
AnswerSevere pipe vibration coupling into the sensor, entrained air/gas bubbles in a liquid stream causing dampening (two-phase flow), or heavy coating/clogging inside the vibrating measurement tubes.
Q59What is the consequence of mounting an electromagnetic flowmeter (Magmeter) in a vertical pipe with fluid flowing downwards?
AnswerGravity can cause the pipe to run partially empty, losing electrical contact with the upper electrode. Magmeters require a 100% full pipe at all times; vertical piping must always have fluid flowing UPWARDS.
Q60An IO-Link smart master port flashes red and drops sensor communication. How is IO-Link diagnosed?
AnswerIO-Link uses point-to-point 24V digital SDCI communication at 38.4 or 230.4 kbps over standard 3-wire cable (Pin 4 C/Q). Check cable length (<20 meters mandatory), verify device IODD file matches firmware, and inspect for 24V short circuits.
INDUSTRIAL SAFETY SYSTEMS, SAFETY RELAYS & LIGHT CURTAINS
Q61A dual-channel safety relay refuses to reset; the 'CH1' LED is ON but the 'CH2' LED is OFF. What is the fault?
AnswerContact discrepancy / channel cross-fault. Channel 1 closed, but Channel 2 remained open due to a loose wire, damaged contact block on the E-stop button, or short to ground on Channel 2 wiring.
Q62What is the mandatory function of an external Feedback Monitoring Loop (EDM - External Device Monitoring) on a safety relay?
AnswerIt wires the mechanically linked normally-closed (NC) auxiliary contacts of downstream power contactors in series with the reset button. If a contactor welds shut, the NC contact stays open, preventing the safety circuit from resetting.
Q63A Category 4 / Type 4 safety light curtain trips randomly with no visible obstruction in the optical beam path. Cause?
AnswerOptical transmitter/receiver misalignment, vibration shaking optical columns out of parallel tolerance, dirty front optical lenses, or optical crosstalk from an adjacent machine light curtain operating on the same optical channel/frequency.
Q64What electrical defect causes a safety relay to trigger a 'Cross-Fault Detection' alarm across dual input channels?
AnswerAn electrical short-circuit between Channel 1 and Channel 2 wires. Safety relays pulse independent, out-of-phase test signals (Pulsed 24V) down each channel; if the pulses bleed into each other, a short is detected immediately.
Q65How does a safety interlock gate switch with guard locking (solenoid lock) prevent entrapment inside robotic cells?
AnswerPower-to-unlock mechanism. The robotic cell must complete its cycle, verify motion zero-speed, and confirm all axes are stationary before the safety controller energizes the solenoid to release the mechanical gate latch.
Q66Why are standard mechanical safety gate limit switches being replaced by RFID-coded non-contact safety switches?
AnswerDefeat resistance (tamper-proofing). Machine operators frequently bypass standard mechanical tongue switches using spare mechanical keys. RFID switches require an encrypted, matched RFID tag that cannot be easily bypassed.
Q67A safety relay output contacts weld shut during testing. What critical protection component was omitted?
AnswerFusing on the safety output contacts. Safety relay output contacts must be protected by an inline fast-acting fuse rated lower than the contact maximum rating (e.g., 4A fuse on a 6A contact) to prevent overcurrent welding.
Q68What is the minimum optical safety distance calculation for a safety light curtain under ISO 13855?
AnswerFormula: $S = (K imes T) + C$, where $K$ is hand approach speed (typically 2000 mm/s), $T$ is total stopping time (light curtain response + safety relay response + machine physical stop time), and $C$ is depth penetration factor.
Q69A safety laser scanner on an Automated Guided Vehicle (AGV) enters false emergency stop in open aisles. What is wrong?
AnswerAirborne dust/steam particles scattering the laser beam, highly reflective background surfaces (mirrors, polished steel panels) blinding the receiver, or the safety protective field zone configured too close to floor contours.
Q70What is the difference between a Safe Torque Off (STO) function and a conventional power contactor drop?
AnswerSTO disables gate drive pulses to inverter IGBTs electronically inside the drive hardware, eliminating motor torque production safely without needing to physically arc and sever the main 400V high-power contactor.
๐ Buy Full Troubleshooting Q&A PDF — ₹99
You’ve read the first 70 questions here. Get the complete Troubleshooting Question Bank PDF with all questions and clear answers. One-time price: ₹99.
๐ Buy PDF – ₹99
Comments
Post a Comment