Zum Inhalt springen

English:Industrial Robotics

Aus MOOCsWiki Staging
Version vom 31. August 2026, 15:23 Uhr von Glanz (Diskussion | Beiträge) (aiMOOC über GPT aiMOOC Action erstellt)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
aiMOOC-Siegel

Industrial Robotics



Introduction

Industrial robotics brings together robotics, automation, mechatronics, electrical engineering, mechanical engineering, programming, and safe work practice. In this aiMOOC, you learn how industrial robot systems are built, how they move, how they are programmed, how they interact with machines and sensors, and how they are made safe for production.

The course is designed for apprentices, trainees, and vocational students who may work as machine operators, mechatronics technicians, maintenance technicians, robot programmers, automation technicians, production specialists, or junior integrators. You do not need to be an expert programmer. You do need to think systematically, follow safety rules, read technical information carefully, and test changes in a controlled way.

An industrial robot is more than a moving arm. A complete industrial robot application normally includes the manipulator, controller, end effector, sensors, input and output signals, power sources, fixtures, workpieces, other machines, and safeguarding. ISO 8373:2021 describes an industrial robot as an automatically controlled, reprogrammable, multipurpose manipulator programmable in three or more axes for industrial automation.

The image shows industrial robots used in an automotive production setting. Their geometry, tooling, and placement are designed around the manufacturing process.

The video introduces core ideas of industrial robot operation and programming. While interfaces differ between manufacturers, concepts such as jogging, coordinate systems, motion instructions, logic, and safe operation transfer between many robot platforms.


Learning Goals

After working through this course, you should be able to explain the structure of an industrial robot system, distinguish common robot types, interpret basic robot specifications, describe coordinate systems and motion types, plan a simple robotic task, understand the purpose of a teach pendant, explain the role of sensors and input and output signals, recognize common robot hazards, and communicate a safe troubleshooting approach.

You should also be able to connect robot motion with real production requirements. In vocational work, a technically correct movement is not enough. The process must also be safe, repeatable, maintainable, fast enough for the required cycle time, compatible with tooling and fixtures, and robust against normal variation.


What Makes a Robot Industrial?

Industrial robots are designed for repeatable automation tasks in manufacturing and related industrial environments. Typical applications include material handling, machine tending, palletizing, welding, assembly, dispensing, painting, inspection, cutting, grinding, and packaging.

A robot is reprogrammable when its programmed motions or auxiliary functions can be changed without physically rebuilding the mechanism. It is multipurpose when it can be adapted to different applications, usually by changing tooling, software, fixtures, or surrounding equipment. Its programmable axes allow controlled linear or rotary movement.

Three performance terms appear frequently on robot data sheets. Payload is the mass that the robot is designed to carry under specified conditions, including the effect of the end effector and workpiece. Reach describes how far the robot can access from its base. Repeatability describes how closely the robot can return to a previously taught pose under specified conditions. Repeatability is not the same as absolute accuracy.


Robot System Components

A typical industrial robot system contains several connected subsystems. The manipulator is the mechanical arm with links and joints. Servo motors and drives create controlled motion. The controller runs motion control, logic, communication, safety-related functions, and application software. The teach pendant gives an authorized user a local interface for jogging, teaching positions, editing programs, viewing alarms, and selecting operating functions. The end effector performs the process at the robot wrist.

A teach pendant is a powerful service and programming device. In practical training, learn the location and function of emergency-stop controls, enabling devices, mode selection, jog keys, coordinate selection, speed override, program controls, and alarm displays for the specific robot in your workshop.

End effectors include mechanical grippers, vacuum grippers, welding torches, screwdrivers, dispensers, polishing tools, cameras, and special-purpose tooling. The end effector changes the robot from a general motion platform into a process machine.


Axes, Joints, and Degrees of Freedom

An axis is a controlled direction of motion. In an articulated robot, several rotary joints are arranged in a chain. A common six-axis robot can position and orient a tool in three-dimensional space with substantial flexibility. The first three axes often contribute strongly to positioning the wrist, while later wrist axes contribute strongly to orientation.

Do not assume that more axes automatically make a robot better. The required process, payload, reach, speed, available space, singularities, maintenance needs, and cost determine the appropriate structure.


Common Industrial Robot Types


Articulated Robots

