Exploring the Capabilities of Sick Lidar Technology

a green and black electronic device a green and black electronic device

Edge Processing and Detection Zones in Sick Lidar

a security camera mounted to the side of a building

Sick’s LiDAR units don’t just scan; they think a little at the edge. Instead of flooding your network with raw points, they evaluate what matters right on the sensor and send out simple results. That means faster reactions and far less data to juggle. I’ve watched projects go from clunky to clean just by moving those first checks onto the device.

On-Sensor Field Evaluation for Faster Decisions

On-sensor field evaluation lets you define areas in the scan—warning fields, stop fields, slow-down fields—and have the device decide what to do when something shows up there. The sensor can apply rules like dwell time, minimum object size, or contour continuity to ignore flutter and passersby while catching the real risks.

Advertisement

Benefits you can feel on day one:

  • Lower latency because the decision happens before the PLC even sees it.
  • Smaller packets on the wire; IT folks breathe easier.
  • Simpler PLC logic—react to “zone active” instead of parsing coordinates.
  • More predictable timing since processing is local, not PC-dependent.

Quick comparison of what leaves the sensor per scan:

Output Mode Payload Size (order-of-magnitude) PLC/Controller Effort
Raw point cloud Large (tens–hundreds of KB) Parse, segment, classify
Field-evaluated event Tiny (tens–hundreds of bytes) Read bits/flags, act

Persistent Zone Profiles Stored on the Device

You can create multiple zone profiles and save them on the sensor—one for commissioning, one for normal ops, another for weekend flow, you name it. Switch them from a digital input or over the network without redrawing fields each time. It’s handy when aisles change or a robot runs different jobs across a shift.

Suggested setup workflow:

  1. Sketch zones (warning/stop/slow) in the config tool.
  2. Add rules: dwell time, min object width, exclusion masks.
  3. Assign priorities when zones overlap.
  4. Simulate with recorded scans; tweak thresholds.
  5. Save profiles on the device and label them clearly.

Practical tips:

  • Keep a small “commissioning” profile with wider fields for testing.
  • Export configs to a repo so you can roll back fast.
  • Use consistent naming (e.g., “Zone_A_Stop_v03”) for audits.

Event Outputs to PLCs and Stack Lights

When a zone trips, the sensor can fire a discrete output, send an Ethernet message, or both. Map each zone to a clear action so operators don’t guess what just happened.

Common mappings that work well:

  • Warning zone → Amber stack light + HMI message.
  • Slow-down zone → PLC speed command (e.g., reduce conveyor or AGV speed).
  • Stop zone → Safety-rated stop path if applicable, or standard stop command.
  • Clear condition → Latch reset with a short delay to avoid flicker.

Implementation notes:

  • Decide if outputs should be momentary or latched; document the reset path.
  • Add debounce/dwell on both set and clear to avoid chatter.
  • Log zone events in the PLC/HMI so maintenance can spot patterns.

Configurable Range and Resolution for Application Fit

Range, angular resolution, and scan rate pull on each other—pick them for the job you actually have, not the spec sheet you wish you had. It sounds obvious, but it’s easy to miss. A forklift aisle isn’t a port crane boom, and a slow conveyor isn’t a sprinting robot cart. The nice part with modern Sick LiDAR is you can tune for distance, point density, and speed so the sensor fits the site, not the other way around.

Tailoring Scan Distance to Site Constraints

  • Start with the stop distance. Add reaction time (sensor + PLC + brakes) to braking distance at your top speed. That’s your minimum detection range.
  • Consider surface reflectivity. Dark rubber or matte paint returns less light than white tape. If you must see dark targets far away, plan more range margin.
  • Check geometry. Mounting height, occlusions (racks, masts), and floor slope can steal meters you thought you had.
  • Keep a light/medium/heavy weather plan. Rain and fog eat range; so do dusty bays. Multi-echo modes help, but don’t ignore physics.

Quick planning tips:

  1. Define the “must-detect” object size and color (e.g., 100 mm black tire sidewall).
  2. Set the minimum range from the stop-distance math, then add 20–50% margin for weather and dirt.
  3. Validate with trial scans on-site; adjust power, filtering, or target reflectors if needed.

