Ignition Edge on EG5120: How to read data with Ignition Edge on the EG5120
|
|
Time to read 6 min
|
|
Time to read 6 min
This article is a hands-on guide for engineers and technicians looking to simplify industrial data acquisition.
We walk you through the exact steps to configure Ignition Edge on a Robustel EG5120 gateway to read data from any Modbus TCP device.
More importantly, we show you how to use Ignition’s Vision module to create a simple, local Human-Machine Interface (HMI) for real-time data visualization, directly on the edge.
Let's be clear: in today's industrial world, data is everything. But I've seen countless engineers face the same frustrating problem. You're on the factory floor, a critical machine is acting up, and the data you need to diagnose the problem is locked away inside a PLC, accessible only through some proprietary software or a complex SCADA system. It's an information silo, right where you need clarity the most. What if you could tap into that data stream and put a live dashboard right at the machine's location, without needing a massive server or a complex cloud setup?
That’s exactly the problem we're solving today. We're pairing the powerful Ignition Edge on EG5120, a true Industrial Edge Computing Gateway, to do something incredibly practical: grab data from one of the most common industrial protocols on the planet, Modbus TCP, and display it locally. This isn't just about connecting wires; it's about empowering immediate, on-site decision-making. Forget data latency and cloud dependencies for a moment. We’re bringing the power of visualization right to the edge.
Before we dive into the nitty-gritty, let's set the scene. For this walkthrough, I'm assuming you've already got Inductive Automation's Ignition Edge installed and commissioned on your Robustel EG5120. You’ve gone through the initial setup, created your admin user, and you can access the Ignition Gateway web interface. This combination is key because the EG5120 isn't just a router; it's a powerful computing platform designed for exactly these kinds of edge applications. It has the processing power to run Ignition Edge smoothly while handling its other networking duties.
You'll also need a Modbus TCP device to talk to. For this guide, I'm using a simple PC-based simulator, but the steps are identical for a real PLC, power meter, or any other Modbus TCP-enabled hardware on your network. Ready? Let's get that data flowing.

The real 'aha!' moment for many engineers isn't just seeing a complex protocol get simplified; it's realizing how quickly you can do it. Ignition Edge comes packed with an incredible library of drivers, and the Modbus one is a workhorse.
First, we need to tell Ignition where to find our Modbus device.
http://:8088).
Modbus_Power_Meter.

Now that the connection is live, how do you actually see the data? You don't have to manually map every single register. We'll create Ignition Tags, which are like internal memory locations that hold the live values from our device.
Modbus_Power_Meter).
Okay, seeing data in a list is cool for an engineer, but it's not very useful for an operator on the floor. Let's build that mini-dashboard we talked about using the Ignition Vision module. This entire process happens within the Designer.
In the Project Browser (top left), right-click on Vision > Windows and select New Window. Give it a name, like "Main_Overview," and click "Create Window." You now have a blank canvas to work on.
This is where your local HMI comes alive.
[default]Modbus_Power_Meter/HR1). Click OK.
Instantly, you'll see the component on your screen display the live, real-time value from your Modbus device. You've just built a functional, live HMI that runs directly on your Ignition Edge on EG5120 setup. No cloud, no external servers, just pure edge intelligence.

Now, stop and think about what you just accomplished. With a few clicks, you tapped into an industrial device, created a live data point, and built a visualization for it. While we used Modbus TCP, the process for connecting to a Siemens S7, an Allen-Bradley PLC, or an OPC UA server is nearly identical. That's the power of this platform. The Ignition Edge on EG5120 solution isn't a one-trick pony; it's a universal translator and visualization tool for the industrial edge. It breaks down those data silos, one device at a time.
That's the beauty of Ignition Edge. It comes with a vast library of built-in drivers for most major PLC brands like Siemens, Allen-Bradley, and Omron, as well as standard protocols like OPC UA. The process of adding the device and creating tags is virtually the same, you just select a different driver at the beginning. You can find a full list on the Inductive Automation website.
Absolutely. While we focused on creating a local HMI, you can easily launch the Vision Client on any PC that has network access to the EG5120. This allows operators to view the interface from a control room or office computer without any extra development work.
Yes. The Robustel EG5120 is an industrial-grade gateway with robust security features, including a firewall and support for VPN tunnels for secure remote access. Ignition also has its own security model for user authentication and access control. For any production deployment, you should always follow best practices like using strong passwords and properly configuring your network firewall, but the foundational tools are all there.