XRAPH/Writing/What a digital twin actually is, once you strip the marketing

What a digital twin actually is, once you strip the marketing

The term covers everything from a 3D render to a coupled simulation. The distinction that matters is how the data flows, and most things sold as twins do not close the loop.

Published
Jan 2023
Length
2 min read
Systems
1

#A term doing too much work

I have seen four different things called a digital twin in the same month: a three-dimensional model of a facility, a dashboard over sensor readings, a physics simulation calibrated once against real measurements, and a system that adjusts equipment based on predictions. Those are not variations on one idea.

The concept goes back to Grieves in the early 2000s, formalised in a 2014 white paper as a physical object, its virtual counterpart, and the data connecting them . The systematic reviews since then have found the same definitional spread I have run into in practice .

#The distinction that is actually useful

Kritzinger and colleagues propose a classification based purely on how data moves, and it is the most practically useful framing I have found .

Digital model. No automatic data flow in either direction. A CAD model is a digital model. Changing the real thing does not change it, and changing it does not change the real thing.

Digital shadow. Automatic flow from the physical object to the digital one, and manual flow back. Most industrial monitoring is a digital shadow. Sensors update the model, and any action on the equipment is taken by a person.

Digital twin. Automatic flow in both directions. The digital object changes state in response to the physical one, and the physical one changes in response to the digital.

By that definition, most products sold as digital twins are digital shadows. That is not a criticism. Shadows are valuable, and they are considerably safer, because closing the loop on industrial equipment means software making decisions with physical consequences.

#Why the loop is hard to close

Writing back into a physical process pulls in safety certification, control system integration and liability. Existing control systems already have safety instrumented functions with their own assurance requirements, and a twin that writes setpoints becomes part of that argument . Most organisations correctly conclude that the shadow gives them most of the value for a fraction of the risk.

#What I care about in the plumbing

Independent of which category you are building, the same infrastructure problems appear .

  • Identity: the same physical asset appears in the maintenance system, the historian and the engineering drawings under different identifiers.
  • Time: observations arrive late, duplicated and out of order, and state has to be reconstructable for any past moment rather than only the present.
  • Topology: what connects to what, which is a graph and not a hierarchy, however much the asset register wants it to be a tree.
  • Provenance: for any value, which observation produced it and when, because an operator will ask.

Those four are where I have spent nearly all of my time on this problem, and none of them are specific to any industry.

#The honest summary

A digital twin is worth building when a decision depends on the state of something you cannot observe directly and continuously. If the decision is made weekly and somebody can walk out and look, a report is cheaper and more reliable.

References

  1. [1]Michael Grieves, Digital Twin: Manufacturing Excellence through Virtual Factory Replication, White paper, 2014
  2. [2]Werner Kritzinger, Matthias Karner, Georg Traar, Jan Henjes, Wilfried Sihn, Digital Twin in Manufacturing: A Categorical Literature Review and Classification, IFAC-PapersOnLine, vol. 51, no. 11, pp. 1016-1022, 2018doi:10.1016/j.ifacol.2018.08.474
  3. [3]David Jones, Chris Snider, Aydin Nassehi, Jason Yon, Ben Hicks, Characterising the Digital Twin: A Systematic Literature Review, CIRP Journal of Manufacturing Science and Technology, vol. 29, pp. 36-52, 2020doi:10.1016/j.cirpj.2020.02.002
  4. [4]Fei Tao, He Zhang, Ang Liu, A. Y. C. Nee, Digital Twin in Industry: State-of-the-Art, IEEE Transactions on Industrial Informatics, vol. 15, no. 4, pp. 2405-2415, 2019doi:10.1109/TII.2018.2873186
  5. [5]Adil Rasheed, Omer San, Trond Kvamsdal, Digital Twin: Values, Challenges and Enablers From a Modeling Perspective, IEEE Access, vol. 8, pp. 21980-22012, 2020doi:10.1109/ACCESS.2020.2970143
  6. [6]Edward A. Lee, Cyber Physical Systems: Design Challenges, IEEE International Symposium on Object and Component-Oriented Real-Time Distributed Computing (ISORC), 2008doi:10.1109/ISORC.2008.25