Articulated robots use rotary joints and are common in welding, material handling, machine tending, assembly, and many other applications. Six-axis articulated robots are especially flexible because they can approach a workpiece from many orientations.

The image shows two six-axis welding robots. Notice that the robot is only one element of the total application: tooling, fixtures, process equipment, cables, and the surrounding cell are equally important.


SCARA Robots

A SCARA robot is well suited to fast assembly and pick-and-place work. Its structure provides selective compliance in the horizontal plane while remaining comparatively rigid in the vertical direction. This can be useful for insertion and assembly operations.


Cartesian and Gantry Robots

A Cartesian robot uses principal linear axes arranged at right angles. This structure is easy to understand geometrically and can provide a large rectangular work envelope. Gantry systems are used for loading, palletizing, machine service, storage, and large-area handling.


Delta and Parallel Robots

Delta robots use parallel linkages and are often selected for high-speed handling of light products. They are common in packaging and sorting where rapid pick-and-place cycles matter.

The shown system combines a Delta robot with a conveyor and vision module. This illustrates an important principle: industrial robotics often depends on integration between motion, sensing, conveying, and product flow.


Coordinate Systems and Robot Motion

Robot programming becomes much easier when you understand coordinate systems. A pose usually combines position and orientation. Manufacturers use different names and conventions, but three ideas are common.

Joint coordinates move individual robot axes. They are useful for understanding the mechanism, escaping some awkward configurations, and making controlled setup movements.

World or base coordinates describe motion relative to a fixed reference associated with the robot base or cell. They are useful when you want movement to follow the cell geometry.

Tool coordinates describe motion relative to the tool. They are useful when you want to move forward, backward, or sideways along the current tool orientation, for example moving a welding torch away from a seam.

A work object, user frame, or workpiece frame defines a coordinate system associated with the part or fixture. Correct frame definition lets you reuse a path when a fixture position changes in a controlled way.


Tool Center Point

The tool center point, commonly abbreviated TCP, is the reference point on the end effector used for programmed motion. For a welding torch it may be the wire tip; for a gripper it may be the center between the fingers; for a dispenser it may be the nozzle tip.

A wrong TCP can make a mathematically correct program produce a physically wrong path. After tool changes or collisions, checking the TCP is an important troubleshooting step.


Joint, Linear, and Circular Motion

A joint move typically moves each axis toward its target while the controller coordinates the overall motion. The exact tool path through space is not normally constrained to a straight line.

A linear move commands the TCP to follow a straight path in Cartesian space. It is common for welding, dispensing, insertion, and approach or retreat movements.

A circular move is useful where the tool must follow an arc. Not every application or robot uses the same instruction structure, so always follow the manufacturer documentation and your workplace standard.


Programming and Teaching

Industrial robots can be programmed online at the real robot, offline in simulation software, or by combining both methods. Online teaching is useful for final touch-up and commissioning but interacts with real hazards. Offline programming can reduce production interruption and allows paths and layouts to be checked before transfer.

This ABB RobotStudio tutorial demonstrates the start of an offline programming workflow. The software is manufacturer-specific, but the vocational concepts of model selection, station layout, virtual controller setup, and simulation are broadly relevant.


A Simple Program Structure

A simple robot program often follows a sequence such as: confirm safe initial conditions, move to a known home or approach pose, wait for part-ready signals, approach the part, perform the process, retreat, confirm completion, and either repeat or return to a safe waiting pose.

Robot programs also use logical instructions. Typical logic includes waiting for a sensor, setting an output, checking a condition, calling a subroutine, using a timer, counting parts, or selecting a path based on product type.

A robust program should handle abnormal conditions. Ask what should happen if a part is missing, a gripper does not close, a machine does not become ready, a sensor remains active, or the process is interrupted.


Inputs, Outputs, and Handshakes

Digital inputs tell the robot controller about external states such as part present, machine ready, door closed, clamp open, or cycle start. Digital outputs allow the robot to command devices such as grippers, clamps, conveyors, valves, and cycle requests.

A handshake is a sequence of signals used by two devices to confirm that each is ready for the next step. Good handshakes reduce race conditions and make fault finding easier. For example, a robot may request a machine door to open, wait for a verified door-open signal, enter, load the part, leave, and then give permission for the machine cycle.


