
scenarios (0.5-second intervals) with 30 sensors,
data loss occurred after sustained operation (approx-
imately seven minutes). This suggests a throughput
ceiling beyond which the system cannot guarantee
consistent data integrity, signaling the need for further
optimization in high-load environments.
5.3 System Evaluation: Strengths and
Weaknesses
The proposed system architecture exhibits several no-
table strengths. One of its key advantages lies in its
fault isolation capabilities. By employing a multi-
threaded design, the system ensures that individual
sensor failures are contained within their respective
execution threads, thereby preventing fault propaga-
tion and maintaining operational continuity—an es-
sential requirement in real-time industrial monitoring
environments.
Another significant strength is the robust ini-
tialization mechanism achieved through a dedicated
handshake protocol between LabVIEW and the OPC
UA server. This protocol guarantees an orderly and
deterministic startup process, minimizing the likeli-
hood of boot-time errors and enhancing system relia-
bility.
Furthermore, the integration of a centralized con-
figuration management solution via the Backoffice
module contributes to streamlined deployment and
maintenance. Configuration data stored in XML for-
mat enables consistent system setup across multiple
factory installations, supporting scalability and ease
of maintenance.
The system also supports real-time monitoring by
interfacing with the OPC UA Prosys client. This inte-
gration provides immediate visualization and live sta-
tus updates, which are vital for plant-floor diagnos-
tics, control, and decision-making processes.
Despite these advantages, the system also presents
certain limitations. The reliance on legacy hardware
and software components introduces concerns regard-
ing long-term maintainability and may pose chal-
lenges to future upgrades or performance optimiza-
tion. Additionally, while the multithreaded architec-
ture improves fault tolerance, it also increases com-
putational overhead. This added processing load, al-
though acceptable under current operating conditions,
may limit the system’s deployability on resource-
constrained hardware platforms.
Overall, the system demonstrates a balanced de-
sign that favors reliability, configurability, and real-
time monitoring, albeit with trade-offs in terms of
hardware compatibility and computational efficiency.
6 CONCLUSIONS AND FUTURE
WORK
This work demonstrates the value of reengineering
legacy industrial systems to meet the demands of In-
dustry 4.0. By modernizing middleware, communi-
cation layers, and user interfaces, the proposed solu-
tion improves scalability, robustness, and operational
transparency. The integration of key principles dis-
cussed in this paper is critical for realizing Industry
4.0 objectives, enabling improved operational visi-
bility, reduced downtime, and data-driven decision-
making.
The system modernized at IDEPA enhances scal-
ability, usability, and synchronization through sev-
eral key improvements. Notably, the introduction
of a middleware layer resolves startup race condi-
tions and improves component synchronization. In
parallel, a modular Modbus acquisition approach en-
ables parallel polling and fault tolerance. While
OPC-UA remains the core protocol for standardized
data modeling, its limitations under high sensor loads
led to the exploration of a complementary Message
Queuing Telemetry Transport (MQTT) based archi-
tecture. Although full MQTT integration was beyond
the project’s scope, its advantages in decoupled, scal-
able messaging were validated and recognized for fu-
ture use.
The redesigned GUI significantly enhances user
interaction by improving error messaging, operational
transparency, and control intuitiveness, thereby em-
powering operators during maintenance and diagnos-
tics.
The system’s modular design ensures long-term
adaptability and positions it for future integration with
open standards and modern protocols. This platform
contributes directly to IDEPA’s digital transformation
goals and offers a scalable reference model for sim-
ilar industrial deployments. Continued evolution in
this direction aligns with the RAMI 4.0 architecture
and the broader Industry 4.0 vision.
Future work will focus on modernizing the sys-
tem architecture to enhance performance, flexibility,
and maintainability. A key objective is the migra-
tion from the current CompactRIO 9040 platform to
a contemporary industrial controller that offers su-
perior processing capabilities and broader hardware
openness. In parallel, the communication infrastruc-
ture will be restructured around the MQTT protocol
to facilitate improved scalability and reduce the over-
all architectural complexity. Furthermore, the exist-
ing LabVIEW-based data acquisition layer is intended
to be replaced with an open-source framework—such
as Python, Java, or C++ to eliminate licensing depen-
Improving Industrial Interoperability and Scalability Through OPC-UA and Smart Object-Based Architectures
467