Balancing Angular Resolution With Target Size

Angular resolution decides the gap between adjacent beams. Farther out, gaps grow, and small parts can slip through if the spacing is bigger than the object. Rough guide below (beam-to-beam spacing ≈ distance × angle in radians):

Angular resolution Gap at 5 m Gap at 10 m
0.10° ~8.7 mm ~17.5 mm
0.25° ~21.8 mm ~43.6 mm
0.50° ~43.6 mm ~87.3 mm

How to use this:

  • If your smallest hazard is 30 mm at 10 m, 0.5° likely misses it; 0.25° is borderline; 0.1° is safer.
  • Tighter resolution means more points and often more processing. Make sure your PLC or IPC can keep up.
  • At short range, even coarse angles give tight spacing. Don’t overspend on ultra-fine resolution if all the action is within a few meters.

Selecting Scan Rates for Dynamic Scenes

Scan rate sets how often you get a fresh picture. Faster scans track motion better, but there’s a trade: higher rates can reduce max range or per-scan point density depending on model settings.

Pick a scan rate with this simple workflow:

  1. Estimate target speed and required update time. Example: at 2 m/s, a 10 Hz scan means 200 mm between frames; 25 Hz brings that to 80 mm.
  2. Decide what displacement you can tolerate between scans (often tied to object size or stop logic).
  3. Check the sensor’s point-per-scan at that rate. If point density drops too much, tighten the field of view or resolution, or step down the rate slightly.
  4. Test with real trajectories—straight, diagonal, and occluded passes—to see if tracking falls apart at corners or glossy surfaces.

Practical notes:

  • For slow conveyors, 10–15 Hz is usually fine and keeps range healthy.
  • For AGVs in tight aisles, 20–30 Hz helps with quick turns and narrow gaps.
  • For high-speed shuttles, push rate higher, but expect to trade some range or narrow the monitored sector.

Robust Performance in Harsh Industrial Environments

SICK builds LiDAR that keeps measuring when glare, shock, and weather would normally shut gear down. I’ve watched these sensors ride on forklifts, sit near dock doors, and face the daily mess of a plant. They still report clean distance data, which is what matters when you’re trying to stop a vehicle or line up a pallet.

Ambient Light Immunity in Bright Conditions

Bright yards can hit 100 klx in direct sun, and reflective targets (chrome racks, glass, wet floors) make things worse. The trick is handling the flood of stray photons without losing real targets.

  • Multi-echo processing picks the strongest or latest valid return when the beam sees haze or glare, trimming phantom hits.
  • HDDM-style micro‑pulses and averaging smooth out sunlight fluctuations without cranking up power.
  • Narrow-band optics and smart gain control reduce washout from high-lux scenes.
  • Practical setup tips:
    • Mount with a slight downward tilt to avoid horizon glare.
    • Keep the window out of specular paths (glass panels, polished steel).
    • Use the ambient-light suppression settings in the config tool; don’t leave defaults.

Resistance to Shock, Vibration, and Moisture

Forklifts, press lines, and shuttles shake sensors all day. Temperature swings pump moisture, and cables get tugged. Good mechanics and sealing stop the slow failures: loose connectors, fogged windows, or cracked boards.

  • Rugged housings with internal damping cut high-frequency vibration.
  • Venting membranes and coatings fight condensation and corrosion.
  • IP-rated sealing and keyed M12 connectors keep water out and cabling stable.

Typical environmental figures you’ll see (model-dependent):

Parameter Typical capability Notes
Ingress protection IP65–IP67 Washdown/outdoor variants often IP67
Operating temperature −25 to +60 °C Extended-temp options available on some models
Ambient light immunity Up to 100 klx Direct sun and bright shop lighting
Vibration Up to several g (IEC 60068) Use isolation mounts on vehicle frames
Shock Tens of g (IEC 60068) Short mechanical shocks from bumps/stops
Humidity Up to 95% non‑condensing Venting reduces internal fogging

Note: Always check the datasheet for your exact sensor.

