English:Automation Systems

Automation Systems
Introduction
Automation systems make machines and processes perform useful work with less continuous manual control. In a modern workshop or factory, a typical system combines sensors, a controller, actuators, an operator interface, communication networks, and safety functions. You may meet automation in packaging lines, machine tools, building services, food production, water treatment, logistics, process plants, and robotic cells.

This aiMOOC is designed for apprentices, trainees, and vocational students in Mechatronics, Electrical engineering, Industrial automation, maintenance, manufacturing, and related technical fields. You will learn to read an automation system as a chain of information and action, explain how common components work together, follow safe working principles, and plan basic commissioning and troubleshooting activities.
After completing the course, you should be able to:
- Automation principles: Explain the difference between manual control, open-loop control, and closed-loop control.
- Sensors: Identify common discrete and analog sensing tasks and trace their signals into a controller.
- PLCs: Describe the input-process-output cycle and interpret simple control logic.
- Actuators: Relate controller outputs to motors, valves, cylinders, relays, drives, and robots.
- HMI and SCADA: Explain how operators monitor, command, acknowledge, and diagnose an automated process.
- Safety: Distinguish normal control from safety functions and apply risk-aware work practices.
- Industrial networks: Describe why automation devices exchange data and why operational technology requires cybersecurity.
- Commissioning and maintenance: Use documentation, observation, measurement, and structured fault finding to support reliable operation.
Understanding Automation Systems
What Makes a System Automated?
An automation system observes a process, makes decisions according to programmed rules or control algorithms, and influences the process through outputs. The basic information path is often process → sensor → controller → actuator → process. An HMI or SCADA system adds operator visibility and commands, while a safety system monitors hazards and can force the machine into a safer state.
Automation is not the same as mechanization. A powered conveyor is mechanized; it becomes part of an automated system when sensing and control logic determine when it should start, stop, change speed, reject a product, or report a fault. Automation can be discrete, such as counting boxes and moving cylinders, or continuous, such as maintaining temperature, pressure, level, or flow.
A simple open-loop system acts without measuring the result. A closed-loop system measures the process result and feeds it back to a controller. Closed-loop control is important when disturbances can move the process away from its required value.

A Practical Example: Automated Packaging Line
Imagine a conveyor carrying cartons toward a packing station. A photoelectric sensor detects each carton. The PLC receives this input and checks whether the line is ready. If all required conditions are true, it commands a motor drive to move the conveyor and a pneumatic valve to operate a cylinder. A second sensor confirms the cylinder position. An HMI shows production counts and alarms. A safety circuit monitors emergency-stop devices and guards.
This example shows an important vocational principle: no component works in isolation. A fault that appears to be a motor problem may originate from a sensor, wiring connection, PLC condition, interlock, network message, drive fault, or safety function. Good technicians therefore follow the signal path and use drawings, status information, and measured evidence instead of guessing.
Sensors and Input Signals
From Physical Condition to Electrical Signal
A sensor detects a physical, electrical, or chemical condition and provides a usable signal. Industrial systems commonly sense position, presence, distance, speed, temperature, pressure, level, flow, force, vibration, and light. The selected sensor must suit the material, range, environment, accuracy, switching frequency, and required safety level.

Common discrete inputs have two logical states, such as object present or object absent. Typical devices include limit switches, inductive proximity sensors, photoelectric sensors, selector switches, and pushbuttons. Analog inputs represent a range of values, such as temperature or pressure. Common industrial signal forms include voltage, current, resistance, pulse, and digitally communicated measurement values.
When tracing an input problem, separate the questions: Is the physical condition present? Is the sensor powered and operating? Is the signal reaching the input terminal? Does the controller recognize the input? Does the program use the input in the expected logic? This layered approach prevents random part replacement.
Signal Quality and Diagnostics
Industrial signals can be affected by poor connections, contamination, misalignment, incorrect scaling, electrical noise, damaged cables, or incorrect configuration. Smart sensors may also provide diagnostics in addition to the process value. However, a diagnostic message is evidence to interpret, not a substitute for checking the actual machine condition.
For analog signals, technicians must understand range and scaling. For example, a transmitter may send a standard current signal representing a specified pressure range. The controller converts the raw input to engineering units. If the configured range is wrong, the display can be wrong even when the sensor and wiring are healthy.
Controllers and PLCs
The Role of the PLC
A programmable logic controller, or PLC, is an industrial digital controller designed to execute control logic reliably in demanding environments. PLCs are widely used for machines and processes because their inputs, outputs, programs, communications, diagnostics, and modular hardware can be adapted to many applications.

