An industrial gateway can give a machine a secure route to the internet. Turning that machine's data into something a business can actually use is a different job. Robustel E2C Trinity is built to close that gap.
Robustel E2C Trinity is a shared industrial edge platform built on Debian-based RobustOS Pro. Running on Robustel edge gateways, it reads data from mixed PLCs, meters and sensors, processes it locally, holds it through network outages, drives local SCADA, alarms and OEE, and forwards clean, standardised data to MQTT, cloud, SCADA and enterprise systems. It is far more than a remote-management portal, and it moves Robustel up from connectivity into operational software.
Connecting a machine is not the same as integrating it
A real industrial site rarely presents a tidy set of modern devices all publishing clean JSON over MQTT. It presents a twenty-year-old PLC on Modbus RTU, a Siemens production controller, a Mitsubishi machine, an energy meter on Modbus TCP, perhaps a building system on BACnet, a local SCADA package, a new cloud platform expecting MQTT or HTTPS, and a mobile connection that occasionally disappears. Every component may work perfectly, yet nothing naturally forms one coherent system.
Put a 4G router next to that older PLC and you get a remote IP path. The application at the other end still needs to know which Modbus registers to read, whether each value is an integer, float, bit or string, which byte order applies, what scaling to use, what the value represents, how often to poll it, what should happen when it crosses a threshold, and what to do with the records when the WAN fails.
The difficult and expensive part of industrial IoT is usually not the mobile connection. It is the middle layer that turns machine-level information into trusted, useful operational data. Traditionally an integrator assembles that layer from protocol gateways, custom scripts, industrial PCs, data loggers, cloud connectors, alarm systems and visualisation software. It can work very well, but every extra box adds configuration, support and lifecycle cost. E2C Trinity pulls a large part of that middle layer into the Robustel gateway itself.
What E2C Trinity actually is
E2C stands for Edge2Cloud. Robustel has used the Edge2Cloud name before for lighter applications that read industrial protocols and forward the results to services such as MQTT, AWS IoT and Microsoft Azure. E2C Trinity is the broader platform that sits above those applications.
In Robustel's own words, E2C Trinity is a shared operational edge platform, built on Debian-based RobustOS Pro and its edge-computing gateway portfolio, that provides the common software foundation for three purpose-built applications. It is explicitly not a single standalone product. The same runtime, data services and development model underpin all three variants, so an integrator can reuse architectures, drivers, workflows and skills across very different environments.
That distinction matters commercially. The conversation stops being "which industrial router is cheapest?" and becomes "what equipment do you need to read, what has to happen locally, what happens when the WAN drops, and which business systems need the data?" That is a solution sale, not a box sale.
E2C Trinity turns a compatible Robustel gateway into a local operational data platform sitting between machines and the applications that need their information.
Factory, Field and Facility
E2C Trinity is the common architecture beneath three applications aimed at different operational worlds.
| Application | Intended environment | Typical equipment and systems |
|---|---|---|
| E2C Factory | Manufacturing and industrial automation | PLCs, machines, drives, meters, sensors, SCADA, MES, ERP and OEE |
| E2C Field | Distributed and remote infrastructure | LoRaWAN sensors, utilities, agriculture, transport, environmental and smart-city assets |
| E2C Facility | Buildings and facilities (coming soon) | BMS, BACnet, KNX, M-Bus, LoRaWAN, energy systems and Niagara Framework environments |
E2C Factory is the best documented and most clearly productised member of the family today. E2C Field extends the model to LoRaWAN and distributed sensing, with an embedded ChirpStack network server for device onboarding and payload decoding. E2C Facility is still listed by Robustel as coming soon. Treat Factory as the mature reference point, and confirm the exact availability, licensing and supported features of Field or Facility for your specific project.
Which Robustel gateways support it
Robustel currently lists three edge-computing gateways as compatible with E2C Factory:
- Robustel EG3120e, a compact eSIM edge-computing gateway.
- Robustel EG5120, a 4G industrial edge gateway for local applications and protocol integration.
- Robustel EG5200, a higher-performance edge gateway with more ports and headroom.
Robustel states that E2C Factory needs a minimum of 2 GB of RAM to run properly. That is not an incidental detail: the platform is running substantial local software, not a small Modbus plug-in. Larger tag counts, heavier SCADA screens and OEE analysis should be sized with Robustel rather than assumed. Each gateway also has a minimum RobustOS Pro firmware version, so confirm the exact firmware for your specific SKU before purchase.
It is worth being clear about what does not qualify. Robustel's conventional routers, such as the R1510, R2110, R3000 and R5020, may run RobustOS applications and the lighter Edge2Cloud layer, but the full Trinity platform is specified for the EG-series edge gateways above. Do not assume every Robustel product runs it.
Robustel's documentation sometimes drops the "e" suffix (EG3120 rather than EG3120e). This appears to be platform-name shorthand rather than a separate model, but exact SKU, memory and firmware compatibility should always be confirmed against the current product page before you quote a project.
How it works: the 6C data path
Robustel frames the platform through six capabilities it calls the 6C DataOps framework: Collect, Compute, Continuity, Canvas, Connect and Control. Stripped of the marketing, the data path runs in three layers.
1. Southbound: reading the equipment
Southbound means talking to the physical kit. E2C Factory uses drivers to read registers, tags and states from PLCs, controllers, sensors, meters and I/O. The protocol library is genuinely broad: Robustel describes support for more than 100 industrial protocols. Alongside Modbus TCP and RTU, OPC UA, BACnet/IP and BACnet MS/TP, it covers Siemens S7, Mitsubishi MELSEC, Omron FINS and Host Link, Allen-Bradley and Rockwell CIP, Beckhoff ADS, Delta, Xinje, Keyence, Inovance, Panasonic, Fuji, FATEK, Vigor and Yokogawa, plus metering protocols such as the DLT645 and DLT698 series. That is exactly the mix a brownfield factory presents, where equipment from several generations and manufacturers has to reach one data model.
Once collected, physical values become internal tags: motor temperature, machine running state, line speed, energy consumed, cycle count, reject count, tank level, an alarm code, a valve state. The common tag model matters, because it gives differently sourced values consistent names and structures.
2. Compute: processing at the edge
The gateway can then process those tags locally. E2C Factory can scale and transform raw values, calculate new virtual values, filter or aggregate data, evaluate thresholds, build time-based or event-based workflows, run JavaScript and a Robustel-tuned Node-RED environment, store records, keep alarm histories and trigger permitted local actions. A worked rule might read a motor temperature every second, ignore minor fluctuation, and if it stays above a set point for thirty seconds record the event, raise an MQTT and SMS alarm, show the condition on the local dashboard and reduce a permitted operating setpoint. That is a long way beyond forwarding every Modbus register to the cloud.
3. Northbound: talking to software
Northbound carries the processed information up to SCADA, cloud and enterprise systems. Documented options include MQTT over TLS, Sparkplug B, HTTPS and REST, AWS IoT, Microsoft Azure IoT, an OPC UA server, a Modbus TCP slave and a BACnet/IP server. This lets the gateway read one set of protocols and present another. A legacy serial meter becomes a structured MQTT source; several incompatible PLCs are exposed to an upstream SCADA system through a single OPC UA interface. That protocol abstraction is one of the platform's strongest practical benefits.
What happens when the connection fails
Cloud-only monitoring has a predictable blind spot: when the WAN disappears, the monitoring system loses sight of the site. E2C Factory supports local data management, offline caching and store-and-forward, so data can be retained on the gateway and uploaded when connectivity returns. Local collection, displays and suitable workflows keep running without a permanent cloud link.
How much history it can hold depends on hardware, storage, tag count, data types, polling frequency and retention policy. It should be engineered, not sold as "unlimited offline storage". Local processing also cuts mobile data: there is little value in sending an unchanged temperature every second for months. The gateway can report on change, aggregate, average or send exception events instead, which reduces data consumption and cloud ingestion cost. For remote, cellular-connected sites, that tolerance of intermittent service is often worth more than raw processing performance.
Local SCADA, alarms and OEE
E2C Factory includes a browser-based Edge SCADA environment for local screens, trends, alarms and reusable templates. A small or distributed site can gain a useful operational display without a separate Windows PC and SCADA licence. That does not make it a replacement for a plant-wide enterprise SCADA platform; its value is local visibility close to the machine, or a repeatable display for packaged equipment and smaller sites.
Alarm management covers configurable conditions, severity, acknowledgement, history and notifications through email, SMS and third-party channels. The Pro edition adds Overall Equipment Effectiveness, combining availability, performance and quality so an operator can see not just whether a machine is online but how long it was available, how fast it ran, how much good product it made and where production time went. For a manufacturer, that attaches direct operational value to what would otherwise be a connectivity project.
A practical E2C Factory example
Consider a small factory with two Siemens-controlled machines, one Mitsubishi-controlled machine and several Modbus energy meters, no common production dashboard, a cloud maintenance application and a 4G backup connection. An EG5120 running E2C Factory could:
- Read the Siemens and Mitsubishi controllers and poll the meters over Modbus.
- Map the useful values into one consistent tag structure.
- Calculate running time, downtime and energy per cycle.
- Show current line status through a local browser.
- Raise an alarm when a machine stops unexpectedly.
- Retain records during a fixed-line or cellular outage.
- Forward selected data over MQTT when the connection returns.
- Expose other tags to an existing SCADA system through OPC UA.
- Accept authorised cloud commands to update non-safety settings.
- Be managed remotely through RCMS.
Without a platform like Trinity, an integrator assembles several of those components separately. The value is the engineering effort and support complexity avoided, not the fact that the gateway can draw a graph.
E2C Factory editions
Robustel documents three editions. All of them include the core platform, Edge SCADA, Node-RED, alarm management, secure cloud connectivity and device and tag management; the differences are protocol breadth, scale and analytics.
| Edition | Collection tags | SCADA tags | Protocols | OEE |
|---|---|---|---|---|
| Free | Up to 200 | Up to 100 | 18 mainstream drivers | No |
| Core | Up to 2,000 | Up to 2,000 | Full library | No |
| Pro | Up to 5,000 | Up to 5,000 | Full library | Yes |
A tag is one external variable exchanged with field equipment, such as a temperature, switch state or pressure reading; virtual variables are counted separately. The Free edition is genuinely useful for evaluation, proofs of concept and small machine-monitoring installations, and its 18 drivers already include Modbus TCP and RTU, OPC UA, Siemens S7, Mitsubishi, Omron and Allen-Bradley families. Core is the normal commercial version for an integrator; Pro targets larger tag estates and production-performance analysis.
Licences are tied to the gateway serial number and activated with a licence file. Robustel's public material does not give clear UK pricing or state plainly whether licences are perpetual, subscription or both, and it references renewal through RCMS. Confirm pricing, validity, renewal and the transfer procedure after a hardware failure with Robustel or its partner before you commit a project.
E2C Trinity is not RCMS
This is an important sales distinction. RCMS and Trinity do different jobs and complement one another.
| Robustel RCMS | Robustel E2C Trinity |
|---|---|
| Manages gateways and router fleets | Handles operational and machine data |
| Shows gateway and connection status | Shows PLC, sensor, meter and process values |
| Deploys configuration and firmware | Configures drivers, tags, workflows and mappings |
| Remote access and connectivity diagnostics | Processing, alarms, SCADA and OEE |
| Answers "is the gateway working?" | Answers "what is the operation doing?" |
Used together, RCMS manages the edge device while Trinity manages the operational data passing through it. Robustel also lists RCMS among Trinity's northbound targets, so the two are designed to sit alongside each other.
Are other manufacturers doing this?
Yes, and it would be misleading to pretend otherwise. Robustel has not invented industrial edge middleware. The market already contains routers with protocol conversion, remote-access gateways with data collection, industrial PCs shipped with edge middleware, full edge ecosystems with centrally managed apps, and SCADA platforms packaged for edge hardware. The useful question is not whether a competitor uses the phrase "edge gateway"; it is how much of the working solution is included, and how much the integrator still has to build.
Teltonika Networks: strong router, lighter operational layer
Teltonika offers Modbus TCP client and server, Modbus RTU on suitable hardware, MQTT, OPC UA on selected products, data-to-server services and extensive RutOS packages, and it is itself moving into edge computing with devices like the RUTC41. For a project that needs a rugged router to poll some Modbus values and publish over MQTT, Teltonika may provide everything required, with strong fleet management through RMS. The difference is scope: RutOS is primarily an industrial networking OS with data services, rather than a single integrated application combining a large multi-vendor driver library, tag management, local SCADA, alarm lifecycle, store-and-forward, Node-RED and licensed OEE. Teltonika is a credible alternative at the lighter end; Trinity aims further into operational software.
HMS Ewon Flexy: the closest familiar rival
The Ewon Flexy is a mature remote-access and IIoT data gateway aimed squarely at machine builders, with PLC data acquisition, alarms, Modbus, OPC UA, MQTT, HTTPS, local dashboards, BASIC or Java programming and the established Talk2m connectivity service. There is heavy overlap with E2C Factory. Ewon's advantage is maturity and recognition among OEMs. Robustel's differentiation is its Debian-based environment, Node-RED integration, container support, the wider Factory/Field/Facility architecture, local Edge SCADA and explicit OEE tiers. Ewon remains a serious benchmark for remote support and machine KPIs; Robustel is pushing a broader open-compute proposition with cellular routing built in.
Moxa ThingsPro, Advantech WISE-EdgeLink
Moxa ThingsPro runs on Moxa industrial computers and gateways, providing Modbus acquisition, tag-based collection, MQTT, REST APIs and built-in AWS and Azure connections, with store-and-forward and a Debian environment. It is close to the original Edge2Cloud problem: acquire industrial data reliably and hand it to developers and cloud platforms. Advantech WISE-EdgeLink is one of the closest conceptual alternatives, described as lightweight edge middleware with device connectivity, protocol conversion, data logging, alarms, open APIs and support for a very wide library of PLC and I/O devices, often paired with WebAccess for fuller SCADA. Both are strong; the distinction is that Advantech's complete proposition can span several products, whereas Robustel places collection, processing, SCADA, alarms, Node-RED and OEE under one application and licence structure.
Siemens Industrial Edge, Digi and Red Lion
Siemens Industrial Edge is a full ecosystem of edge devices, centrally managed apps, a marketplace and development tools. It is far broader and more scalable than Trinity, and a correspondingly larger architectural and commercial commitment. E2C Factory is not trying to beat it at being an enterprise application platform; its attraction is installing a compact cellular edge gateway beside a machine and getting drivers, processing, alarms, displays and cloud integration without first building an enterprise edge estate. Digi routers and gateways run containers managed through Digi Remote Manager and can host third-party platforms such as Ignition Edge, and Red Lion's FlexEdge and Crimson software offer hundreds of drivers, simultaneous protocol conversion, MQTT, OPC UA and local visualisation. Both are powerful and open, but the integrator generally assembles more of the application stack. Robustel positions Trinity as capable of working alongside third-party software including Ignition, N3uron and ChirpStack rather than replacing them.
What Robustel is doing differently
No single Trinity feature is unique. Modbus gateways, Node-RED, MQTT, local dashboards, data buffering and OEE software all existed before it. The differentiation is the combination.
Cellular connectivity and operational software are treated as one deployment. Many edge platforms start with an industrial PC and leave the WAN as a separate design decision; Robustel starts with gateways that already combine cellular, Ethernet, VPN, routing, serial, I/O and remote management. For remote machines and distributed sites, that matters. It also offers a progression rather than one oversized platform: a plain router for connectivity, the lighter Edge2Cloud application for protocol forwarding, or a Trinity gateway when local processing and operational applications are needed. Factory, Field and Facility then share one architecture across manufacturing, utilities and buildings, which lets an integrator reuse skills and patterns.
The result sits between two familiar extremes: a router that merely forwards data, and an industrial-PC platform the integrator must build almost from scratch. It is more operationally complete than a protocol-converting router, and more contained than a full enterprise edge ecosystem such as Siemens Industrial Edge. For a machine builder or smaller integrator who wants a capable, repeatable appliance rather than a company-wide platform, that middle ground is the point.
Where it fits, and where it is too much
Trinity deserves consideration when a project has several of these characteristics: mixed PLCs, meters, sensors or protocols; older equipment that must stay in service; a need for local processing or calculation; unreliable or expensive WAN connectivity; local alarms or browser displays; data that must reach more than one upstream system; a repeatable machine-builder or integrator solution; a need to run extra containers; cellular connectivity as part of the gateway; or OEE analysis.
A simpler router or protocol gateway is the better answer when one intelligent device already publishes correct MQTT, the only need is occasional remote access, a few Modbus values need straightforward forwarding, the customer already runs a standard edge platform that supplies every function, or no local display, storage, alarm or processing is required. Installing a more capable platform does not automatically improve a simple system; it can just add licensing and maintenance. Robustel itself says Trinity should not be selected automatically when only basic conversion and forwarding are needed.
Local rules and Node-RED workflows react quickly, but E2C Trinity is not a PLC, safety PLC or safety instrumented system. Emergency stops, machine guarding, pressure protection and other certified or deterministic functions must remain in appropriately designed control systems. The gateway can monitor states and raise alarms; it must not be inserted as the safety authority.
Questions to ask before specifying it
Industrial integration always turns on detail. A driver marked "Modbus supported" does not tell you which registers matter, what format they use or which may safely be written. Before selecting E2C Factory, Field or Facility, establish the exact gateway model, hardware revision, RAM and storage; the required RobustOS Pro and E2C software versions; the number of field devices and external tags; polling intervals; protocol drivers and any licence restrictions; the number of SCADA tags and displays; local data-retention period; store-and-forward behaviour and data ordering; upstream MQTT, HTTP, OPC UA, Modbus or BACnet requirements; whether upstream commands can write to equipment; user permissions and cybersecurity responsibilities; backup, restore and template deployment; Core or Pro price and validity; licence transfer after a gateway failure; and the long-term software and security maintenance commitment.
The bigger picture
E2C Trinity shows how the industrial-router market is shifting. Reliable cellular, VPNs, firewalls and remote management remain essential, but they are increasingly the foundation rather than the whole solution. Customers ultimately want machine visibility, useful alarms, lower maintenance cost, retained data and integration with the systems that run their organisation. Robustel is responding by moving up from connectivity into operational edge software, and it is far from alone in doing so.
What makes Trinity interesting is that Robustel is assembling a broad set of those capabilities inside a relatively accessible family of cellular and LoRaWAN edge gateways. For the right project, that is much closer to a finished industrial IoT building block than putting a SIM card beside a PLC. The gateway can connect the site, understand selected operational data, keep working through an interruption, show people what is happening locally, and deliver clean information to the applications above it.
Specifying an industrial edge or OT integration project?
Tell us what you are trying to read, process and connect, and we can point you toward the right architecture. Editorial enquiry, no obligation.
We use your details only to respond to this enquiry.