Sensors and Robot Vision

Sensors make a robot application aware of process conditions. Common examples include photoelectric sensors, inductive proximity sensors, pressure switches, vacuum switches, force and torque sensors, encoders, safety switches, laser scanners, and cameras.

Machine vision can locate parts, inspect features, read codes, guide picking, or verify assembly. A vision system normally requires stable lighting, calibrated geometry, suitable image processing, and reliable communication with the robot or PLC.

Vision does not eliminate the need for fixtures and process control. A flexible vision system still needs a clear error strategy for missing, overlapping, damaged, reflective, or unexpected parts.


Industrial Robot Applications


Material Handling and Machine Tending

Material handling includes picking, placing, transferring, sorting, loading, and unloading. In machine tending, the robot interacts with equipment such as CNC machines, presses, molding machines, or test stations.

When designing a machine-tending cycle, you must consider safe machine states, door or guard signals, part orientation, clamping, chip or debris conditions, reach, collision clearance, and recovery after faults.


Welding

Robot welding is common because the process benefits from repeatable motion and can expose workers to heat, fumes, ultraviolet radiation, sparks, and awkward positions. Robotic welding still requires qualified process setup, correct fixturing, suitable extraction, inspection, and safety controls.

The video shows a collaborative robot welding example. Treat it as an application demonstration, not as proof that every welding setup is safe without guarding. The complete application, including the robot, torch, workpiece, fumes, hot surfaces, electrical equipment, and possible pinch points, requires a risk assessment and suitable protective measures.


Palletizing, Packaging, and Assembly

Palletizing robots arrange products in stable layer patterns while meeting payload, reach, cycle-time, and packaging constraints. Packaging lines may combine conveyors, tracking, vision, grippers, and high-speed robots. Assembly robots may place components, drive screws, insert parts, dispense adhesive, or perform checks.

In each case, reliable automation depends on the process around the robot. A gripper that cannot tolerate part variation, a poor fixture, unstable packaging, or an unclear recovery procedure can cause more downtime than the robot itself.


Offline Programming, Simulation, and Digital Twins

Offline programming creates and tests robot programs in a virtual environment. Simulation can help you check reachability, approximate cycle time, collisions, layout, tooling, and process sequence before commissioning.

A simulation is a model, not a guarantee. Real installations include cable behavior, mechanical tolerances, calibration errors, sensor delays, tool deflection, product variation, safety distances, and unexpected operator interaction. Always validate transferred programs on the real system using the approved commissioning procedure.

This RobotStudio tutorial shows synchronization and simulation with ABB RAPID. Compare its workflow with the programming environment used in your training center or workplace.


Collaborative Robot Applications

A collaborative robot is an industrial robot designed with safety-related functions that can support collaborative applications. The important word is application. A robot marketed as a cobot is not automatically safe in every task.

A sharp tool, heavy workpiece, hot part, welding arc, fast-moving fixture, trapping point, or unsafe process can make close human interaction unacceptable even if the robot arm itself has power-and-force-limiting functions. Risk assessment determines the required safeguarding and operating limits.

Collaborative operation may use strategies such as safety-rated monitored stop, hand guiding, speed and separation monitoring, or power and force limiting, depending on the system design and applicable standards.


Safety First

Industrial robot safety is a professional discipline, not a checklist to memorize. Robot applications can create impact, crushing, trapping, shearing, electrical, pneumatic, hydraulic, thermal, fume, radiation, sharp-tool, ejected-part, and unexpected-motion hazards. Many serious incidents occur during non-routine activities such as programming, setup, maintenance, adjustment, testing, or fault recovery, when a person may be closer to the robot than during normal automatic production.

Your first rule is to follow the approved workplace procedure, your training level, the machine documentation, and applicable law. Do not enter a safeguarded robot cell, bypass an interlock, defeat a guard, or restore energy unless you are authorized, trained, and the required safe system of work is in place.


Safeguarding Methods

Safeguarding may include fixed guards, interlocked gates, light curtains, laser scanners, pressure-sensitive devices, safety mats, safety-rated monitored zones, emergency stops, enabling devices, safe-speed functions, safe-position functions, and carefully designed access procedures.

Safeguarding must address the entire application, not only the robot arm. A person may be struck by the workpiece, trapped against a fixture, burned by a process, cut by a tool, or exposed to stored energy even when the robot itself is stopped.