A simplified PLC operating cycle is:
- Read inputs: The controller obtains the current states or values from connected inputs.
- Execute logic: The program evaluates conditions, sequences, calculations, timers, counters, and control functions.
- Update outputs: The controller sends commands to output modules or networked devices.
- Communicate and diagnose: The controller exchanges data and performs system services according to its design.
Real PLCs can also use interrupts, event tasks, multiple program cycles, network updates, and specialized motion or safety processors, so the simple scan model is a foundation rather than a complete description.
PLC Inputs and Outputs
Digital input modules receive on-off signals. Analog input modules receive varying measurement signals. Digital outputs switch devices or control interface relays, while analog outputs provide continuous command values. Some systems also use high-speed counters, temperature modules, motion modules, safety I/O, and distributed remote I/O.
Never assume that a PLC output can safely power a load directly. The electrical design may require contactors, relays, motor starters, drive interfaces, fuses, circuit protection, or isolation. Always work from the approved circuit diagram and equipment documentation.
PLC Programming Languages
IEC 61131-3 defines programming languages for programmable controllers. The 2025 edition specifies Structured Text, Ladder Diagram, and Function Block Diagram, and defines Sequential Function Chart elements for structuring programs and function blocks. In vocational practice, the language you meet depends on the machine, industry, controller family, and company standards.
Ladder Diagram resembles relay logic and is widely used for discrete machine control. Function Block Diagram connects functional blocks graphically and is useful for signal processing and control functions. Structured Text is a textual language suited to calculations, data handling, loops, and algorithms. Sequential Function Chart helps represent steps and transitions in sequential processes.
Readable automation software uses meaningful tag names, comments, clear function boundaries, defined operating modes, and controlled changes. A program that works but cannot be safely understood or maintained is not good industrial practice.
Actuators, Drives, and Robots
Turning Commands into Physical Action
An actuator changes the physical process. Examples include solenoid valves, pneumatic and hydraulic cylinders, contactors, heaters, pumps, fans, electric motors, servomotors, and industrial robots. The controller usually does not supply the actuator's main power; instead, it sends a command to suitable interface or power equipment.
A motor may be switched by a contactor or controlled by an electronic drive. A pneumatic cylinder is commonly moved by a valve that directs compressed air. A robot controller interprets motion programs and coordinates multiple axes while exchanging status and commands with the wider automation system.

Variable Frequency Drives
A variable frequency drive, or VFD, controls an AC motor by adjusting the supplied electrical frequency and voltage. In suitable applications this enables controlled acceleration, deceleration, speed regulation, and process control. VFDs are common on conveyors, pumps, fans, and other motor-driven equipment.

A PLC can exchange start commands, speed setpoints, status, actual values, and fault information with a drive through wired signals or an industrial network. When troubleshooting, distinguish between the PLC command, the drive's internal enable conditions, the power stage, the motor, and the mechanical load.
HMI and SCADA
Human-Machine Interface
A human-machine interface, or HMI, allows an operator to see process states and interact with a machine. Typical functions include start and stop commands, mode selection, setpoints, status indication, alarms, trends, recipes, maintenance pages, and diagnostic information.

A good HMI supports correct decisions. Important information should be clear, consistent, and prioritized. Alarms should identify abnormal conditions that require attention rather than overwhelm the operator with unnecessary messages. HMI commands must also respect PLC logic, permissions, interlocks, and safety functions.
SCADA and Supervisory Control
SCADA systems collect and display data from controllers and remote devices across a larger process or site. They can support operator supervision, alarm handling, historical trends, reports, and remote data acquisition. SCADA does not replace local control logic; PLCs, RTUs, or other controllers typically continue to perform time-critical control close to the process.

