---
title: "Quick Start: Position Measurement — Industrial Ethernet — SCU6x"
application: position-measurement
variant: ethernet
controller: scu6x
valid_sensors: ["ODC 48", "ODC 96", "ODC 192", "ODC 288", "ODC 384", "ODC 480", "ODC 768", "ODC 960"]
output_type: ethernet
estimated_time: "~1–2 hours"
last_updated: "2026-07-12"
guide_url: "https://r2r.tech/resources/quick-start/position-measurement/ethernet/scu6x"
pdf_url: "https://r2r.tech/resources/quick-start/position-measurement/ethernet/scu6x.pdf"
---

# Quick Start: Position Measurement — Industrial Ethernet — SCU6x

> Install, wire, and configure a Roll-2-Roll® ODC sensor with a SCU6x controller for position measurement via Industrial Ethernet.

## What You'll Achieve

After completing this guide, wired to your SCU6x controller with position data available over Industrial Ethernet for your PLC.

**Estimated time:** ~1–2 hours

## What You Need

### Products

- ODC Family sensor — select size based on expected wander + 10% safety factor
- SCU6x controller (with Industrial Ethernet option)
- Quick Disconnect Sensor Cable - 3m (10 ft) (U2-01975)
- 24 V DC Input Power Cable for SCU6x or 1DC - 5m (21218x-5m)
- M12 to RJ45S, Shielded Cable - 9.8ft/3m (21222-3m)
- 24 VDC power supply

### Prerequisites

- Machine accessible and safe to work on
- 24 VDC power available at the installation location
- For Ethernet paths: Ethernet network ready (switch port available)

## SCU6x Output Options

SCU6x models differ by output: C(x)D provides Industrial Ethernet, and C(x)DIO adds digital GO/NO-GO pass/fail outputs on top. (SCU6x has no analog output.)

| Model | Outputs |
|-------|---------|
| SCU6x C(x)D | Industrial Ethernet position data (edge and centerline positions — loggable) |
| SCU6x C(x)DIO | Industrial Ethernet position data, plus digital GO/NO-GO pass/fail outputs |

## Install

Mounting differs based on measurement type.

### Edge & Centerline

- Mount in free span between two rollers (web unsupported)
- Web edge must be at least 10 mm from the edge of the sensor sensing range
- Mount closer to one roller to minimize web flutter
- Web plane must be parallel to sensor length axis
- For centerline: sensor must see both edges (or use dual sensors for wide webs)

### Contrast/Line

- Mount facing web on a backup roller (web must be supported)
- Use a dark/matte roller surface to prevent false contrast readings
- Do not move the sensor after teaching
- Standoff consistency is critical — distance stability matters more than absolute distance

**Light source:**

- **Edge:** Infrared (IR) — default for edge and centerline on most materials
- **Contrast:** White light — for visible color contrast. UV for fluorescent marks only.

**Sensor sizing:** Choose sensor wide enough for maximum expected wander + 10% safety factor. For centerline, sensor must be wider than the web. For contrast/line, sensor only needs to see the tracked feature.

**Reference documents:**

