Plant Connections · OT/IT bridge
Sensor and CMMS gateway operations (for industrial plants)
Who this is for
- OT and automation engineers
- IT cybersecurity teams
- Plant managers overseeing PdM
- Reliability engineers consuming sensor data
- Integration consultants and SIs
- Sensor vendors and edge platform providers
- New OT/IT graduates joining plants
What's in this guide
What the Plant Connections gateway does
The edge gateway is a small server (physical or virtual) running on the plant network that:
- Reads sensor data from your OT systems via OPC-UA (for PLCs and SCADA) or MQTT (for IoT sensors)
- Reads work orders, asset master, and PM schedule from your CMMS (SAP PM, IBM Maximo, others) via REST or SOAP API
- Pushes condition summaries and operational data to WorkHive cloud over secure HTTPS
- Pushes WorkHive completion data back to the CMMS for finance and asset register sync
The gateway runs on-premise so sensitive plant data never leaves your network unencrypted. Only the condition-data summaries WorkHive needs are transmitted. This matters for Philippine plants with cybersecurity policies that restrict direct cloud access from the OT network.
Daily 5-minute gateway health check
The OT engineer opens the Plant Connections console at start of shift and verifies five things:
- Gateway uptime. Has the edge process been running continuously since last reboot? Restart events are logged.
- OPC-UA connection. Are all subscribed nodes responding within their expected sample period?
- MQTT broker. Are all subscribed topics receiving messages at the expected cadence?
- CMMS API connection. Last successful sync timestamp; any failed sync attempts in the last 24 hours?
- WorkHive cloud push. Last successful push timestamp; any backlogged messages waiting?
5 minutes per shift, end of story. Plants that skip this check find out about gateway problems when alerts stop firing, which is usually 6 to 18 hours late.
Sensor inventory and health rotation
Every sensor in the plant goes in the Plant Connections sensor inventory with:
- Tag (OPC-UA node ID or MQTT topic)
- Asset link (which Asset Hub asset this sensor belongs to)
- Measurement type (vibration, temperature, pressure, etc.)
- Expected sample period and value range
- Last reading received timestamp
- Calibration due date
- Battery status (for wireless sensors)
The dashboard surfaces sensors that have not reported within the expected period (likely failed or batteries dying), sensors reporting outside expected range (likely miscalibrated or environmental change), and sensors due for calibration in the next 30 days. The OT engineer rotates through the action list weekly.
OT/IT cybersecurity boundary
The gateway sits on the OT/IT boundary. Three rules that work in Philippine plants:
- OT-initiated outbound only. The gateway pushes to WorkHive cloud; WorkHive cloud does not push to the gateway. No inbound connection from the internet to the OT network.
- TLS everywhere. OPC-UA security mode SignAndEncrypt, MQTT over TLS, HTTPS to WorkHive. No plaintext on any leg.
- Air-gap optionality. Plants with strict policies can run the gateway in offline mode that batches data and uploads during scheduled windows from a DMZ host. Latency goes up; security goes up.
The IT cybersecurity team and the reliability team both sign off on the boundary architecture during commissioning. Annual review keeps it current as threats and standards evolve.
OT/IT operating model that works
The most common failure pattern in Philippine plants is unclear ownership of the gateway. The reliability engineer thinks IT owns it because it talks to the cloud; IT thinks the OT team owns it because it sits on the OT network. After 3 months, nobody runs the daily health check and the gateway silently fails.
The model that works:
- OT team owns operational health of the gateway (daily check, restart procedures, sensor inventory updates)
- IT cybersecurity team owns the boundary (firewall rules, TLS certificates, audit log review)
- Reliability engineer owns the data quality (are sensors calibrated, are thresholds tuned, are alerts being acted on)
- Plant manager owns the cross-team coordination via a monthly 30-minute review with all three
The tool this guide is about
WorkHive Plant Connections is the OT/IT operations console
Daily health dashboard for the edge gateway, current sensor inventory with status, OPC-UA and MQTT subscription management, CMMS sync log, secure outbound-only architecture. Supervisor-only access by default; OT and IT teams get scoped views. Free at the worker tier; multi-site gateway fleet management unlocks at Stage 4.
Open Plant ConnectionsNo hive yet? Join WorkHive first (free, takes 30 seconds).
Frequently asked questions
What is the Plant Connections gateway?
How often should I check gateway health?
Who owns the gateway in the plant organisation?
What are the cybersecurity rules for the gateway?
What sensors and protocols are supported?
What happens when the gateway loses internet?
Sources
- OPC Foundation, OPC Unified Architecture Specification, Parts 1 through 14.
- OASIS, MQTT Version 5.0 specification.
- ISA / IEC 62443, Industrial Automation and Control Systems Security. Reference for OT cybersecurity architecture.
- WorkHive platform positioning, "Four Gaps One Hive" with Plant Connections as the Stage 3 OT/IT bridge. workhiveph.com
- Related WorkHive guides: CMMS Integration · Predictive on a budget