Feedback and Process Control
Setpoint, Process Variable, and Error
In a closed control loop, the setpoint is the desired value and the process variable is the measured value. The controller compares them and changes its output to reduce the difference. The final control element may be a valve, drive, heater, damper, or another actuator.
For example, a temperature loop can use a temperature sensor as the measurement, a controller as the decision-maker, and a heater or control valve as the final control element. A disturbance, such as colder incoming material, changes the process. Feedback allows the controller to detect the change and respond.
PID Control
A PID controller combines proportional, integral, and derivative actions. Proportional action responds to the present error, integral action responds to accumulated error over time, and derivative action responds to the rate of change of error. The mix of these actions must be tuned for the process.
PID is common in continuous control, but it is not the right solution for every task. Many machine sequences use logic, timers, state machines, motion control, or simple on-off control instead. Tuning a real process should be performed by competent personnel using approved procedures because poor settings can create instability, equipment stress, or unsafe process conditions.
Industrial Communication and Data Flow
Networks in Automation
Automation devices need to exchange commands, measurements, configuration data, diagnostics, and status information. Depending on the installation, you may encounter industrial Ethernet, fieldbus systems, serial communication, or dedicated safety networks. Examples include PROFINET, EtherNet/IP, EtherCAT, Modbus TCP, CAN-based systems, and vendor-specific networks.
The protocol name alone does not explain the whole system. You must also understand the device addresses, network topology, update behavior, data mapping, controller configuration, and fault-handling strategy. A network fault can appear as many simultaneous device faults, so network diagnosis should start with topology and common points rather than treating every device as an independent failure.
From Machine Data to Production Information
A useful way to think about automation data is in layers. Field devices describe the physical process. Controllers coordinate machine behavior. HMIs and SCADA provide operational visibility. Higher-level manufacturing or information systems may use selected production data for scheduling, quality, maintenance, and analysis.
Only the data required for a defined purpose should cross between zones. Clear interfaces, documented ownership, and controlled access improve both reliability and cybersecurity.
Functional Safety and Safe Work
Normal Control Is Not Safety Control
A machine may work correctly and still be unsafe if hazards are not properly controlled. Safety engineering begins with hazard identification, risk assessment, and risk reduction. Depending on the machine, protective measures can include guards, interlocks, light curtains, emergency-stop devices, safe drive functions, safety relays, safety PLCs, and defined operating procedures.

