A diagram showing the E2C Pro gateway acting as a central hub for equipment interoperability, connecting multiple PLCs and sensors.

E2C Pro Intelligent Connected Equipment: An Efficient Hub for Equipment Interoperability & Production Collaboration

Written by: Bill Chen

|

Published on

|

Time to read 4 min

Bill Chen,Technical Support Engineer at Robustel

Bill Chen is a senior industrial Internet technical support expert, focusing on solution design and network troubleshooting. Proficient in industrial network protocols, good at OT/IT integration architecture optimization, quickly locating and solving problems such as device connection and data anomalies. With more than 10 years of experience, we serve more than 100 customers in manufacturing, energy and other industries, and help companies stabilize production and increase efficiency with efficient solutions.

Summary

In most factories, machines exist in "islands of automation," unable to communicate with each other. This lack of equipment interoperability creates inefficiency, requires complex hard-wiring, and prevents true smart factory automation. 

The E2C Pro edge computing platform, running on gateways like the Robustel EG5120, acts as a local "traffic controller" to solve this. By using the low-code Node-RED (Robustel Flow) environment, E2C Pro can read the status from one machine's PLC, make a logical decision, and then send a command to a different machine's PLC.

This creates a flexible, vendor-agnostic, and cost-effective machine-to-machine (M2M) communication network that runs reliably at the edge, orchestrating your entire production line.

Introduction

Walk into almost any factory, and you'll see a familiar problem. A CNC machine from one vendor, a robotic arm from another, and a conveyor belt from a third. They all work perfectly—in isolation. Getting them to work together is the hard part. Traditionally, this "handshake" between machines is done with a complex web of physical I/O wires (relays, sensors, actuators) or a prohibitively expensive, high-level SCADA or MES system.

This creates a rigid, fragile operation. What if you want to change the process? What if a machine in the middle of the line fails? The dominoes fall because there's no intelligent, overarching logic. But what if you could have a "brain" on your factory floor, a single, low-cost device that could orchestrate all your equipment? What if you could program this "factory traffic controller" with simple, visual logic? That is the power of using E2C Pro for equipment interoperability.

E2C Pro: The "Traffic Controller" for M2M Automation

The E2C Pro edge computing platform, running on a gateway like the EG5120, is designed to be this central "brain." It is not just a passive data collector; it is an active participant in your automation.

Here’s the concept: E2C Pro connects to all your key pieces of equipment (PLCs, sensors, controllers) using standard industrial protocols like Modbus, OPC-UA, or even custom TCP. Then, using its integrated Node-RED (Robustel Flow) tool, you build the "linkage logic" that governs how they interact.

The logic is simple but powerful: IF Machine A does this, THEN Machine B does that.

A diagram showing the E2C Pro gateway acting as a central hub for equipment interoperability, connecting multiple PLCs and sensors.

Application 1: The "Look-and-Execute" Model (Conveyor & Robot)

This is a classic M2M automation challenge. You need a robot to pick up a part when it arrives on a conveyor.

  • The Old Way: Wire a physical sensor on the conveyor directly to a digital input on the robot's controller. This is rigid and hard to modify.
  • The E2C Pro Way:
    1. LOOK (Read Data): The E2C Pro gateway (via Node-RED) continuously reads a Modbus register from an I/O module connected to the sensor.
    2. DECIDE (Edge Logic): A "Switch" node in the Node-RED flow checks the sensor's value. IF "part_present_sensor" == 1.
    3. EXECUTE (Write Command): The flow immediately sends a new Modbus write command to the robot's PLC (e.g., Write 1 to register 500), which is programmed to mean "start pick-and-place cycle."
  • The Benefit: This is "soft-wiring." If you want to add a second check (e.g., IF "part_present" == 1 AND "robot_is_ready" == 1), you just add another logic block in Node-RED. No electrician, no downtime.

Application 2: The "Baton Pass" Model (Multi-Stage Process)

This is essential for any production line. Machine B (e.g., a filling machine) should only start after Machine A (e.g., a mixing tank) has finished.

  • The Old Way: A "cycle complete" output wire from the mixer's PLC is run across the factory to an "enable" input on the filler's PLC.
  • The E2C Pro Way:
    1. LOOK (Monitor Machine A): A Node-RED flow on the gateway monitors the "status" register of the mixing tank's PLC.
    2. DECIDE (Wait for Event): The logic waits for the status value to change from "running" (e.g., 2) to "batch_complete" (e.g., 3).
    3. EXECUTE (Pass the Baton): Once the "batch_complete" signal is detected, Node-RED sends a "start_fill_cycle" command to the filling machine's PLC.
  • The Benefit: This creates true equipment interoperability. The mixer might be a 20-year-old Siemens PLC, and the filler a brand new Allen-Bradley. They don't need to speak the same protocol; they just need to speak to E2C Pro, which acts as the universal translator.
A flowchart demonstrating how E2C Pro manages M2M communication by waiting for one machine to finish before starting the next.

Conclusion: The Benefits of Edge-Linked Automation

Using E2C Pro as your M2M "traffic controller" is a game-changer for industrial automation.

  • Reduces Complexity: It replaces racks of physical relays and complex hard-wiring with simple, visual, "soft" wiring in Node-RED.
  • Creates Flexibility: You can re-choreograph your entire production line's logic in minutes, not days, by simply modifying the Node-RED flow.
  • Breaks Vendor Lock-In: It de-couples your hardware. Your machines no longer need to be from the same vendor to work together.
  • Increases Reliability: The linkage logic runs 100% on the edge gateway. Even if the internet or cloud connection fails, your production line continues to run, as the M2M "handshakes" are all handled locally.

FAQ

Q1: Is this fast enough for real-time control?

A: This approach is perfect for process linkage and supervisory control (e.g., start, stop, change recipe), where response times in seconds or hundreds of milliseconds are acceptable. It is not for high-speed motion or safety-critical control (e.g., an E-stop), which should always remain within a machine's dedicated PLC.

Q2: What equipment can E2C Pro link together?

A: If E2C Pro can talk to it, it can link it. This includes any device with Modbus RTU/TCP, OPC-UA, or even custom TCP/UDP protocols. It can link a 20-year-old PLC to a brand new sensor.

Q3: Do I need to be a PLC programmer to create this logic?

A: No, and that's the primary benefit. The logic is built in Node-RED (Robustel Flow), a low-code, visual environment. If you can draw a flowchart of how your machines should interact, you can build the logic to automate it. This bridges the skills gap between OT and IT.