This ABB SafeMove2 video illustrates one manufacturer’s safety-related motion-monitoring technology. Specific products differ, but the underlying lesson is transferable: safety functions must be engineered, configured, validated, and maintained as part of the complete system.


Lockout, Tagout, and Stored Energy

For maintenance or servicing, hazardous energy must be controlled according to your workplace procedure and applicable law. Electrical energy is only one source. Pneumatic pressure, hydraulic pressure, gravity, springs, capacitors, hot processes, moving conveyors, machine tools, and suspended loads can all store or create hazardous energy.

An emergency stop is not a substitute for energy isolation. It is a protective stop function for emergencies and does not, by itself, prove that hazardous energy has been removed.


Safety Standards and Professional References

The current published international standards for industrial robot safety include ISO 10218-1:2025 for industrial robots and ISO 10218-2:2025 for industrial robot applications and robot cells. The robotics vocabulary is defined in ISO 8373:2021.

For additional safety guidance, consult the OSHA Technical Manual on Industrial Robot Systems and Industrial Robot System Safety and the NIOSH robotics resources. Laws and required standards vary by country and workplace, so these references do not replace local requirements.


Commissioning and Troubleshooting

Commissioning is the controlled process of turning an installed robot application into a validated production system. Typical activities include verifying mechanical installation, checking tooling, confirming electrical and pneumatic connections, calibrating frames, testing I/O, validating safety functions, proving programs, checking process quality, documenting settings, and training users.

A good troubleshooting sequence begins with evidence. Read the alarm message, identify the time and operating mode, inspect relevant inputs and outputs, check whether the expected sequence step was reached, and compare the actual state with the documented normal state.

Avoid random changes. One uncontrolled change can hide the original fault and create a second fault. Record what you changed, why you changed it, and what happened.


Typical Fault-Finding Questions

Ask: Is the robot waiting for a signal? Is a safety device open? Is the workpiece present and correctly located? Did the gripper achieve its pressure or position signal? Is the TCP still correct? Is the selected program correct? Is the robot at the expected recovery position? Has a machine or PLC changed state? Is there a communication fault?

If the fault requires entry into a hazardous area or access to energized equipment, stop and use the approved safety procedure. Troubleshooting skill includes knowing when not to continue.


Maintenance and Reliability

Preventive maintenance supports repeatability, availability, and safety. Tasks can include inspection of cables, connectors, dress packs, fasteners, lubrication points, brakes, gearboxes, fans, batteries, filters, grippers, sensors, safety devices, and calibration status. Follow manufacturer intervals and workplace maintenance plans.

Backups are part of maintenance. A useful robot backup can include programs, configuration, I/O mapping, frame data, tool data, calibration information, safety configuration, and version information. Test restoration procedures before an emergency makes them necessary.


Quality, Cycle Time, and Process Improvement

A robot cell is successful when it produces acceptable parts safely and consistently. Important indicators may include cycle time, uptime, first-pass yield, scrap rate, stoppage reasons, mean time to repair, tool life, and energy use.

Cycle-time improvement should never bypass safety. Better engineering often comes from reducing unnecessary travel, improving part presentation, optimizing gripper design, moving fixtures, using appropriate blending between motions, or performing work in parallel with other machines.

A change should be measured. Record the original cycle, define the improvement, test safely, verify quality, and document the final result.


Careers and Workplace Skills

Industrial robotics creates work for operators, maintenance technicians, mechatronics technicians, electricians, controls technicians, PLC programmers, robot programmers, weld technicians, automation engineers, machine builders, system integrators, safety specialists, quality technicians, and production engineers.

Employers value technical knowledge together with communication. A strong vocational learner can explain a fault clearly, read drawings, follow procedures, record changes, cooperate with production staff, recognize limits of authorization, and ask precise questions.


Interactive Tasks


Quiz: Test Your Knowledge

What best describes an industrial robot? (An automatically controlled reprogrammable multipurpose manipulator) (!A fixed machine with no programmable motion) (!A manual lifting device used by one operator) (!A conveyor that only moves at one constant speed)




What does robot payload describe? (The mass the robot is designed to carry under specified conditions) (!The maximum floor area of the robot cell) (!The number of programs stored in the controller) (!The voltage supplied to the robot cabinet)