An emergency stop is an important protective function, but it is not a substitute for energy isolation. Maintenance that exposes a person to hazardous energy requires the applicable isolation and lockout procedure, carried out by authorized personnel according to local law, workplace rules, and machine documentation.
Never bypass a guard, defeat an interlock, force a safety output, or enter a hazardous area simply to make troubleshooting faster. If a test requires energized equipment, it must be planned, authorized, risk-controlled, and carried out by competent persons using the site's approved procedure.
Safety Functions and Interlocks
A normal process interlock prevents an action because process conditions are not ready. A safety function exists to reduce risk. Although both may appear as Boolean logic, their required architecture, diagnostics, reliability, validation, and change control can be very different.
When you work on an automated machine, know which signals belong to ordinary control and which belong to safety. Safety-related software and hardware must only be modified, tested, and validated by appropriately authorized and competent persons.
Cybersecurity in Operational Technology
Automation systems are part of operational technology, or OT. NIST guidance treats PLCs, SCADA, distributed control systems, building automation, and other cyber-physical systems as OT that has special performance, reliability, and safety requirements.
Good OT cybersecurity includes asset identification, controlled user access, network segmentation, secure remote access, configuration management, backups, patch and vulnerability processes appropriate to the plant, logging, and tested recovery plans. A technician should not connect an unknown laptop, USB device, wireless access point, or network cable to a production control system without authorization.
Cybersecurity and maintenance are connected. An undocumented program change, default password, unmanaged switch, or untested firmware update can create operational risk even when no attacker is involved. Treat controller programs, recipes, HMI projects, drive parameters, and network configurations as controlled technical assets.
Commissioning, Troubleshooting, and Maintenance
Commissioning a System
Commissioning proves that an installed system behaves as intended. The exact process varies, but a disciplined workflow commonly includes document review, visual inspection, electrical and mechanical checks, I/O verification, safety-function validation, controlled functional testing, alarm checks, mode tests, performance tests, backup creation, and handover documentation.
A vocational technician should understand the difference between checking and changing. You can often learn a great deal by observing status indicators, comparing drawings with actual wiring, reading diagnostics, and tracing signal states before changing software or parameters.
Structured Troubleshooting
Use a repeatable method:
- Define the symptom: Record what is wrong, when it occurs, and what still works.
- Check documentation: Use electrical drawings, I/O lists, network plans, manuals, and approved software versions.
- Follow the signal path: Move from the physical process through sensor, input, logic, output, interface, actuator, and mechanical result.
- Test one hypothesis at a time: Prefer measurements and observable evidence over assumptions.
- Control changes: Back up approved versions and document any authorized modification.
- Verify the repair: Confirm normal operation, alarms, interlocks, and required safety functions before handover.
Good troubleshooting minimizes unnecessary changes. If you change several variables at once, you may hide the original cause and create a second fault.
Preventive and Predictive Maintenance
Preventive maintenance is performed at planned intervals to reduce failure probability. Predictive or condition-based maintenance uses measured condition data such as vibration, temperature, current, pressure, cycle count, or drive diagnostics to decide when attention is needed.
Automation supports maintenance by recording trends, counters, alarms, and diagnostic states. However, data should be interpreted in context. A rising motor current might indicate mechanical load, process change, bearing problems, supply issues, or a different operating point. The best diagnosis combines data with process knowledge and inspection.
Work Practice for Apprentices and Trainees
Automation work combines electrical, mechanical, pneumatic, software, networking, and process knowledge. You do not need to know everything at once, but you do need a disciplined method. Ask what the machine should do, what it is actually doing, what conditions permit the next action, and what evidence supports your conclusion.
Keep an engineering notebook or digital work log. Record machine identifiers, symptoms, measurements, error codes, software versions, parameter changes, and outcomes. Communicate clearly at shift changes. Respect permit systems, isolation procedures, access rights, and change-control rules. A technically correct repair that is undocumented or unsafe is not a professional repair.
Reliable References and Standards
The following sources are useful starting points for further study. Standards may be copyrighted and workplace requirements vary by country, so use the versions and legal requirements applicable to your site.
- IEC 61131-3:2025: Current IEC specification for programmable controller programming languages.
- NIST SP 800-82 Revision 3: Guidance on operational technology security, including industrial control systems.
- ISO 12100:2010: General principles for machinery risk assessment and risk reduction.
- OSHA control of hazardous energy resources: A practical reference for lockout and tagout principles in workplaces covered by U.S. OSHA rules.
- Automation: Background reading on automation, control, and industrial applications.
Interactive Tasks
Quiz: Test Your Knowledge
What is the main role of a sensor in an automation system? (Detect a process condition and provide a signal) (!Supply the main power for a motor) (!Store every production record) (!Replace all machine guards)
Which device commonly executes machine control logic? (PLC) (!Bearing) (!Fuse) (!Gearbox)
What does a closed-loop controller use to judge the result of its action? (Feedback from the process) (!Only the operator name) (!Only the machine color) (!A fixed calendar date)
Which HMI function helps an operator recognize an abnormal condition? (Alarm display) (!Shaft coupling) (!Cable gland) (!Lubrication fitting)
Which statement best describes SCADA? (It supervises and collects data from controllers and field devices) (!It mechanically locks every machine shaft) (!It replaces all local control hardware) (!It is only a type of electric motor)
What is a common purpose of a variable frequency drive? (Control the speed of an AC motor) (!Measure liquid pH directly) (!Create compressed air) (!Replace a safety guard)
Which PLC programming language is graphical and resembles relay logic? (Ladder Diagram) (!Structured Text) (!Python) (!SQL)
Why should troubleshooting follow the signal path? (It helps locate the stage where expected behavior stops) (!It guarantees every fault is mechanical) (!It removes the need for documentation) (!It makes safety procedures unnecessary)
Which statement about an emergency stop is correct? (It is not a substitute for hazardous energy isolation) (!It always removes every form of stored energy) (!It allows guards to be bypassed during maintenance) (!It makes risk assessment unnecessary)
Which practice supports both reliability and cybersecurity in automation? (Control and document software changes) (!Share one password with all users) (!Connect unknown devices for quick testing) (!Disable backups after commissioning)
Memory Game
| Sensor | Detects a physical condition and sends a usable signal |
| Actuator | Produces a physical change in the process |
| PLC | Executes programmed control logic |
| HMI | Gives an operator a visual interface to the machine |
| Interlock | Prevents an action until required conditions are satisfied |
| SCADA | Supervises processes and collects data across controllers or remote devices |
Drag and Drop
| Match the correct terms. | Topic |
|---|---|
| Photoelectric sensor | Detects an object using light |
| Variable frequency drive | Regulates the speed of an AC motor |
| Human-machine interface | Displays process status and operator controls |
| Safety relay | Performs safety-related switching and monitoring |
| Controller backup | Preserves an approved program and configuration |
...
Crossword Puzzle
| Sensor | What device detects a condition such as presence or temperature? |
| Actuator | What device turns a control command into physical action? |
| Interlock | What condition can prevent an action until another requirement is satisfied? |
| Feedback | What returns information about the process result to a controller? |
| Setpoint | What word names the desired value in a control loop? |
| Commissioning | What process proves that an installed system works as intended? |
LearningApps
Cloze Text
Open-Ended Tasks
Easy
- Automation system map: Draw a block diagram of a familiar automated machine and label the sensor, controller, actuator, HMI, process, and safety functions.
- Sensor survey: Photograph or sketch four different sensors in your training workshop, then explain what each one detects and whether its main signal is discrete or analog.
- Operator interview: Interview a machine operator or trainer about one recurring alarm and write a short explanation of what the alarm means, what evidence is checked, and when maintenance is called.
- Signal flow video: Create a two-minute video or narrated slide sequence showing how one product moves through an automated process from detection to final action.
Standard
- PLC sequence analysis: Use a safe trainer or simulator to document a five-step machine sequence and identify the input conditions and outputs associated with each step.
- HMI redesign: Create a clear mock-up of an HMI page for a conveyor or tank system, including operating mode, key status values, alarms, and controls, and justify your layout choices.
- Controlled experiment: On a supervised training rig or simulator, change one non-safety timing or setpoint parameter within an approved range, record the system response, restore the original value, and explain the relationship you observed.
- Factory visit: Visit a workshop, training center, or production site under supervision and produce a media report that identifies controllers, sensors, actuators, networks, HMI functions, and visible safety measures without exposing confidential information.
Advanced
- Fault-finding project: Diagnose a trainer fault introduced by an instructor, document your hypotheses and measurements, identify the root cause, and show how you verified the repair without bypassing safety functions.
- Control loop investigation: Use a safe simulated temperature, level, or speed process to compare open-loop behavior with feedback control and explain how disturbances affect each approach.
- OT cybersecurity review: Create a zone-and-conduit sketch for a small training cell, identify realistic cyber and operational risks, and propose access control, backup, segmentation, and recovery measures.
- Commissioning plan: Write and present a commissioning plan for a fictional automated station that covers documentation, I/O checks, safety validation, operating modes, alarms, functional tests, backups, acceptance criteria, and handover.
Learning Assessment
- System reasoning: Given a machine that will not start, trace a justified diagnostic path from operator command through HMI, PLC conditions, safety state, output, drive, motor, and mechanical load, stating what evidence you would seek at each stage.
- Sensor selection: Choose suitable sensors for three industrial detection tasks with different materials and environments, then defend your choices using range, target material, response, mounting, and diagnostic considerations.
- Control strategy: Compare discrete sequence logic and closed-loop PID control for two different processes, and explain why each process needs a different strategy.
- Safety analysis: Analyze a maintenance scenario in which an emergency stop has been pressed and explain why additional hazardous-energy controls may still be required before work begins.
- HMI and alarm design: Evaluate a crowded operator screen and propose improvements that make abnormal situations, machine state, and required operator actions easier to understand.
- Change and recovery plan: Design a controlled procedure for updating a PLC or HMI project, including authorization, backup, version identification, testing, rollback, documentation, and cybersecurity considerations.
Evidence of Learning
Knowledge: You can explain the signal chain from process measurement through control logic to physical action, and you can distinguish PLC, HMI, SCADA, drive, actuator, network, and safety roles.
Skills: You can read basic automation diagrams, classify signals, trace an I/O path, interpret controller and drive status information, use a structured troubleshooting method, and communicate technical evidence clearly.
Products: Strong evidence can include annotated system diagrams, sensor surveys, HMI mock-ups, supervised test records, fault reports, commissioning plans, backups with version records, and short technical presentations.
Transfer: You can apply the same reasoning to unfamiliar machines by asking what should happen, what conditions are required, where information flows, what evidence is available, and which safety and authorization rules govern the work.
OERs on the Topic
Linked Learning Areas
aiMOOC Projects
NEWSLernweltNOAH fragen