中文官网1688 店铺
TECHNOLOGY · 2026-06-06 · ~9-min read

Safety Fieldbus in 2026 — FSoE vs PROFIsafe vs CIP Safety for Light-Curtain & Scanner Integration

Three safety networks dominate the factory floor, and they all solve the same problem the same way. Here is how the black channel works, how the three differ in practice, and when a pair of OSSD wires into a safety relay is still the better engineering decision.

Integrating a safety light curtain and laser scanner over a safety fieldbus
Whether the safe signal travels on two OSSD wires or inside a safety telegram, the device on the machine is the same ESPE.

A controls engineer wiring a light curtain in 2026 has a choice the previous generation didn’t really have: keep the safe signal on a pair of hardwired OSSD outputs into a safety relay, or carry it as a safety telegram over the machine’s fieldbus into a safety PLC. Both are correct. Both can reach the same Performance Level or SIL. The decision is about diagnostics, distance and scale — and to make it well you need to understand what a safety fieldbus actually is.

The black channel: trust nothing, prove everything

The single idea that makes safety networks possible is the black channel. The principle: treat the entire communication path — the cables, the switches, the standard Ethernet frames, the protocol stack — as untrusted. None of it is part of the safety case, so none of it has to be certified. Instead, the two endpoints that genuinely are safety-rated (the safe device and the safety PLC) add their own protected payload inside the ordinary telegram, and they alone verify it.

That protected payload — sometimes called the safety container — uses a small, well-defined set of measures to catch every way a message can go wrong on the wire:

IEC 61784-3 is the standard that frames all of this — the “functional safety communication profiles” that sit on top of the underlying fieldbus standards. Because the safety lives in the container and not in the network, safe and standard traffic share the same physical cable. That is the whole trick, and FSoE, PROFIsafe and CIP Safety are three implementations of it.

FSoE, PROFIsafe, CIP Safety — same idea, different host

Once you see the black channel, the three big safety protocols stop looking like rivals and start looking like the same mechanism bolted onto three different networks. The honest summary: you rarely choose the safety protocol for its own merits. You choose it because it matches the PLC, drives and I/O ecosystem the machine is already built on.

Safety protocolHost networkTypical ecosystemSafe binding ID
FSoE
Fail Safe / Safety over EtherCAT
EtherCATBeckhoff and the wider EtherCAT/ETG worldFSoE Slave Address (per connection)
PROFIsafePROFINET (and PROFIBUS)Siemens and the PI / PROFINET worldF-destination address (F_Dest_Add)
CIP SafetyEtherNet/IP (and other CIP networks)Rockwell and the ODVA worldSafety Network Number + connection ID (SCID)

The middle of each row is identical in spirit — sequence number, watchdog, CRC, unique ID — and all three are certifiable to the same functional-safety targets. So a machine standardised on Siemens runs PROFIsafe over PROFINET; a Beckhoff-based machine runs FSoE over EtherCAT; a Rockwell line runs CIP Safety over EtherNet/IP. Mixing is possible with gateways, but the path of least pain is to follow the controller.

F-addresses, SCIDs and connection IDs: the part that bites

The unique-identifier measure deserves its own section, because it is where most safety-network commissioning goes wrong. Every safe participant must carry an identifier that makes its telegrams un-confusable with anyone else’s.

The failure mode they all guard against is the same: a telegram that ends up at the wrong node being silently accepted as valid. Assign these IDs deliberately, keep them unique, and write them down in the machine documentation. A duplicated F-address or a mismatched safety signature is the kind of fault that passes a quick visual check and then stops the whole line at commissioning.

Hardwired OSSD vs network-integrated safety

Now the practical fork. An ESPE device such as a Type 4 safety light curtain produces its result as two OSSD outputs — solid-state, pulse-tested signals on OSSD1 and OSSD2. The pulse testing lets the device detect short circuits between the channels, shorts to 24 V or 0 V, and cross-faults. That dual-channel, tested output is the safety “message” in its simplest form: it is just the voltage on two wires.

