Digital Remote Monitoring and Cloud Platform Solution for Overhead Cranes: OPC UA Data Acquisition, Edge Computing, and Digital Twin Architecture
The overhead crane digital remote monitoring platform serves as the digital foundation for intelligent operation and maintenance and unmanned management. It uniformly collects operational data from PLCs, variable frequency drives, safety monitoring systems, and AI sensors—including lifting capacity, travel distance, speed, current, temperature, vibration, and fault codes—which are then aggregated and filtered via edge gateways before being uploaded to the cloud platform. The cloud platform enables remote equipment monitoring, multi-level alarm notifications, OEE (Overall Equipment Effectiveness) analysis, 3D digital twin visualization, AI-powered predictive maintenance, and mobile reporting capabilities, supporting the unified management of crane fleets across multiple regions.

I. System Architecture and Data Flow
| Level | Deployment Location | Delay Requirements | Key Features | Hardware/Software |
|---|---|---|---|---|
| Perception Layer | Crane-mounted | <10 ms | PLC control, variable frequency drive, sensor data acquisition | S7-1200/1500, G120, sensor array |
| Boundary layer | Overhead crane control cabinet or workshop | <50 ms | Protocol conversion, data cleansing, real-time alerts, local caching | EG-500 Edge Gateway (IoT 2040) |
| Network Layer | Factory premises/Public network | <500 ms | Data Upload (4G/5G/Wi-Fi 6), Secure VPN Connection | Industrial routers, VPN gateways |
| Platform Layer | Cloud Servers / Enterprise Data Centers | <2s | Time-series storage, alerting engine, OEE analysis, model training | InfluxDB + PostgreSQL + EMQX |
| Application Layer | PC/Mobile | <3s | Monitoring screens, digital twins, reports, mobile apps | Web/App (React + Three.js) |
II. OPC UA Data Model Design
The OPC UA information model is organized according to the crane's structural hierarchy: Crane → Hoisting mechanism → Main travel mechanism → Trolley mechanism → Safety system → Environmental parameters. Each node defines data types, refresh rates, and storage policies. CraneSecurity Monitoring and Management System(For more details, seeSIL 3 Safety Monitoring Solution) Safety alarm events are also pushed directly to the platform layer via OPC UA, eliminating the need for additional cabling. The following is a typical OPC UA node configuration for an overhead crane:
| OPC UA Node Path | Data Types | Refresh rate (ms) | Storage Policy | Alert thresholds |
|---|---|---|---|---|
| Hoist/Current Load | Float | 100 | Deadband filtering 2% → InfluxDB | >90% Rated |
| Hoist/Motor Temperature | Float | 1000 | Deadband filtering 1°C → InfluxDB | >155°C |
| Hoist/Speed | Float | 100 | Differential Encoding → InfluxDB | — |
| Crane/Position/X | Float | 100 | Differential Encoding → InfluxDB | — |
| Crane/Position/Y | Float | 100 | Differential Encoding → InfluxDB | — |
| Safety/Fault Code | Int32 | Event Trigger | →PostgreSQL | Any non-zero code |
| Safety/Emergency Stop | Boolean | Event Trigger | →PostgreSQL | True→Emergency Alert |
| Environment/Wind Speed | Float | 1000 | Deadband Filtering → InfluxDB | >20 m/s |
III. Digital Twins and OEE Analysis
The digital twin 3D model uses WebGL (Three.js) for lightweight rendering. It loads the overhead crane 3D model in the browser and maps sensor data in real time—the main beam changes color as the load changes (green → yellow → red), the hook position matches encoder data in real time, and faulty areas flash to highlight them. The 3D model of a single overhead crane is compressed using glTF and is approximately 8–15 MB in size; the browser runs smoothly even in a scenario with 100 cranes.
The OEE analysis module calculates OEE in accordance with the GB/T 35586 standard: OEE = Uptime × Performance Rate × First-Pass Yield. In the overhead crane scenario, the Time-on-Rate tracks scheduled and unscheduled downtime; the Performance-on-Rate compares the actual lifting cycle time with the theoretical lifting cycle time; and the First-Pass Yield corresponds to the success rate of lifting tool alignment. Typical data: The monthly OEE for a group of 32-ton overhead cranes at a certain automobile plant was 721 TP3T, with the bottleneck being downtime due to waiting for materials (accounting for 451 TP3T of unplanned downtime). ThroughAI-Powered Unmanned Crane Dispatch System(For more details, seeMulti-Vehicle Coordinated Dispatch Solution) optimization, OEE has been improved to 81%. The edge gateways are pre-installed with a time-series compression algorithm (revolving door compression, compression ratio 8:1–15:1), keeping the average daily data upload volume per crane under 50 MB, with monthly 4G/5G data costs of approximately 30 yuan per unit.
The system's alert engine supports three levels of notifications: "Attention" level messages are sent to maintenance personnel via WeCom (including fault code analysis and recommended actions); "Warning" level notifications are sent to workshop managers and maintenance team leaders (including fault trend charts); and "Danger" level alerts are sent to plant managers and heads of the Safety and Environmental Department (including incident screenshots and location information). Alarm configurations support custom rules based on cranes, equipment locations, and fault codes, as well as on-duty staff schedules. Scheduled reports—including daily, weekly, and monthly OEE statistics, trend analysis, and equipment health scores—are automatically generated as PDFs and sent via email.
IV. Advantages of Krud Heavy Industry’s Remote Monitoring Solution
The Krude Heavy Industry Crane Remote Monitoring Platform supports integration with PLCs from various brands (Siemens, Schneider, Mitsubishi, Omron). The edge gateway comes pre-loaded with OPC UA server software (plug-and-play), and the cloud platform supports work order management (automatically generating maintenance work orders and pushing them to maintenance personnel via WeCom). The system comes standard with a web-based monitoring dashboard and a mobile app. OEE analysis supports exporting PDF reports by day, week, month, or custom time periods. Krude Heavy Industry offers free on-site evaluations and solution design for remote monitoring systems.
Frequently Asked Questions
问:天车远程监控系统需要采集哪些关键数据?
A:关键数据包括:起重量、起升高度、大车/小车位置、运行速度、电机电流/温度、制动器状态、钢丝绳使用次数、累计工作时长、故障报警等。通过OPC UA网关采集后上传云端。
问:天车边缘计算有什么用?
A:边缘计算可在本地完成数据预处理(滤波、降采样)、实时报警和断网续传,降低云端带宽消耗。典型边缘网关配置为ARM Cortex-A72+4GB RAM,支持本地存储7天以上数据。
问:远程监控系统执行哪些标准?
A:数据采集参考GB/T 28264《起重机械安全监控管理系统》,通信协议参考OPC UA(IEC 62541)和MQTT(ISO/IEC 20922)。