Cobot Safety Skin: Capacitive & Pressure Sensing Layers
← Back to: Industrial Robotics
This page explains how to turn cobot safety skin from a vague idea into a concrete, testable safety function, covering sensing concepts, tile zoning, latency and diagnostics planning, and IC family selection so that contact with the robot structure can be detected and handled in a predictable way.
What this page solves
Collaborative robots often share the same workspace with people, workbenches, AGVs and complex tooling. External safety devices such as laser scanners, safety light curtains and area cameras mainly supervise the surroundings, not the robot body itself.
Torque and power limiting inside the robot controller reduce the severity of a collision once contact happens, but they do not guarantee that every first touch is detected from every direction. Blind spots appear whenever tooling, fixtures or other machines partially block the view of external sensors, especially around the arm segments and end-effectors.
A cobot safety skin adds an extra protective layer directly on the robot surface. Capacitive or pressure tiles wrapped around the arm, base and tooling detect close approach or contact and can trigger fast deceleration or a safe stop, even when external scanners cannot see the interaction or before torque limits react.
This page focuses on the signal chain and practical design decisions behind cobot safety skin, not on standards or controller internals. The goal is to provide a structured way to plan the skin layout and electronics so the protection layer is predictable, diagnosable and suitable for certification work with a safety controller.
After working through this page, a design team should be able to:
- Plan how safety skin tiles are zoned around the robot arm, base and end-effector so different regions can map to different safety reactions.
- Choose between distributed and centralized analog front-end architectures and understand how AFEs, comparators and any local microcontrollers fit together on each tile.
- Estimate end-to-end response time from contact on a tile through to the safety controller input and downstream safe stop or safe speed function.
- Identify calibration, diagnostics and layout practices that reduce nuisance trips and missed detections in volume production, while keeping the system testable over lifetime.
Typical cobot safety skin architecture
A cobot safety skin can be viewed at three levels: where tiles are placed on the robot, how each tile senses contact and generates a local decision, and how those tiles connect into a safety controller and drive system. The architecture below keeps these three levels visible so zoning, latency and redundancy decisions can be made deliberately.
On the mechanical side, tiles are assigned to zones such as base, upper arm, forearm and end-effector tooling. Each zone can later map to different actions, for example gentle deceleration when an upper-arm tile is hit and a hard safe stop when a tooling tile triggers. Electrically, every tile contains a capacitive or pressure array, an analog front end, one or more threshold comparators and optionally a small local controller or I/O expander.
The outputs from these tiles feed two kinds of downstream paths. A low-latency interrupt or safety output path drives inputs on a safety MCU or safety PLC and ultimately safe stop or safe speed functions in the drives. A separate status and diagnostics bus, such as SPI, I²C, CAN or a safety fieldbus, reports tile health and configuration without being in the hard real-time stop path.
Tiles can be wired in a daisy-chain to minimize cabling or wired individually back to the controller to isolate zones and enable different reactions. Architectures with independent lines per critical zone simplify fault isolation, while daisy-chains reduce connectors and harness bulk. Higher safety levels may require redundant sensing channels and duplicated outputs into the safety controller, but the detailed safety concept belongs with the safety controller design.
Sensing principles: capacitive vs pressure arrays
Safety skin tiles for collaborative robots are typically built around two sensing families: capacitive arrays that respond to changes in electric field and dielectric, and pressure arrays that respond to normal force on the surface. Understanding how each behaves with respect to sensitivity, range, environment and mechanical stack-up is essential before deciding where each technology is used on the robot.
Capacitive tiles use electrodes and electric fields to detect changes in coupling capacitance when a hand, glove or body part approaches or touches the surface. Typical implementations measure a change in capacitance (ΔC), frequency shift in an oscillator or a change in RC timing. These tiles offer high sensitivity to light contact and short-range proximity, which is valuable for slowing motion before a hard impact occurs.
Pressure tiles use force-sensitive resistors, resistive pressure sensors or bridge-based pressure elements. The electrical signal changes mainly with applied normal force, rather than with distance. This makes pressure arrays less sensitive to stray fields and environmental dielectric changes, and more suited to confirming that actual contact has occurred at the surface, especially on rigid or metallic covers.
The two technologies behave differently along several practical dimensions:
- Sensitivity vs. range: capacitive tiles are very sensitive to small ΔC over a short reach, while pressure tiles are less sensitive but support a wider force range.
- Environmental robustness: capacitive tiles react to metal shields, oil films, moisture and condensation, whereas pressure tiles are largely immune to these influences.
- Response time: electrical response in both cases can be millisecond-class, but capacitive measurements can be slowed by high line capacitance and heavy filtering, while pressure tiles depend strongly on foam and cover mechanics.
- Mechanical constraints: capacitive performance degrades with thick or lossy cover layers, while pressure tiles require compliant layers to transmit force and avoid stress concentration on the sensing element.
Typical use cases for capacitive, pressure and mixed tiles
| Condition | Preferred technology | Reason |
|---|---|---|
| Need short-range approach or light-touch detection | Capacitive array | High sensitivity to small ΔC and fringe fields |
| Metallic tooling or covers around the sensor | Pressure array | Metal shields electric fields but does not block force |
| Exposure to oil, coolant, moisture or dust | Pressure array | Dielectric changes do not affect force sensing |
| Thick or multi-layer covers with foam | Pressure array | Force transmission is easier to manage than ΔC |
| Need graded response (slow-down, then stop) | Mixed capacitive + pressure | Capacitive for approach, pressure for confirmed contact |
| High EMC noise from drives and switching supplies | Pressure array | Lower sensitivity to electric-field disturbances |
Analog front-end and threshold planning
The analog front end determines how reliably a safety skin tile converts capacitance or pressure changes into a usable signal, and how quickly that signal can be turned into a safety-relevant decision. Key parameters include input range, noise floor, offset and drift, temperature behaviour, effective bandwidth and how many channels are multiplexed into a single converter.
For capacitive tiles, the AFE must resolve small ΔC across the expected geometry and cover stack-up. For pressure tiles, the AFE must handle the resistance or bridge output across the expected force window without saturating or losing low-level events. In both cases, the chosen gain and filter settings directly control the smallest useful event and the maximum achievable response time.
Channel topology and latency targets
Two common front-end topologies appear in safety skin designs. Multiplexed AFEs share one converter across many electrodes or pressure cells, reducing bill-of-material cost and connector count. Per-tile AFEs allocate one or more dedicated converters to each tile, improving latency and simplifying diagnostics at the cost of additional silicon and routing.
- Multiplexed AFEs suit lower-risk zones where several tiles can be scanned in sequence and a longer scan period is acceptable.
- Per-tile AFEs suit critical zones such as end-effectors and sharp edges, where every tile must report quickly and independently and where per-tile diagnostics are valuable.
Response time requirements help back-calculate the necessary sampling rate and bandwidth. For example, a target of two to four milliseconds from contact to safety input activation forces the AFE sampling period, settling time, filter delays and comparator response to fit within a tight budget. Slow polling or heavy digital filtering can easily consume most of that budget before the safety controller even sees a transition.
Threshold strategy: fixed, programmable and multi-level
Thresholds can be implemented as fixed references, programmable DAC levels or multiple thresholds for graded reactions. Fixed thresholds using resistor networks and references are simple, transparent and robust against software faults but offer little flexibility for different zones and operating conditions. Programmable thresholds introduce a DAC and local controller, enabling alignment of trigger levels across tiles and compensation for materials and temperature, but require careful safety supervision.
Multi-level thresholds allow one comparator threshold to mark a warning or reduced-speed region and a second, higher threshold to trigger a hard safe stop. In a safety concept, the most critical threshold is usually wired directly into a safety input, while intermediate thresholds may be processed by a controller to shape speed profiles or generate warnings.
Effects of tile size, line impedance and mechanical stack
Large tiles and long trace lengths add resistance and capacitance to the measurement path. For capacitive tiles, this slows settling time and can reduce the useful ΔC-to-noise ratio unless the AFE has sufficient drive and bandwidth. For pressure tiles, stiff covers or overcompressed foam can slow the mechanical response and change the force curve over time, even if the AFE itself is fast.
In practice, high-risk zones are usually given smaller electrical segments, shorter traces and more generous bandwidth, with thresholds tuned for rapid detection and a clear margin above noise and drift. Less exposed areas may share AFEs, run with longer scan intervals and use more conservative thresholds to reduce nuisance trips.
Latency and safety interrupt path
A cobot safety skin only improves protection if the complete chain from contact on a tile to a safe motion state is fast and predictable. Latency must be budgeted across four segments: sensor and mechanical response, analog front-end and comparator response, digital interrupt and safety logic, and the drive or brake reaction that actually slows or stops motion.
Sensor and mechanical response includes the time required for capacitive fields or pressure stacks to react when a hand, tool or body part touches the surface. Analog front-end and comparator response adds sampling, settling and any analog or digital filtering before a clean threshold crossing appears. Digital latency covers interrupt recognition and safety logic execution in the safety controller, while mechanical latency reflects how quickly drives and brakes can bring the system to a safe speed or a complete stop.
From safety time targets to per-stage budgets
Safety requirements often imply a maximum time allowed between a hazardous approach and a safe motion state. After allocating a portion of this time to drive and mechanical deceleration, the remaining budget must be divided between sensing, analog processing and safety interrupt handling. Each stage then receives its own design target, which can be verified during hardware evaluation and system testing.
- Sensor and stack-up: foam, covers and sensor physics define the earliest moment when a change can be detected.
- AFE and comparator: bandwidth, sampling rate and filters determine how quickly that change becomes a clean threshold event.
- Safety interrupt handling: safety inputs and interrupt paths define how quickly the controller can trigger a safe stop or safe speed function.
- Drive reaction: torque limits, braking profiles and inertia define the time required to reach the safe state.
Hardware interrupt paths versus polled and software paths
The most safety-critical reactions should be connected through purely hardware-driven paths. Comparator outputs for high-priority tiles should feed safety inputs on a safety MCU or safety PLC that, in turn, command STO or other certified safety functions. This hardware chain avoids dependence on task scheduling, operating systems, fieldbus cycles or application-level polling loops when a fast stop is required.
Software and polled paths remain valuable for graded responses such as speed limiting, warning indications or temporary area restrictions. Tile states can be read over SPI, I²C, CAN or a safety fieldbus and used to shape motion profiles. However, the final decision to enter a safe state should still rely on deterministic hardware paths so that latency and fault coverage are straightforward to prove.
Diagnostics, self-test and fault handling
A safety skin must not become an unmonitored weak point in the overall safety concept. The system needs a clear strategy for detecting open and short circuits, stuck outputs, missing tiles and degraded performance, and for reacting in a controlled way. Diagnostics and self-test hooks should be designed into the sensor, analog front-end, comparator and controller layers from the start.
Fault types to cover
- Line faults: opens and shorts between sensor elements and AFEs, or between comparators and safety inputs, including stuck-high and stuck-low conditions.
- Tile-level faults: tiles that stop reporting, tiles that respond outside expected ranges, or missing tiles in a daisy-chain.
- Performance degradation: baseline drift, increased noise, thresholds that no longer separate touch from background, or self-test responses moving out of tolerance.
- Daisy-chain integrity: broken segments that leave zones without active coverage, or mis-matched IDs and configuration data along the chain.
Periodic self-test mechanisms
Electrical self-test uses known stimuli injected into the measurement path to confirm AFE and comparator health. Many AFEs support test inputs or internal references that can be switched into the sensing path to simulate a defined ΔC or pressure signal. The resulting measurement is compared against an expected window, revealing gain errors, offset drift or broken input connections without requiring physical contact.
Higher-level self-test can emulate a touch event along the same route as real interactions. For capacitive tiles, this may be a controlled electric field disturbance; for pressure tiles, this may be a small built-in actuator or a test fixture used during commissioning. Self-test routines are typically run at power-up and at defined intervals during operation, with patterns that can be distinguished from real hazards by the safety controller.
Mapping diagnostics to AFE, comparator and controller
At the AFE level, diagnostic features often include input fault flags, internal reference channels and temperature readings. These can be combined with self-test stimuli to verify that each channel still responds with the expected amplitude and polarity. Persistent saturation or loss of dynamic range on any channel signals a potential loss of coverage on the associated area of the robot.
Comparators and reference circuits can be supervised using window comparators and duplicate thresholds. Stuck outputs are detected when a comparator never toggles during self-test or remains at a rail for longer than allowed. Reference voltages can be monitored to ensure thresholds remain within acceptable limits so that tiles still distinguish real contact from drift and noise.
Safety controllers and local MCUs must then translate diagnostic information into clear system-level reactions. Critical faults in high-risk zones usually demand an immediate safe stop or a block on further automatic operation. Less critical faults can trigger reduced speed limits, restricted modes or maintenance requests, but should not be ignored or left as silent status bits. Fault policies should be documented so that operators and integrators understand the effect of each diagnostic condition.
EMC, false triggers and mechanical layout
Cobot safety skin tiles operate close to noisy drives, in the presence of ESD, switching currents, oil and metal structures. Robust design must anticipate false triggers caused by EMC events and slow drifts caused by contamination or mechanical changes, while still detecting genuine contact in the intended zones.
EMC and environmental pitfalls
- Electrostatic discharge can inject fast transients into capacitive tiles, creating apparent touch events or baseline jumps if the AFE is not designed to recover quickly.
- High dv/dt and di/dt from nearby servo drives and inverters couple into long sensing traces and reference planes, especially on capacitive tiles with large electrode areas and high impedance inputs.
- Oil films, coolants and condensation change local dielectric constants and leakage paths, shifting capacitance baselines and pressure sensor characteristics over time.
- Metal covers and brackets can shield electric fields or create parasitic capacitance, leaving some regions insensitive while others become overly sensitive.
Layout and zoning guidelines
Electrode patterns for capacitive tiles should be arranged in zones that match the robot’s risk profile. Larger electrodes provide stronger signals but increase susceptibility to coupled noise, while smaller segments improve spatial resolution but reduce ΔC. Zoning the tile into several independent regions limits the impact of a single disturbance and simplifies diagnostics.
- Keep sensing traces short and routed over a solid reference plane to reduce loop area and magnetic coupling.
- Use dedicated reference and shield structures around each zone to confine fields and reduce crosstalk between tiles and neighbouring wiring.
- Place high-current and high dv/dt conductors on separate layers or routes, with clearance and guard traces where proximity cannot be avoided.
- For pressure tiles, keep sense lines away from motor phases and relay coils, and provide clear return paths to avoid ground bounce and common-mode shifts.
Mechanical stack-up and cover design
The mechanical stack above the tile strongly influences sensitivity and response time. Cover layers that are too thick or too stiff reduce capacitive coupling and delay pressure transmission, while uneven foam or ribs create patchy regions where some areas respond quickly and others respond slowly or not at all.
When designing housings and fixtures, window openings should maintain a continuous sensing surface without splitting zones around metal ribs or bolts. A uniform compliant layer between the tile and the outer shell helps equalise contact behaviour across the surface so that the safety skin reacts consistently to touch along the entire robot link or tool.
Selection checklist for cobot safety skin ICs
Selecting ICs for cobot safety skin tiles involves balancing sensing performance, latency, diagnostics and safety documentation. A structured checklist helps compare vendors quickly and identify devices that fit the sensing concept and safety architecture planned for the robot cell.
Core sensing capabilities
- Supported sensing type: capacitive, pressure or mixed inputs, and how well these match the intended tile technology and coverage zones.
- Number of channels per device and per tile, including options for multiplexed channels versus dedicated channels on high-risk surfaces.
- AFE sensitivity, noise floor and usable dynamic range across the expected ΔC or pressure ranges for the mechanical stack-up.
- Temperature range and drift behaviour, especially for installations near drives, brakes or outdoor-facing enclosures.
Threshold configuration and safety outputs
- Threshold options: fixed resistor networks, DAC-configured thresholds or fully digital configuration, and how stable these remain under temperature and ageing.
- Availability of dedicated safety outputs and redundant channels that can drive safety inputs directly without software involvement.
- On-chip diagnostics such as open and short detection, reference monitoring and watchdogs for output behaviour.
- Latency characteristics for comparator paths and filters, and whether timing is documented for safety analysis.
Documentation, EMC robustness and integration
- EMC robustness information, including immunity levels, recommended PCB layouts and any application notes specific to safety skin usage.
- Safety-related documentation such as safety manuals, FMEDA data, FIT rates and guidance on integrating the IC into a certified safety function.
- Practical integration details, including package options, supply voltage ranges, communication interfaces and support for daisy-chaining multiple tiles along a robot link.
Brand and IC mapping (lightweight)
This section maps the safety skin architecture to IC families rather than to specific brands or part numbers. The goal is to confirm which categories of devices are needed in the signal chain before diving into detailed vendor comparisons and dedicated device pages. Once the architecture is clear, brand-level selection and datasheet reviews are handled on the corresponding technology or vendor-specific topics.
Capacitive measurement AFE families
Capacitive safety skins rely on high-sensitivity AFEs that can drive and sense electrode patterns across the tile. These devices sit directly behind the sensor array and translate tiny capacitance changes or field disturbances into signals that comparators or digital logic can evaluate. Typical families support multiple sensing channels, driven and reference electrodes, baseline tracking and options for self-capacitance or mutual-capacitance modes.
Key points when reviewing capacitive AFE families
- Channel count and supported electrode configurations versus the planned tile zoning and surface coverage.
- Resolution, noise floor and usable dynamic range across the expected ΔC from the mechanical stack-up and cover materials.
- Baseline tracking, drift compensation and available diagnostics for open, short or saturated channels in the presence of oil, moisture and temperature changes.
- Interface options such as I²C, SPI and interrupt pins, and how easily the AFE output connects to local controllers and safety comparators defined in this page.
Detailed comparisons between different capacitive AFE families, including brand and part-number level information, are treated on the dedicated capacitive sensing AFE and vendor mapping pages.
Safety comparator and window comparator families
Safety comparators form the primary hardware path from the AFE output to the safety inputs of the controller or safety PLC. In this role, comparator families are responsible for converting analog or processed signals from the tiles into deterministic threshold events with well-defined latency. Window comparator families add the ability to supervise reference levels and detect stuck outputs or thresholds that drift outside tolerances.
Key points when reviewing comparator families
- Propagation delay, overdrive characteristics and any internal filtering that affect the latency budget defined for the safety skin stop path.
- Input common-mode range, output topology (open-drain or push-pull) and compatibility with safety MCU or safety PLC input stages.
- Availability of window comparator functions and reference monitoring to detect drift, stuck-high or stuck-low conditions during self-test and operation.
- Temperature range, supply voltage range and any documented diagnostics that support safety analysis.
Deep comparisons of comparator and safety input front-end families, including redundancy schemes and detailed diagnostics, belong to the Safety Controller and Safety PLC topics. This section only identifies that such device families are required by the safety skin architecture.
Safety MCU and safety I/O expander families
Safety MCUs and safety I/O expanders receive events from comparators and tiles, execute diagnostic routines and apply fault-handling policies. In a full robot cell architecture, these devices belong to the safety controller domain, but they are still essential to understand when sizing the cobot safety skin and its interfaces.
Key points when reviewing safety MCU and I/O expander families
- Support for lockstep cores, ECC, watchdogs and other safety mechanisms that allow the controller to supervise tile inputs and execute the diagnostics described on this page.
- Number and type of safety inputs or channels that can be allocated to safety skin tiles, including options for redundant channels and coded inputs.
- Communication interfaces for reporting diagnostics and self-test results to higher-level safety PLCs or robot controllers.
- Availability of safety manuals, FMEDA data and integration guides that explain how to include the device in a certified safety function involving safety skins.
Detailed brand and part-level comparisons for safety MCUs and safety I/O expanders, along with certification strategies, are handled by the Safety Controller, Safety PLC and Safety I/O module pages.
In summary, this section identifies the IC families required by a cobot safety skin architecture—capacitive measurement AFEs, safety comparators and window comparators, and safety MCUs or safety I/O expanders. The intent is to lock down the overall signal chain and safety path first, and then use the dedicated technology and brand mapping pages to complete detailed device selection.
FAQs: cobot safety skin design and implementation
These twelve FAQs condense the cobot safety skin topic into short, reusable answers. Each question points back to a specific section of this page so that detailed context is easy to find while planning sensing concepts, tiles, latency budgets, diagnostics and IC selection.
1. When is a cobot safety skin needed instead of relying only on torque limits and safety lasers?
Safety skin becomes important when humans work close to moving links, fixtures and end-effectors where contact can occur from any direction and not only in defined zones. Torque limits and safety lasers protect against gross impacts and intrusions, while safety skin adds a local, fast layer that reacts to direct body contact with the robot structure.
2. How should safety skin be combined with scanners, light curtains and safe speed functions in a robot cell?
Safety skin typically complements area-based devices rather than replacing them. Scanners and light curtains enforce exclusion zones and approach speeds, while safety skin covers residual risks on links and tools. Safe speed and safe stop functions then turn contact events into controlled motion states, with the skin providing the last line of local detection on the robot itself.
3. Which collaborative tasks or fixtures make safety skin the primary protection layer rather than just a backup?
Tasks with shared workbenches, complex fixtures, AGV-mounted robots or large end-effectors often make safety skin a primary layer. In such cells, people and robots reach around each other, and not every contact path can be fenced or scanned. Distributed tiles on links, bases and tools help detect contact independent of approach direction or line-of-sight.
4. How should capacitive, pressure and hybrid sensing arrays be chosen for safety skin tiles?
Capacitive arrays suit light contact and proximity detection but are sensitive to contamination and metal structures. Pressure arrays tolerate dirt and rigid covers better but react only after force is applied. Hybrid concepts use capacitive channels for early approach and pressure channels for firm contact, so the mix depends on surfaces, environment and desired detection thresholds.
5. How large should each tile be and how many zones are needed on a link or tool for adequate coverage?
Tile size is driven by how close operators can get and how precisely the system should localise contact. Larger tiles reduce wiring and cost but give coarse information, while multiple zones per link support more selective reactions and diagnostics. A common approach is to tile the highest-risk surfaces more densely and use fewer, larger zones in low-risk areas.
6. What should drive AFE and threshold choices to achieve sensitive touch detection without constant false trips?
AFE and threshold choices start from expected ΔC or pressure signals and worst-case noise and drift. Bandwidth, resolution and baseline tracking must handle oil, moisture and temperature shifts, while thresholds sit above residual noise but below typical contact events. Multi-level thresholds allow graded responses, so light touches slow the robot and firm contact triggers a safe stop.
7. How can safety standards and risk analysis be turned into a concrete latency budget for the safety skin stop path?
A latency budget starts with the maximum allowed distance and speed before a hazardous contact must be made safe. After assigning time to deceleration and safe stop functions, the remaining time is divided between sensor response, AFE and comparator delays, and safety logic reaction. Each block then receives a design target that can be tested and documented.
8. Which parts of the safety skin chain must stay in a pure hardware path and where is polled software logic acceptable?
The path from comparator outputs on critical tiles into safety inputs and STO or safe speed functions should remain hardware based, with no reliance on task scheduling or fieldbus cycles. Polled software logic is better reserved for graded reactions, diagnostics and data logging, where extra latency is acceptable and does not compromise the core stop function.
9. How often should self-test run on safety skin tiles and which faults require an immediate safe stop versus a degraded mode?
Power-up self-tests usually check all tiles, channels and comparators before automatic motion is allowed. During operation, periodic tests must be frequent enough that undetected faults remain within the residual risk targets. Loss of a tile in a high-risk zone generally demands an immediate safe stop, while faults in lower-risk zones can justify reduced speed or restricted modes.
10. What layout and stacking rules help avoid false triggers near noisy drives, oil and metal covers?
Robust layouts keep sensing traces short, routed over continuous reference planes and separated from high dv/dt motor phases. Zones are partitioned so that local disturbances do not corrupt the entire tile, and shielding or guard structures confine fields. Mechanical stack-ups use uniform foam and cover materials so oil, moisture and metal frames do not create isolated hot spots or dead zones.
11. How much cover thickness and foam can be tolerated before safety skin response becomes too slow or patchy?
Thick or very stiff covers reduce capacitive coupling and delay pressure transmission, so response time and signal amplitude must be validated for the intended stack-up. Beyond a few millimetres of compliant material, behaviour can become uneven if foam density or bonding varies. Prototypes should be instrumented to confirm that all contact points still cross thresholds within the latency budget.
12. Which IC families should be shortlisted for safety skin AFEs, comparators and safety controllers before comparing brands?
A practical shortlist usually includes capacitive or pressure sensing AFEs that match the chosen tile technology, comparators or window comparators with documented propagation delay and diagnostics, and safety MCUs or safety I/O expanders that provide suitable safety inputs and self-test support. Vendor and part-number choices can then follow once these families are aligned with the overall safety skin architecture.