Integration habits that help sensors live longer:

  • Add rubber isolation or a vibration plate between the sensor and chassis.
  • Route cables with strain relief and slack; avoid tight bends near connectors.
  • Keep the window flush with guards to deflect kicks and pallet scrapes.
  • Avoid mounting directly over hot motors or exhaust paths.

Reliable Detection Through Rain, Fog, and Dust

Rain, fog, and airborne dust throw tiny reflectors into the beam path. You’ll get early returns from droplets or particles, plus gradual window fouling. The goal is stable detection without false positives.

  • Multi-echo logic favors the last or strongest echo to ignore near-field aerosol hits.
  • Temporal filtering checks consistency across scans before flagging objects.
  • Intensity and geometry cues help separate thin haze from solid targets.
  • Window contamination monitoring can warn you to clean before data drifts.
  • Housekeeping options: air-knife or purge air, hydrophobic coatings, heaters/defoggers, and scheduled wipes.

Quick field guide:

Condition Common effect Setup tip
Light rain Occasional near-field speckle Use multi-echo; keep normal ranges
Heavy fog Range drop, muted intensities Reduce protected field distance; widen margins
Dust (e.g., cardboard) Random flicker, window film over time Add purge air; enable contamination warning; plan cleaning intervals

If you’re tuning for outdoor or dusty work cells, start with conservative detection fields, log raw data for a shift, then tighten thresholds once you see real noise patterns rather than guessing in the office.

Simplified Integration with Controls and Software Platforms

I’ve wired enough sensors to know one thing: drivers and tags can eat an entire afternoon if the tools don’t line up. SICK LiDAR keeps the plumbing simple by speaking the same control languages you already use and by offering the same setup flow across families. You shouldn’t have to rewrite an application just because you swapped to a different SICK LiDAR model.

Common Programming Environment Across Families

SICK aims for a predictable setup path whether you’re holding a compact 2D unit or a heavier-duty scanner.

  • One setup workflow: configure in a common toolset (GUI or script), export/import parameter sets, and carry those across models.
  • Shared interfaces: TCP/UDP sockets for scans, REST/JSON or OPC UA for structured data, plus PLC-friendly fieldbuses like PROFINET and EtherNet/IP.
  • PLC libraries: reusable function blocks and AOIs shorten the time from “powered on” to live tags in TIA Portal or Studio 5000.
  • IO-first options: when you don’t need full scans, digital outputs or IO-Link can publish zone hits and health bits without touching the network stack.
  • Time alignment: NTP/PTP support lets you timestamp scans and events so logs and robot paths actually match.
  • Config cloning: copy a known-good profile to spares and replacements to avoid hand-tuning on the plant floor.

Fast Data Streaming and Object Evaluation

Raw point clouds are great in a lab, not so great on a saturated line. The trick is giving controls what they need—no more, no less. On-sensor evaluation trims packets and reduces CPU load upstream.

Mode What you get Bandwidth footprint Controller load
Raw scans Full range/angle points High High
Filtered scans ROI cropping, decimation, multi-echo selection Medium Medium
Object list Centroids, distance, velocity, ID/track Low Low

Practical tips:

  • Pick the transport based on need: UDP for low latency bursts, TCP when you want ordered delivery.
  • Turn on on-sensor clustering and tracking so the PLC sees “object at 3.2 m, moving left” instead of 10,000 points.
  • Use time stamps and sequence counters to spot dropped frames and measure actual latency.
  • Tune scan rate and angular resolution to match cycle times; throttle or thin scans if your network groans.
  • Log raw data during commissioning, then shift to objects-only for day-to-day runtime.

Scalable Profiles for Growing Sensor Fleets

A pilot cell with two scanners is one thing. Fifty scanners across three lines is another. Treat configs like code and life gets easier.

  • Templates and versioning: keep a “golden” profile per application; track changes in source control so you can roll back fast.
  • Zero-touch steps: standardize IP naming, push configs by script or management server, and tag devices to lines/workcells for quick inventory.
  • Fleet health: stream status topics (temperature, contamination, signal quality) to a dashboard; alert before a window gets too dirty to read.
  • Staged rollouts: update five sensors, watch for drift or false trips, then widen the rollout; keep a tested fallback profile nearby.
  • Access control and security: role-based logins, signed firmware, and segmented VLANs keep surprises out of your controls network.
  • Fast swap strategy: store the profile with the job, label mounts, and validate calibration points so a spare can be fitted in minutes.