- [Sensor Installation Recommendations (web guiding)](https://r2r.tech/documentation/manuals/sensor-installation-recommendations.md)
- [Sensor Installation Recommendations (inspection)](https://r2r.tech/documentation/manuals/sensor-installation-recommendations-inspection-applications.md)

## Wire

Same sensor cable as SCU5. Ethernet via M12 D-coded connector.

1. Sensor: Connect Quick Disconnect Sensor Cable (U2-01975) from ODC sensor to SCU6x port S1
2. Power: Connect 24 V DC Input Power Cable for SCU6x or 1DC (21218x-5m) to SCU6x port Z2
3. Ethernet: Connect M12 to RJ45S, Shielded Cable (21222-3m) from SCU6x port P1 to PLC or network switch

## Configure & Verify

All three measurement types use the same sensor hardware. The type is selected in the controller configuration.

### Edge Position

Tracks one physical edge (left or right) of the web.

1. Connect sensor and power on — edge position appears immediately
2. Set the sensor's electronic orientation (left or right) to match its physical orientation with respect to the web. When set correctly, the web appears as a white rectangle on the controller display with one black region: the left region is black when tracking the left edge, the right region when tracking the right edge.
3. For analog: select edge type (left/right/center/width) and output range
4. For Ethernet: position is immediately available in registers

**Success:** The Web Detect Indicator — the green square at the bottom-left of the SCU5 or SCU6x display — turns green (it lights when the controller sees a valid edge or a valid taught contrast); quality factor > 10; stable position value tracking web movement.

### Centerline Position

Tracks the midpoint between both edges — absorbs width variation. In center mode the sensor sees both edges, so the web appears as a white rectangle on the controller display with black regions on both the left and the right.

1. For analog: select "center" as the analog output mode
2. For Ethernet: read left and right edge positions, compute centerline in PLC as (left + right) / 2
3. For dual sensors (wide web): mount both with the same camera orientation, then set their electronic orientation so one sensor tracks the left edge and the other tracks the right edge, and combine the two in the PLC

*Note: There is no dedicated centerline register over Ethernet. The PLC computes the average.*

**Success:** Both edges detected, centerline stays stable even as web width fluctuates.

### Contrast/Line Position

Tracks a printed line, coating edge, or color boundary on the web surface.

**Modes:**

- **Line Contrast:** Centerline of a line/stripe
- **Left Contrast:** Left edge of a contrast transition
- **Right Contrast:** Right edge of a contrast transition
- **Double Contrast:** Edge between two specific colors

**Teaching:**

1. Select the contrast sub-mode matching your application
2. Position the web with the target feature in the sensor field of view on the backup roller
3. On the touchscreen, navigate to the target feature in the real-time sensor image
4. Select the correct edge/feature and confirm with a button press
5. Teaching happens in one scan cycle (near-instant)

**Success:** Green indicator = feature found and tracked. Grey = feature lost. Position tracks the feature smoothly.

### Common Configuration Mistakes

- No backup roller — web flutter corrupts pattern matching
- Teaching on the wrong feature
- Tolerance too tight (intermittent loss) or too loose (false matches)
- Ambient light interference
- Forgetting to re-teach after material change

**Configuration reference:** [Controller Documentation](https://r2r.tech/documentation/manuals/scu6x-sensor-and-web-guide-controller-user-manual.md)

**Troubleshooting**

| Symptom | Likely Cause | Fix |
|---------|--------------|-----|
| The web position bar on the SCU6x display is completely white (single-sensor setup). | The sensor's electronic orientation does not match its physical orientation with respect to the web. | Change the sensor's electronic orientation (left → right or vice versa) so it matches the sensor's physical orientation with respect to the web. Set correctly, the web shows as a white rectangle with the left region black when tracking the left edge, or the right region black when tracking the right edge. |
| The web position bar on the SCU6x display is completely white (dual-sensor setup). | One or both sensors' electronic orientation does not match their physical orientation with respect to the web. | Configure each sensor so its electronic orientation matches its physical orientation with respect to the web — one sensor tracking the left edge, the other the right. |

## PLC Integration

Position, quality factor, fault status, and coverage are exchanged in a single cyclic frame over Industrial Ethernet.

- Position units are pixels, not mm. Convert using your sensor's pixel resolution: position_mm = position_pixels × resolution, where resolution is 0.0635 mm or 0.127 mm per pixel depending on the sensor model.
- Rockwell AOI handles conversion automatically and exposes _mm fields
- Update rate: 50 Hz (20 ms) fixed — not configurable over Ethernet
- Quality factor > 10 = valid reading

**Register map:**

- [SCU6x Industrial Ethernet Register Map](https://r2r.tech/documentation/manuals/scu6x-industrial-ethernet-register-map-v41.md)

**Support files:**

- [EDS File (EtherNet/IP)](https://r2r.tech/documentation/support-files/ethernetip-eds-file-scu6x-firmware-version-41-using-hilscher-module.md)
- [Add-on Instruction (AOI) for Studio 5000](https://r2r.tech/documentation/support-files/rockwellab-add-instructions-scu6x-cedmced-controller-v41.md)

## Go Further

### Related Quick Start Guides

- [Web Width Measurement](https://r2r.tech/resources/quick-start/web-width/ethernet/scu6x.md) — Measure total web width using the same sensor
- [Multiple Web Width Measurement](https://r2r.tech/resources/quick-start/multi-web-width/ethernet/scu6x.md) — Measure multiple strips simultaneously (SCU6x only)
- Intermediate Web Guide — Add web guiding using position measurement as the feedback (coming soon)
- [Splice Detection](https://r2r.tech/resources/quick-start/splice-detection/ethernet/scu6x.md) — Add splice detection alongside position measurement

### Learn More

- [Edge Guiding Solutions](https://r2r.tech/solutions/web-guiding/edge-guiding.md)
- [Center Guiding Solutions](https://r2r.tech/solutions/web-guiding/center-guiding.md)
- [Line/Contrast Guiding Solutions](https://r2r.tech/solutions/web-guiding/line-contrast-guiding.md)

### Reference Documents

- [SCU6x Controller User Manual](https://r2r.tech/documentation/manuals/scu6x-sensor-and-web-guide-controller-user-manual.md)
- [Sensor Installation Recommendations (web guiding)](https://r2r.tech/documentation/manuals/sensor-installation-recommendations.md)
- [Sensor Installation Recommendations (inspection)](https://r2r.tech/documentation/manuals/sensor-installation-recommendations-inspection-applications.md)

## Available Sensor Models

Select a sensor model at the guide page to see datasheets, 2D drawings, 3D models, and STEP file downloads.

- [ODC 48](https://r2r.tech/resources/quick-start/position-measurement/ethernet/scu6x.md?sensor=odc-48) (48 mm)
- [ODC 96](https://r2r.tech/resources/quick-start/position-measurement/ethernet/scu6x.md?sensor=odc-96) (96 mm)
- [ODC 192](https://r2r.tech/resources/quick-start/position-measurement/ethernet/scu6x.md?sensor=odc-192) (192 mm)
- [ODC 288](https://r2r.tech/resources/quick-start/position-measurement/ethernet/scu6x.md?sensor=odc-288) (288 mm)
- [ODC 384](https://r2r.tech/resources/quick-start/position-measurement/ethernet/scu6x.md?sensor=odc-384) (384 mm)
- [ODC 480](https://r2r.tech/resources/quick-start/position-measurement/ethernet/scu6x.md?sensor=odc-480) (480 mm)
- [ODC 768](https://r2r.tech/resources/quick-start/position-measurement/ethernet/scu6x.md?sensor=odc-768) (768 mm)
- [ODC 960](https://r2r.tech/resources/quick-start/position-measurement/ethernet/scu6x.md?sensor=odc-960) (960 mm)

## Related Quick Start Guides

- [Splice Detection — Industrial Ethernet — 1DC Series](https://r2r.tech/resources/quick-start/splice-detection/ethernet/1dc.md)
- [Splice Detection — Industrial Ethernet — SCU6x](https://r2r.tech/resources/quick-start/splice-detection/ethernet/scu6x.md)
- [Splice Detection — Digital Output — SCU6x](https://r2r.tech/resources/quick-start/splice-detection/digital/scu6x.md)
- [Position Measurement — Analog Output — SCU5](https://r2r.tech/resources/quick-start/position-measurement/analog/scu5.md)
- [Position Measurement — Industrial Ethernet — SCU5](https://r2r.tech/resources/quick-start/position-measurement/ethernet/scu5.md)
- [Position Measurement — Industrial Ethernet — 1DC Series](https://r2r.tech/resources/quick-start/position-measurement/ethernet/1dc.md)
- [Web Width Measurement — Analog Output — SCU5](https://r2r.tech/resources/quick-start/web-width/analog/scu5.md)
- [Web Width Measurement — Digital Monitoring — SCU5](https://r2r.tech/resources/quick-start/web-width/digital/scu5.md)
- [Web Width Measurement — Industrial Ethernet — SCU5](https://r2r.tech/resources/quick-start/web-width/ethernet/scu5.md)
- [Web Width Measurement — Digital Monitoring — SCU6x](https://r2r.tech/resources/quick-start/web-width/digital/scu6x.md)
- [Web Width Measurement — Industrial Ethernet — SCU6x](https://r2r.tech/resources/quick-start/web-width/ethernet/scu6x.md)
- [Web Width Measurement — Industrial Ethernet — 1DC Series](https://r2r.tech/resources/quick-start/web-width/ethernet/1dc.md)
- [Multiple Web Width Measurement — Industrial Ethernet — SCU6x](https://r2r.tech/resources/quick-start/multi-web-width/ethernet/scu6x.md)
- [Multiple Web Width Measurement — Digital Monitoring — SCU6x](https://r2r.tech/resources/quick-start/multi-web-width/digital/scu6x.md)
- [Multiple Web Width Measurement — Industrial Ethernet — 1DC Series](https://r2r.tech/resources/quick-start/multi-web-width/ethernet/1dc.md)

## Support

- Email: experts@r2r.tech
- Phone: +1-888-290-3215