Why is the tool center point important? (It defines the reference point used for programmed tool motion) (!It sets the factory network password) (!It replaces all safety devices) (!It measures the robot controller temperature)




Which motion is intended to make the tool center point follow a straight path? (Linear motion) (!Joint motion) (!Random motion) (!Brake release motion)




What is a main purpose of a teach pendant? (To jog teach and edit robot operations) (!To weld every workpiece automatically) (!To replace the robot controller) (!To isolate all hazardous energy)




What is the main purpose of an input signal in a robot program? (To inform the controller about an external state) (!To increase mechanical payload) (!To change the color of the robot arm) (!To replace a fixture)




Why is a handshake used between a robot and another machine? (To coordinate confirmed states before the next sequence step) (!To increase robot reach) (!To remove the need for sensors) (!To make every motion circular)




Which statement about collaborative robot applications is correct? (The complete application still requires risk assessment) (!A cobot never needs safeguarding) (!A cobot can always move at full speed beside people) (!A cobot makes hot tools harmless)




What should you do first when troubleshooting a robot alarm? (Read the alarm and collect evidence about the current state) (!Change several parameters at once) (!Bypass the safety gate) (!Delete the program and start again)




Why is an emergency stop not the same as energy isolation? (It does not by itself prove that hazardous energy is removed) (!It always increases robot speed) (!It changes the tool center point) (!It automatically repairs electrical faults)





Memory Game

Payload Permitted carried load under specified operating conditions
Reach Distance the robot can access from its base
Repeatability Ability to return closely to a previously taught pose
Controller Unit that runs motion logic communication and robot software
Gripper End effector used to hold or move a workpiece
Encoder Device that provides position or motion feedback
Interlock Safety function that monitors a protective device or condition
Fixture Device that locates and supports a workpiece





Drag and Drop

Match the correct terms. Topic
Tool coordinate system Movement relative to the orientation of the end effector
World coordinate system Movement relative to a fixed cell reference
Digital input External state received by the robot controller
Digital output Command state sent by the robot controller
Workpiece frame Reference system attached to a part or fixture




...


Crossword Puzzle

Payload What term describes the mass a robot is designed to carry?
Pendant What handheld device is commonly used for jogging and teaching a robot?
Gripper What end effector commonly holds a workpiece?
Encoder What device provides position or motion feedback?
Welding What joining process is commonly automated with industrial robots?
Reach What term describes how far a robot can access from its base?





LearningApps


Cloze Text

Complete the text.
An industrial robot is an automatically controlled and

manipulator used for automation. The maximum mass a robot is designed to carry is its

. The distance it can access from its base is described as

. The reference point used to control the tool path is the

. A straight Cartesian tool path is created with a

motion. External machine states can be received through digital

. Commands to external devices can be sent through digital

. A sequence of confirmed signals between machines is called a

. A physical device that holds the workpiece is a

. Virtual programming can be checked before commissioning through

. A collaborative robot application still requires a

. Maintenance involving hazardous energy may require approved

procedures.




Open-Ended Tasks


Easy

  1. Robot Cell Observation: Difficulty: Easy — Observe a training robot or a verified factory video and create a labelled sketch showing the robot, controller, teach pendant, end effector, fixture, sensors, and safeguarding.
  2. Robot Vocabulary Poster: Difficulty: Easy — Produce an English poster with ten industrial robotics terms, a short definition for each, and one practical example from manufacturing.
  3. Teach Pendant Interview: Difficulty: Easy — Interview an instructor, technician, or experienced trainee about how a teach pendant is used safely and summarize three important operating rules.
  4. Application Photo Story: Difficulty: Easy — Create a short photo or slide story that compares three robot applications such as welding, machine tending, and palletizing, using only images you are allowed to reuse.


Standard

  1. Pick and Place Sequence: Difficulty: Standard — Design a complete pick-and-place sequence with home position, approach points, gripper actions, sensor checks, error conditions, and a safe recovery concept.
  2. Robot Risk Walkthrough: Difficulty: Standard — Visit a training cell or approved production area with a supervisor and document hazards, existing safeguards, access points, stored-energy sources, and questions for the responsible safety specialist.
  3. Cycle Time Improvement: Difficulty: Standard — Measure or simulate a simple robot cycle, identify two non-safety-critical sources of wasted motion, propose improvements, and compare the before-and-after cycle times.
  4. Tool Center Point Demonstration: Difficulty: Standard — Create a short video, animation, or physical demonstration explaining how an incorrect tool center point changes the path of a robot tool.