In short, pick the interface that fits your controls stack, push object-level data when possible, and manage configs like any other software asset. That’s how LiDAR stops being the “mystery box” and turns into a normal device on your line.

Choosing the Right Sick Lidar for Automation Tasks

Picking a sensor can feel like sorting screws in a dim garage—you can do it, but it’s nicer with a plan. A little upfront thinking about distance, target size, motion, and the messiness of the environment gets you to the right SICK model without guesswork. Start with the problem, not the product.

Matching Application Needs to Sensor Capabilities

A quick checklist before you open a catalog:

  • Target details: size, surface (matte, shiny), likely angles of incidence
  • Geometry: field of view, blind zones, mounting height, and cable paths
  • Motion: object speed, approach direction, acceleration, and stop distance
  • Environment: light glare, dust, fog, vibration, washdowns, and temperature
  • Output and logic: discrete I/O, Ethernet, edge rules, and safety needs
  • Data needs: simple presence/absence vs. object contour vs. point cloud

Comparison at a glance:

Sensor class Data detail Typical range envelope Relative cost Integration load
1D distance Single point Short to 400+ m Low Low
2D (planar) Contour in a plane ~3–300 m Medium Medium
3D (volumetric) Full point cloud Short to long (model-dependent) Higher Higher

Quick matches:

  • Aisle guarding and pallet detection in AS/RS: 2D often fits, with multiple zones and simple outputs to a PLC.
  • Small AMRs needing localization: compact 2D with fine angular resolution and steady frame rates.
  • Volume measurement, complex surfaces, or overhead hazards: 3D for richer geometry.
  • Long-run positioning or distance checks: 1D if you only need one precise number.

Pro tip: If your targets are small or far, tighten angular resolution or shorten the maximum range so your measurement spacing doesn’t “skip” thin objects.

Cost Considerations Without Over-Specifying

Budget pain usually hides in two places: buying more sensor than you need and the hours spent integrating it.

Ways to trim cost without cutting results:

  1. Prefer 2D when the task is planar. Many warehouse and guarding jobs don’t need 3D.
  2. Right-size range. Some devices (like SICK’s picoScan100) let you reduce max range to match the site and stabilize detection.
  3. Balance angular resolution with target size. Ultra-fine resolution raises processing needs—and price.
  4. Use onboard evaluation. Let the sensor handle zones and events so your PLC and network stay lighter.
  5. Standardize across lines. One programming environment and shared spares add up over a year.
  6. Pilot first. Validate scan rate, false trips, and cleaning cycles on a single lane before scaling.

A quick TCO check:

  • Hardware: sensor, cabling, protective housings, heaters/wipers if outdoors
  • Integration: mounting, field setup, PLC work, data handling
  • Operations: cleaning, window replacements, false-stop downtime, spares

When Planar Scanning Beats Volumetric Mapping

You don’t need a 3D map to stop a rack smasher. If the risk lives in a plane—dock approaches, conveyor merges, aisle intrusions—2D is faster to set up and easier to maintain.

Good 2D use cases:

  • Collision avoidance in storage/retrieval aisles and shuttle fronts
  • Docking and alignment at fixed heights
  • Perimeter zones around robots or AGVs at bumper level

Where 3D pays off:

  • Stacked or hanging objects at mixed heights
  • Irregular shapes and overhead obstructions
  • Tasks needing object pose or volume, not just presence

If you’re weighing coverage style, consumer tech like 360° backup cameras shows how wide coverage can solve a task without building a full 3D model—context matters more than raw data volume.

Simple decision cues:

  • All hazards lie in one slice of space: pick 2D.
  • You must reason about height and shape: move to 3D.
  • You only need a single accurate distance: 1D is enough.

Bottom line: map your real constraints first—range, target size, motion, and mess. Then choose 1D, 2D, or 3D for the least data that still solves the job, and let onboard processing do the heavy lifting.

Proven Applications Powered by Sick Lidar

