Pid 6560745
Pid 6560745
Abstract— The concept of Digital Twin is creating and implementation of different sensors and data acquisition
maintaining a digital representation of the real physical entity platforms. The service entity mainly includes regulation for
and supporting its performance utilizing simulation and both virtual and physical entities and may carry several sub-
optimization tools, which are fed with real data. Development services, such as maintenance and diagnostic, energy
and implementation of Digital Twin technology is a hot topic in optimization, path planning, etc. The connection entity
many industry-oriented research projects. However, more usually defines the interaction between other entities. More
detailed studies are needed on design methods for Digital studies are needed on design methods for DT, which allows
Twins, which allows full synchronization and connectivity full synchronization and connectivity between virtual and
between virtual and real environments. This paper presents a
real environments [3].
development case study of Digital Twin for an electric motor
based on an empirical performance model. The paper discusses A. Rasheed et al. [4] give a taste of what a state-of-the-art
the way how the data required for the Digital Twin were DT of an offshore oil platform looks like. The DT at the
obtained and present a detailed structural description of the example study is continuously updated with sensors data in
virtual entity. Unity3D is used for physics simulations and near real-time and can be supported by synthetic data
visualization of the Digital Twin, because of simple accessible generated from a virtual entity. In this case, DT does not only
and meticulously detailed documentation highly useful for give real physical entity real-time information for more
rapid prototyping in early stages.
precise control and decision making but may serve as
Keywords— Motor drives, Model-driven development,
prediction makers about how the asset will evolve or behave
Industry applications in the future. A perfect DT will be identical to the real
physical entity in terms of appearance and behavior with the
I. INTRODUCTION extra advantage of making future predictions. The DT
presented in the study also provide the possibility for
The concept of Digital Twin (DT) is creating and
operator or scholar to interact with the physical entity using
maintaining a digital representation of the real physical entity
an avatar.
and supporting its performance through simulation and
optimization tools, which are fed with real and updated data. To create an industrial avatar in Mixed Reality (XR)
DT is a part of the digitalization and simulation pillar of application with realistic physics as a part of a DT, various
Industry 4.0 paradigm [1]. The application of Industry 4.0 software packages can be used. For it, game engines such as
technologies in many sectors has been barely examined yet Unity3D, UnrealEngine, and CryEngine are popular tools
since the variation of sub-processes and manufacturing used for creating industrial simulations with real-time
technologies results in a large number of potential graphics requirements. For simulations that are more precise
combinations. DT technology may present a valuable tool for or mathematical or realistic task, other toolkits can be used as
the rapid integration of Industry 4.0 in today's technologies. an addition on separately, as MatLab, Visual Components
DT covers three components: knowledge content, effect, and Arena, Technomatrix.
functionality, and application domain [2]; for utilization of a
DT technology, the relations of the three components must There are some particular reasons for using game engines
be recognized, and the gaps remaining for exploration as visualization output tools:
identified. 1. The easiest way to implement graphical
DT consist of three main components – the physical applications and make an animation from
entity in the real world, its virtual entity (or virtual model(s)), external commands or internal algorithms.
and the data, furthermore services and connections are 2. Out-of-the-box support of existing XR hardware
presented as separate entities. Generally, a real physical and embedded connectivity methods for various
entity consists of assorted subsystems and sensory devices; protocols.
however, for the establishment of a virtual entity, it is
possible to use already collected data. The virtual entity 3. Community support and large knowledge bases
subsists of one or several models according to the DT both from consumers, experts in the fields, and
application; it can be the spatial, behavior, thermal, rule, or various field researchers.
another model. The DT data contain various sets of data 4. Flexible to work with real physical external
from the real physical entity that can be obtained by the equipment by telemetry connection means.
79
81
selection is made according to specific task requirements and
.0
.4
42
83 022 90
4
user competence level. 50
86
.76
2
.12
8 17 18 85
Except for game engines, there exist other software 88
.4
40
products used for industrial simulation applications: 88
.48
80
17
• MATLAB – accessible simulation environment and 30
75
This goal requires the development of several subtasks, and The empirical performance model characterizes the loss
the related objectives, one of them is to develop physical distribution of IM on speed-torque characteristics. The
models of different energy system components (motors, copper losses are the dominant power losses in any electrical
gearboxes, power converters, etc.) and the related reduced motor [7]. The torque of IM is proportional to the electrical
models of these components (testbed), which will serve to loading and the magnetic loading. To increase the torque
construct the DT of the system [6]. produced by the motor, both (electrical and magnetic)
The paper is structured as follows: Section II reports how loadings must be increased. However, due to the saturation
the empirical performance model was obtained. Section III of the stator iron core in high magnetic flux density, the only
presents the detailed structure description of the Digital Twin constructive way to increase the motor torque is by
virtual entity ant its implementation framework. IN the increasing the electrical loading. That can be achieved by
discussion and conclusion section, the further development increasing the current density in motor windings, which in
and application of presented DT are characterized. turn higher copper losses as well as lower efficiency.
Numerical representation of an IM empirical
II. EMPIRICAL PERFORMANCE MODEL performance model may be used as one of the inputs for
In order to have a reasonable empirical performance building DT to evaluate the IM performance over a given
model, an induction motor (IM) ABB 3GAA132214-ADE speed-torque region.
was studied. The tested electrical motor is driven by an
industrial frequency converter (ABB ACS880) with Direct III. DIGITAL TWIN
Torque Control (DTC) algorithm. Additional frequency A. Structure of the Digital Twin
converter (ABB ACS800) IM setup was used as a load. To
obtain an efficiency map, the load torque is gradually The DT for the IM is set up in the following way: Unity
increased from zero to the calculated during the design stage 3D physics engine is used to simulate fundamental physics
rated load torque in a present ramp mode. All the while connected via Robot Operation System (ROS) bridge,
experiments are performed in a real-time setup, including Linux ROS nodes simulate more advanced electrical
motors and frequency converters. The process of efficiency machine-specific behaviors such as motor efficiency
map obtaining is described in previous research by authors following the efficiency map and motor controller. As shown
[7]. in Fig. 2. The primary benefit of Unity 3D, that it has a very
Fig. 4. Detailed representation of Digital Twin Physics Engine.