In a hardwired architecture those two wires go straight into a safety relay or a safety input module. There is no protocol stack, no address to configure, nothing to commission beyond the wiring and a function test. The reaction path is short and deterministic, and any maintenance technician can troubleshoot it with a multimeter.

In a network-integrated architecture the same logical state is captured by a safety input module and then encapsulated into a FSoE / PROFIsafe / CIP Safety telegram that travels over the bus to a safety PLC. You gain device-level diagnostics, remote reset and mute control, far fewer wires over distance, and trivial expansion to more zones. You pay for it with a safety-network configuration to build and maintain, and a class of communication faults to design against (which the black channel handles, but which still has to be set up correctly).

Worth repeating because it is the most common misconception: neither is inherently safer. Both reach the same Performance Level or SIL when designed correctly. The trade is diagnostics and scale against simplicity and determinism.

When hardwired OSSD + a safety relay is still the right call

For a small, self-contained safety function, a safety relay still wins on engineering grounds. One or two light curtains, a short cable run, a single guarded zone, an e-stop or two — wire the OSSD pair into a safety relay and you have a complete, certifiable stop function with no network to commission and nothing to mis-address. A DAIDISIKE Type 4 OSSD light curtain feeding a DA31 safety relay is exactly this: a clean point-of-operation or access guard for a press, with the relay providing the safe stop and the reset logic.

Move up to a safety PLC and a safety fieldbus when the count and complexity justify the configuration overhead: many safety devices, long distances, several independent zones, muting or blanking logic, or a real operational need to stream device-level diagnostics — which curtain beam is blocked, why a scanner field is muted — back to the line controller and the HMI. Our companion guide, Safety Relay vs Safety PLC, walks the decision in detail.

Where DAIDISIKE ESPE fits

DAIDISIKE Type 2 and Type 4 safety light curtains and DLD-series safety laser scanners output dual-channel OSSD. They are not native FSoE / PROFIsafe / CIP Safety nodes, and that is by design — it keeps them protocol-agnostic. The same curtain or scanner drops onto an EtherCAT, a PROFINET or an EtherNet/IP machine without change, because the network choice lives in the external safety controller, not in the sensor. The OSSD pair wires into a safe input on that controller (or a safety relay), and the controller is what speaks the safety bus to the rest of the line.

For washdown and harsh environments the same logic applies: choose the IP65 / IP67 / IP69K curtain or scanner variant for the mechanics and environment, and let the safety controller decide the network. The hardwired-to-safe-input pattern is the same regardless of whether the cell ultimately reports over FSoE, PROFIsafe or CIP Safety.

Frequently Asked Questions

What is the black-channel principle in a safety fieldbus?

The black channel is the design principle behind every modern safety fieldbus: the underlying network — switches, cables, standard PROFINET/EtherCAT/EtherNet-IP frames — is treated as untrusted and is not part of the safety case. All of the safety integrity lives in a 'safety container' that the sending and receiving safety devices add inside the ordinary telegram. That container carries the safety data plus protective measures — a consecutive sequence counter, a timeout/watchdog, a CRC over the safe payload, and a unique connection identifier. If a frame is lost, delayed, repeated, inserted, corrupted or mis-addressed, those measures detect it and the receiver goes to the safe state. Because the network itself never has to be certified, you can run safe and standard traffic on the same physical cable. IEC 61784-3 defines this functional-safety communication profile framework.

What is the difference between FSoE, PROFIsafe and CIP Safety?

All three are black-channel safety layers standardised under IEC 61784-3, so they solve the same problem the same way — sequence number, watchdog timer, CRC and a unique connection/address ride inside a normal frame. The difference is the host network. FSoE (Fail Safe over EtherCAT, also written Safety over EtherCAT) runs on EtherCAT. PROFIsafe runs on PROFINET and the older PROFIBUS. CIP Safety runs on EtherNet/IP (and other CIP networks such as DeviceNet and CompoNet). In practice you do not choose the safety protocol first; you choose it because it matches the controller and drive ecosystem already on the machine — Beckhoff/EtherCAT, Siemens/PROFINET, or Rockwell/EtherNet-IP.

