Q1 (10 Marks) Control & Instrumentation
MET • Written Exam

(a) Describe the working principle of a Programmable Logic Controller (PLC) used in ship automation systems. How does a PLC enhance the safety and efficiency of shipboard operations? (8)

(b) Explain the process of programming a PLC for an emergency shutdown sequence on a marine engine. What considerations should be taken into account to ensure reliable operation in critical situations? (8)

Appeared In: Aug 2024

Verified Model Answer (Text Solution)

Structured for DG Shipping MEO Class II examination scoring criteria.

Exam Ready
Part (a)

Working principle of a Programmable Logic Controller (PLC) used in ship automation:

  • A PLC is a solid-state industrial computer that monitors inputs and controls outputs according to a stored program. It consists of a central processing unit (CPU), a memory, input modules, output modules, and a power supply.
  • Inputs (from sensors, switches, push buttons, limit switches, transducers) are read by the input modules and converted to digital signals. The CPU scans the program (ladder logic or other language) cyclically, evaluates the logic based on the input states, and updates the outputs. The output modules drive the actuators (contactors, valves, solenoids, alarms, indicators).
  • The scan cycle (read inputs, execute program, update outputs) repeats continuously, giving real-time control.
  • How a PLC enhances safety and efficiency:
  • Safety: it provides reliable, repeatable control of safety functions (alarms, shutdowns, interlocks), monitors critical parameters, and can be programmed to fail-safe. It reduces human error and gives fast, consistent response.
  • Efficiency: it optimises processes (e.g. automatic start/stop of pumps, load management, temperature and level control), reduces energy consumption, provides monitoring and data logging, and allows easy modification of the control logic without rewiring.
Part (b)

Programming a PLC for an emergency shutdown (ESD) sequence on a marine engine, and considerations for reliability:

  • Programming: the ESD sequence is programmed in ladder logic. The inputs are the emergency stop push buttons, engine overspeed switch, low lubricating oil pressure switch, high cooling water temperature switch, and other trip sensors. The logic is arranged so that any trip condition (or a combination, e.g. two-out-of-three voting for critical trips) energises the shutdown output, which operates the fuel shut-off valve, stops the fuel supply, and initiates the alarm.
  • The program includes: latching of the trip condition (so the shutdown is maintained even if the sensor returns to normal), an alarm output, and a reset interlock (the engine cannot be restarted until the trip is acknowledged and reset).
  • Considerations for reliable operation in critical situations:
  • Use fail-safe logic (de-energise to trip) so that a loss of power or a broken wire causes a safe shutdown.
  • Use redundant sensors and voting (e.g. two-out-of-three) for critical trips to avoid spurious trips while ensuring genuine trips are detected.
  • Provide a reliable, uninterruptible power supply (UPS) for the PLC.
  • Use a watchdog timer to detect PLC failure and initiate a safe shutdown.
  • Test the ESD system regularly and document the logic.
  • Ensure the program is simple, well-documented, and protected against unauthorised modification.
  • Provide manual emergency stop as a backup independent of the PLC.
← Back to MET Question Bank Upload Recent Question Paper →