Two paths, two use cases
Energy meter integration almost always reduces to one of two architectures: you want the meter to push data to your cloud or analytics platform as it happens, or you want your SCADA system or historian to poll the meter on demand. Titan supports both, and you can run them simultaneously.
The right choice depends on where your application lives and how it consumes data:
- MQTT push — the meter connects to your broker and publishes readings on a schedule. Best for cloud pipelines, analytics platforms, time-series databases, and AI/ML workloads where you want data to arrive without polling.
- Modbus TCP/RTU poll — your SCADA, PLC, or historian queries the meter when it needs a reading. Best for on-premises industrial systems with existing Modbus infrastructure or where the application controls the polling cycle.
Both paths use open, vendor-neutral standards. There is no proprietary SDK to install, no REST API, and no dependency on Tech OVN's cloud to access your own meter data.