What is an F-address (PROFIsafe) or SCID/connection ID, and why does it matter?

Each safety protocol gives every safe participant a unique identifier so that a telegram can only be accepted by the device it was actually meant for. In PROFIsafe this is the F-destination address (F_Dest_Add), set per F-device and matched in the safety program. CIP Safety uses a Safety Network Number plus configuration signatures (an SCID) and a unique connection identifier to bind a producer to a consumer. FSoE uses an FSoE Slave Address per connection. The point is the same in all three: it stops a misrouted or duplicated frame from being silently accepted by the wrong node — a 'masquerade' or mis-addressing fault. Getting these IDs unique and correctly assigned is the single most common commissioning error on a safety network, so document them.

What is the difference between hardwired OSSD and network-integrated safety?

With hardwired OSSD, the ESPE device — for example a Type 4 safety light curtain — drives two solid-state safety outputs (OSSD1/OSSD2) that are pulse-tested for cross-faults and short circuits. Those signals go directly to a safety relay or a safety input module; the 'message' is simply the voltage on two wires. With network-integrated safety, the same logical state is encapsulated in a safety telegram (FSoE/PROFIsafe/CIP Safety) and travels over the fieldbus to a safety PLC. Hardwired OSSD is simpler, has no protocol stack to commission and gives the lowest, most deterministic reaction path; network safety adds rich diagnostics, remote reset/mute control, fewer wires over distance, and easy expansion. Both can reach the same Performance Level or SIL — the choice is about diagnostics, scale and wiring effort, not about which is 'safer'.

When should I still use a hardwired OSSD light curtain and a safety relay instead of a safety network?

Use hardwired OSSD plus a safety relay when the safety function is small and self-contained: one or two light curtains, a short cable run, a single guarded zone, an e-stop or two. It is faster to wire and commission, needs no safety-network configuration or F-address management, is easy for any maintenance technician to troubleshoot with a meter, and removes a whole class of communication faults from the design. A DAIDISIKE Type 4 OSSD light curtain feeding a DA31 safety relay is a complete, certifiable stop function for a press or a guarded access point. Move to a safety PLC and a safety fieldbus when you have many devices, long distances, multiple zones, muting/blanking logic, or a genuine need for device-level diagnostics back to the line controller.

Do DAIDISIKE light curtains and scanners speak FSoE, PROFIsafe or CIP Safety natively?

DAIDISIKE Type 2 and Type 4 safety light curtains and DLD-series safety laser scanners provide their safety output as dual-channel OSSD (two pulse-tested solid-state outputs). They are integrated onto a safety network through an external safety controller or safety PLC: the OSSD pair wires into a safe input module, and that controller publishes the state over FSoE, PROFIsafe or CIP Safety to the rest of the machine. This is the normal architecture for most field devices and it is protocol-agnostic — the same DAIDISIKE device works on an EtherCAT, PROFINET or EtherNet/IP machine because the network choice lives in the safety controller, not in the sensor. Confirm the specific output and connection options for your model with our engineering team.

References & standards cited

About DAIDISIKE: Foshan DAIDISIKE Optoelectronics Technology Co., Ltd. is a long-established industrial safety sensor manufacturer. Its Type 2 and Type 4 safety light curtains, DLD-series safety laser scanners, DA31 safety relays and proximity sensors ship to OEMs across automotive, electronics, battery, packaging and material handling. Planning a light-curtain or scanner integration over a safety network? Talk to our engineering team or browse the full DAIDISIKE safety light curtain range.

This article is general engineering information, not a substitute for a project-specific risk assessment or the device and network documentation. Validate every safety function against the applicable standards and the manufacturer’s manuals for your specific models. Standards references are current as of the publication date above.

inXfrWA✉︎PTG

Leave your message