Real plants, moving pallets, and busy aisles—this is where the sensors earn their keep. Proven wins show up when sensors cut noise and give clear, fast signals to the controls. Below are three places where Sick lidar keeps showing up and getting work done.

Collision Avoidance in Storage and Retrieval Systems

Automated cranes, shuttles, and narrow-aisle vehicles need a steady picture of what’s ahead. 2D and 3D Sick lidars define warning and stop zones, watch for pallet overhangs, and handle dust and glare that would confuse simpler sensors.

  • Typical moves:
    • Create layered fields (slowdown, stop, end-of-aisle) that track vehicle speed and load.
    • Filter false hits from shrink wrap, floor shine, and stray straps using multi-echo and field logic.
    • Signal the PLC/drive with discrete outputs for quick reactions; log events for audits.
  • Setup checklist:
    1. Map the aisle geometry and set margins for sway, forks, and pallet protrusions.
    2. Tune warning/stop distances for approach speeds and braking curves.
    3. Run edge cases: empty vs. full pallets, mixed packaging, low reflectors, and tight passes.

Example parameters (illustrative values):

Setting Example target Why it matters
Forward range 15–40 m Covers long aisles and end-stops
Angular resolution 0.25–0.5° Catches narrow protrusions
Scan rate 15–25 Hz Keeps up with fast approaches
Stop field 1–2 m Provides hard stop envelope
Warning field 3–6 m Adds slowdown buffer

Localization for Compact Autonomous Vehicles

Small AMRs and tugger bots don’t have space for bulky sensors. A single 2D lidar can handle map-based localization in tight corridors; 3D units add confidence in cluttered areas or ramps.

  • Why lidar works here:
    • Good performance in warehouses with changing light.
    • Crisp edges on walls, racks, and columns for scan matching.
    • Works indoors without GNSS.
  • Practical tips:
    1. Mount rigidly with a clear view; avoid bumpers and fork masts in the beam.
    2. Pick an angular resolution that fits CPU budget; finer isn’t always better.
    3. Keep maps fresh—update after layout changes or new seasonal stock.
  • What teams often aim for (varies by stack and environment):
    • Update rates around 10–30 Hz for smooth control loops.
    • Centimeter-scale pose stability in structured aisles when tuned well.
    • Robustness to occlusions using multiple viewpoints or blended odometry.

Safety and Quality in Industrial Processes

Beyond movement, lidar helps keep lines stable and parts within spec. Use safety-rated lidar for personnel protection; use standard lidar for process checks and quality tasks.

  • Common process uses:
    • Presence/absence and envelope checks on conveyors (is anything hanging off?).
    • Pallet height and load flatness checks before stretch wrap.
    • Volume and profile checks on bulk material or stacked goods.
  • Integration pattern:
    1. Define pass/fail rules (thresholds, go/no-go zones).
    2. Run a short teach phase to capture normal variance.
    3. Push on-sensor evaluations; send pass/fail to a PLC and a stack light.
    4. Review false alarms weekly and adjust filters rather than loosening tolerances.

Compact examples (illustrative):

Task Sensor view Typical trigger
Box overhang on pallet Side-mounted 2D scan Flag if overhang > set mm threshold
Pallet height check Overhead 2D slice Alert if height outside min/max window
Profile match on formed parts Cross-line 2D sweep Fail if contour deviates beyond band

In each case, the pattern is the same: set the fields, keep the rules simple, and wire the outputs so the line knows exactly what to do next.

Signal Processing Innovations in Sick Lidar

A group of toy cars sitting on top of a table

Signal processing is where SICK’s LiDAR quietly earns its keep. Multi-echo and HDDM work together to keep distance readings steady in clutter, rain, and glare. It’s not flashy, but when the floor is wet or sunlight is blasting through a door, that’s the difference between a clean map and a false stop.

Multi-Echo Returns for Stable Measurements