Advanced

  1. Robot Cell Concept: Difficulty: Advanced — Design a concept for an automated machine-tending cell including robot type, reach, payload, gripper, fixture, I/O handshake, safeguarding, maintenance access, and recovery strategy.
  2. Offline Programming Project: Difficulty: Advanced — Build a virtual robot station in available simulation software, program a process path, check reachability and collisions, and produce a commissioning checklist for transfer to real hardware.
  3. Fault Diagnosis Case Study: Difficulty: Advanced — Analyze a realistic robot-cell fault involving alarms and I/O states, create a step-by-step evidence-based diagnostic plan, and identify the point where authorized maintenance or energy isolation is required.
  4. Robotics Improvement Proposal: Difficulty: Advanced — Interview production and maintenance staff about one repetitive process, evaluate whether robotics is suitable, and present a balanced proposal covering quality, safety, cycle time, maintenance, training, and cost.



Learning Assessment

  1. Robot System Analysis: Explain how the robot, controller, end effector, sensors, PLC signals, fixture, and safeguarding interact in a complete production cycle and identify one failure mode for each subsystem.
  2. Motion Strategy: Given a welding or dispensing path, justify where joint, linear, or circular motions should be used and explain how TCP and workpiece frames affect the result.
  3. Safety Transfer Task: Evaluate a scenario in which a technician must enter a robot cell after a production stop, distinguish emergency stopping from energy isolation, and propose a safe decision sequence based on authorization and risk.
  4. Integration Design: Create an I/O handshake for a robot loading a machine and explain how your sequence prevents the robot and machine from moving into an unsafe or conflicting state.
  5. Troubleshooting Reasoning: Use a set of hypothetical alarm messages and I/O states to determine the most likely cause of a stopped robot cycle and describe what evidence you would gather before changing anything.
  6. Automation Evaluation: Compare two possible robot types for a packaging task and justify your choice using payload, reach, speed, work envelope, tooling, integration effort, safety, and maintainability.




Evidence of Learning

Evidence of learning should show what you know, what you can do, and how you transfer your learning to new situations.

  1. Knowledge Evidence: You can explain robot types, axes, payload, reach, repeatability, TCP, coordinate systems, motion types, I/O, handshakes, sensors, applications, and safeguarding concepts in clear technical English.
  2. Practical Evidence: You can follow an approved startup and shutdown procedure, identify system components, interpret basic alarms, jog within your training authorization, and document changes correctly.
  3. Programming Evidence: You can create or simulate a simple sequence using positions, motions, I/O, waits, conditions, and a safe home or recovery strategy.
  4. Safety Evidence: You can identify hazards, explain why a complete robot application requires risk assessment, distinguish protective stopping from hazardous-energy control, and recognize when you must stop and seek authorized support.
  5. Product Evidence: You can present a cell sketch, I/O map, simulation, troubleshooting record, risk walkthrough, or improvement proposal that another trainee can understand and review.
  6. Transfer Evidence: You can apply the same reasoning to a new robot brand, new end effector, new workpiece, or new production process without assuming that interfaces or safety functions are identical.




OERs on the Topic


For further open learning, compare the Wikipedia overview with manufacturer tutorials, your training manuals, and current safety guidance. Treat manufacturer demonstrations as examples of specific equipment rather than universal procedures.


Linked Learning Areas

Industrial robotics connects mechanical systems, electrical drives, control technology, software, production planning, quality, maintenance, and workplace safety. For vocational learners, the strongest understanding comes from combining theory with supervised practical work, careful documentation, and reflection on real production problems.


aiMOOC Projects

MOOCwiki · Deutsch

Nach dem Lernen ist vor dem Lernen

Entdecke direkt den nächsten Lernkurs. Weitere Inhalte erscheinen, wenn Du weiter nach unten scrollst.

Zur MOOCwiki-Hauptseite

Mediathek

Mediathek

Inhalte werden geladen ...

Mediathek wird aus dem Wiki geladen ...