20,919,685 Total Points 24,106 Total Sites 23,382 Cell Towers 69,500 Racks Monitored 56,753 HVAC Units Monitored 31,322 UPS Units Monitored 24,788 Generators Monitored 20,919,685 Total Points 24,106 Total Sites 23,382 Cell Towers 69,500 Racks Monitored 56,753 HVAC Units Monitored 31,322 UPS Units Monitored 24,788 Generators Monitored 20,919,685 Total Points 24,106 Total Sites 23,382 Cell Towers 69,500 Racks Monitored 56,753 HVAC Units Monitored 31,322 UPS Units Monitored 24,788 Generators Monitored

Modbus Monitoring with Mango by Radix IoT

Modbus is the most widely deployed industrial communication protocol in the world, used by programmable logic controllers (PLCs), energy meters, variable frequency drives, and thousands of field devices across manufacturing, energy, utilities, and building automation. Mango by Radix IoT supports native Modbus TCP and Modbus RTU communication, enabling real-time monitoring, alarming, and historical data collection from Modbus-enabled equipment without requiring protocol translation middleware.

What Is Modbus

Modbus is a serial communication protocol developed by Modicon in 1979. It was designed for industrial programmable logic controllers and has since become the most widely deployed industrial protocol worldwide — estimated to be installed on hundreds of millions of devices.

Modbus defines a master/slave (or client/server) communication model. A master device (such as an IIoT monitoring platform) sends requests to slave devices (such as a PLC or energy meter), which respond with data. The protocol is simple, reliable, and well-supported across virtually all industrial device manufacturers.

Modbus is used to monitor:

  • Programmable Logic Controllers (PLCs) controlling industrial processes
  • Variable Frequency Drives (VFDs) managing motor speed and energy consumption
  • Energy meters measuring electrical consumption at the circuit or equipment level
  • Temperature and pressure transmitters in process industries
  • Flow meters and level sensors
  • Remote Terminal Units (RTUs) in utility and infrastructure environments
  • Solar inverters and battery management systems in renewable energy
  • UPS systems and power distribution units in data centers

Modbus Protocol Variants

VariantTransportTypical Use
Modbus TCPEthernet / TCP-IPModern devices with Ethernet ports, IP-connected systems
Modbus RTURS-232 or RS-485 serialLegacy devices, field instruments, serial bus networks
Modbus ASCIIRS-232 or RS-485 serialLess common; used where human-readable framing is needed

Modbus TCP is the dominant variant in new installations and modern equipment. Modbus RTU remains common in legacy environments and in field-level devices that predate Ethernet connectivity. The underlying data model (register map, function codes, data types) is consistent across variants — only the transport layer differs.

Modbus Register Types

Modbus devices expose data through registers. Mango by Radix IoT can read and (where configured by the device manufacturer) write to any standard Modbus register type:

Register TypeData TypeTypical Use
Coils (0xxxx)Boolean (read/write)Output relay states, digital control outputs
Discrete Inputs (1xxxx)Boolean (read only)Digital input states, contact closures
Input Registers (3xxxx)16-bit integer (read only)Measured values: temperature, pressure, flow
Holding Registers (4xxxx)16-bit integer (read/write)Setpoints, configuration, measured values

Mango by Radix IoT supports standard Modbus data type conversions including 16-bit unsigned, 16-bit signed, 32-bit integer (two-register combinations), 32-bit float, and 64-bit values where the device supports them.

Industries That Use Modbus

Manufacturing

Modbus is embedded in PLCs from every major manufacturer (Siemens, Rockwell, Mitsubishi, Schneider Electric, and others). Industrial plants use Modbus for process monitoring, equipment status, production counters, and alarm conditions.

Energy and Utilities

Electric, water, and gas utilities use Modbus-enabled RTUs and meters extensively. Energy meters report real-time consumption, demand, power factor, and power quality data over Modbus. Water utility pump stations commonly report flow, pressure, and level data via Modbus RTU.

Renewable Energy

Solar inverters, wind turbine controllers, battery energy storage systems, and weather stations commonly use Modbus TCP for data communication. Mango by Radix IoT aggregates generation, storage, and environmental data from Modbus-connected renewable energy assets.

Data Centers

UPS systems and power distribution units (PDUs) in data centers frequently expose load, battery, input/output voltage, and alarm data via Modbus. Mango by Radix IoT connects to this equipment directly, providing power infrastructure visibility alongside BACnet cooling data.

Commercial Buildings

