Zakaria El Intissar

I've spent 13 years in power system automation, electrical protection, and SCADA communication, as an automation and industrial computing engineer. ScadaProtocols.com is where I turn what I've learned on site into plain guides and working tools — so other engineers can decode, analyze, and troubleshoot industrial communication protocols without the guesswork.

Author Archives: Zakaria El Intissar

CIP Safety vs PROFIsafe: An Honest Comparison of SIL3 Safety Protocols

Both protocols certify safety up to SIL3, Cat 4, PL e. Both use the Black Channel principle. Both have been deployed for nearly two decades and are used extensively across industries worldwide, with very large installed bases. On paper, CIP Safety and PROFIsafe look almost interchangeable. In practice, choosing between them is one of the most consequential decisions… Read More: CIP Safety vs PROFIsafe: An Honest Comparison of SIL3 Safety… »

CIP Safety Explained: How EtherNet/IP Carries SIL3 Safety Data

Here is the question every engineer eventually asks: how can you trust an Ethernet packet to stop a hydraulic press? Standard Ethernet drops packets. Switches buffer and re-order them. Cables get unplugged mid-cycle. Yet CIP Safety lets a safety PLC monitor an emergency stop button over the same network that carries your I/O and your HMI traffic —… Read More: CIP Safety Explained: How EtherNet/IP Carries SIL3 Safety Data »

PROFINET vs EtherCAT: An Honest Comparison for Real Projects

Pick the wrong industrial Ethernet protocol for a new machine and you live with it for 15 years. Wrong drives. Wrong I/O. Wrong engineering tools. Wrong training. That is why the PROFINET vs EtherCAT question — sometimes asked as EtherCAT vs PROFINET — matters more than the spec sheet suggests. Both protocols are real-time Ethernet standards, both are… Read More: PROFINET vs EtherCAT: An Honest Comparison for Real Projects »

EtherCAT Protocol Explained: The Trick That Makes It Fast

EtherCAT is the protocol you reach for when 1ms is too slow. Motion control, multi-axis robotics, high-speed test rigs, anything synchronized down to the microsecond — that is EtherCAT territory. It looks like Ethernet, runs on the same cables, uses standard RJ45 connectors. But under the hood it does something no other industrial Ethernet protocol does: it reads… Read More: EtherCAT Protocol Explained: The Trick That Makes It Fast »

MQTT Retained Messages Explained: Last Known Value

In MQTT, a publishing client has no guarantee that a subscribing client will actually receive its message, because pub/sub decouples them. The publisher’s only guarantee is that the message arrives at the broker; from there, delivery to subscribers depends on who is currently subscribed. Similarly, a client that has just connected and subscribed has no guarantee about when… Read More: MQTT Retained Messages Explained: Last Known Value »

MQTT Persistent Sessions & Message Queuing Explained

MQTT does not behave like a classical message queue, but under specific conditions it can queue messages for clients. That capability is one of the protocol’s most important reliability features for devices on unreliable networks, and it depends entirely on a concept called the persistent session. Understanding when a session is persistent, what the broker stores in it,… Read More: MQTT Persistent Sessions & Message Queuing Explained »