Multi-echo means the sensor records several returns from the same laser shot. That matters when a beam hits thin fog, glass, a wire rack, or a shiny pallet. You can select which echo to use (first, strongest, last) or evaluate more than one to understand what’s actually in the path.

  • Why it helps:
    • Separates near clutter (fog, dust) from solid background targets.
    • Handles semi-transparent surfaces like shrink wrap or glass without “losing” what’s behind them.
    • Reduces false positives from single stray reflections.
  • Practical modes:
    • First echo: reacts to the closest return; good for safety zones and fast reactions.
    • Strongest echo: favors solid objects; good in mist and stray spray.
    • Last echo: tends to represent the furthest solid surface; handy near mesh or foliage.
  • Tuning tips:
    • Use strongest-echo evaluation near processes that kick up dust or steam.
    • Log multiple echoes during setup, then lock the mode that produces the fewest false trips.
    • Combine echo selection with minimum reflectivity thresholds to reject glittery noise.
Echo Mode What it prioritizes Best use case Trade-off
First Closest return Fast reaction, safety fields Sensitive to fog/dust
Strongest Most reflective return Industrial mist, spray, glare May miss very dark targets behind bright clutter
Last Furthest return See through mesh/wrap Slower to react in some scenes

High-Definition Distance Measurement Benefits

SICK’s HDDM (High-Definition Distance Measurement) fires a burst of many low-power micro-pulses, then correlates the returns into one precise range value. Instead of banking on a single big pulse, the system averages out random noise and rejects out-of-time light.

  • What you get:
    • Lower range noise: micro-pulse averaging smooths jitter, so edges look crisp and field boundaries stay consistent.
    • Better behavior on mixed surfaces: dark rubber, brushed metal, and reflective tape all read more predictably.
    • Smaller, cooler hardware: lower peak energy means compact optics and diodes with long service life.
  • In the field:
    • Forklift aisles with retroreflective labels: HDDM avoids “range snap” when the head passes bright tags.
    • Outdoor gates at noon: stable returns even with intense skylight and hot backgrounds.
    • AGV docking: steadier distance to matte bumpers reduces hunt-and-peck at the final approach.
  • Setup pointers:
    • Turn on signal quality/confidence outputs to gate PLC actions.
    • Use median or moving-average filters sparingly; HDDM already reduces variance.
    • Log histograms during commissioning to spot over-threshold glare before it bites operations.

Clean Signals Amid Glare and Particulates

Harsh light, airborne junk, and cross-talk from other sensors all try to pollute the signal. The trick is a tight optical filter, precise time windows, and smart rules that flag anything out of character.

  • Bright light control:
    • Narrow optical bandpass and digital time-of-flight windows reject off-spectrum sunlight.
    • Adaptive thresholds track slow background changes (doors opening, clouds shifting) without dropping targets.
    • Field-proven immunity up to very bright daylight levels (around 100 kilolux) keeps outdoor scans usable.
  • Rain, fog, and dust handling:
    • Multi-echo plus echo-width checks separate small droplets from solid objects.
    • Temporal consistency filters require a target to persist across a few frames before triggering.
    • Adjustable “rain mode” reduces one-off hits without hiding real obstacles.
  • Multi-sensor environments:
    • Patterning and desynchronization reduce cross-talk between neighboring LiDARs.
    • Interference detection flags suspect measurements so they don’t feed control logic blindly.
    • Per-scan confidence scores help PLCs decide when to slow, stop, or re-check.
  • Quick checklist for integrators:
    1. Pick echo mode based on scene clutter (start with strongest in dusty areas).
    2. Enable quality/confidence thresholds for outputs tied to stops.
    3. Use short confirmation windows (2–3 frames) to knock down rain speckle.
    4. If multiple LiDARs are nearby, offset scan start times and use interference detection.
    5. Validate with worst-case lighting and a dirty sensor window—don’t only test in perfect conditions.

Wrapping Up Our Look at SICK LiDAR

So, after checking out what SICK’s LiDAR tech can do, it’s pretty clear they’ve got a solid lineup. Whether you need to measure things up close or way out there, or if you’re dealing with tricky outdoor conditions, SICK seems to have a sensor for it. They’re making it easier to get these powerful tools working without needing a whole team of software experts, which is a big deal. Plus, they’re trying to keep the costs reasonable, which is always good to hear. It looks like SICK is really focused on making this advanced technology accessible and useful for a lot of different jobs, from factory floors to whatever the future holds.

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Advertisement

Pin It on Pinterest

Share This