Energy submetering equipment, variable frequency drives for HVAC fans and pumps, and some building automation devices expose data via Modbus. Mango by Radix IoT connects to these alongside BACnet building systems for complete facility monitoring.

How Mango by Radix IoT Implements Modbus

All protocol drivers, including the Modbus driver, are included in a standard Mango by Radix IoT installation and covered by the license. There are no separate driver purchases, per-protocol licenses, or add-on fees. Mango by Radix IoT includes native Modbus TCP and Modbus RTU drivers.

Connection Configuration

For Modbus TCP: Mango by Radix IoT connects directly to the device IP address and port (default 502). For Modbus RTU: Mango by Radix IoT connects to a local or remote serial port (RS-232 or RS-485) or via a serial-to-Ethernet converter.

Register Mapping

Mango by Radix IoT allows operators to define data points by specifying register address, register type, data type, unit conversion, and scaling. Device-specific register maps (published by device manufacturers) are used to identify what each register contains.

Polling Configuration

Mango by Radix IoT polls Modbus devices at configurable intervals — from sub-second polling for fast-changing process values to minute-level polling for slowly changing environmental data. Polling groups allow different polling rates for different register sets on the same device.

Retrofitting Legacy Devices

A Modbus RTU device from 1995 communicates exactly the same way as one installed in 2025. Mango by Radix IoT connects to this equipment directly without hardware modification, making Modbus monitoring practical for retrofitting legacy industrial environments.

Use Cases: Modbus + Mango by Radix IoT

Industrial Energy Management

Manufacturing plants install Modbus energy meters at production lines, HVAC systems, and compressed air systems. Mango by Radix IoT aggregates sub-meter consumption data, identifies energy waste at the equipment level, and provides trend analysis for energy management programs.

Renewable Energy Site Monitoring

Solar farms connect Modbus TCP-enabled string inverters, combiner boxes, and weather stations to Mango by Radix IoT. Real-time generation data, equipment alarms, and weather-normalized performance metrics are available from a single platform.

Water Utility SCADA

Remote pump stations report flow, pressure, level, and run-time data to Mango by Radix IoT via Modbus RTU. Alarm conditions — low level, high pressure, pump failure — trigger notifications to on-call operations staff.

Data Center Power Monitoring

UPS systems report load percentage, battery state-of-charge, estimated run time, bypass status, and fault conditions via Modbus. Mango by Radix IoT integrates this power infrastructure data alongside BACnet cooling data for comprehensive data center visibility.

Frequently asked questions

What is Modbus?

Modbus is the most widely deployed industrial communication protocol worldwide. Developed by Modicon in 1979, it is used by PLCs, energy meters, VFDs, and thousands of other industrial field devices. It defines a master/slave communication model over serial (RTU/ASCII) or Ethernet (TCP) transport.

Does Mango by Radix IoT support Modbus?

Yes. Mango by Radix IoT includes native Modbus TCP and Modbus RTU drivers with no protocol gateway or translation middleware required.

What is the difference between Modbus TCP and Modbus RTU?

Modbus TCP runs over Ethernet and IP networks. Modbus RTU runs over RS-232 or RS-485 serial connections. The underlying data model is the same — only the transport layer differs. Mango by Radix IoT supports both.

Can Mango by Radix IoT connect to 30-year-old Modbus equipment?

Yes. Modbus RTU equipment from the 1990s uses the same protocol as modern devices. Mango by Radix IoT connects to this equipment directly, making it the primary protocol for industrial retrofitting.

What Modbus register types does Mango by Radix IoT support?

Mango by Radix IoT supports all four Modbus register types: coils, discrete inputs, input registers, and holding registers, with standard data type conversions.

Does Modbus monitoring require a gateway?

Not with Mango by Radix IoT. Mango by Radix IoT's native Modbus TCP driver connects directly to Ethernet-enabled devices. For Modbus RTU serial devices, Mango by Radix IoT connects via a serial port or serial-to-Ethernet converter — no additional translation layer required.

Is the Modbus driver a separate purchase?

No. All protocol drivers are included in a standard Mango by Radix IoT installation and covered by the license. There are no separate driver licenses or per-protocol fees.

Can Mango by Radix IoT translate Modbus data to other protocols?

Yes. Data collected over Modbus can be republished through standard integrations and configurable publishers, including Modbus IP, BACnet IP, and the REST API. Systems that do not speak Modbus can consume the same data in a format they do support.

Have Modbus devices to bring online? Talk to our team about your equipment, register maps, and polling requirements.

We honored your browser’s Global Privacy Control signal — optional cookies are off and nothing is tracked.