<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Digitalisation toolkit for SMEs</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Gering</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Patrick</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Fraunhofer Institute for Production Systems and Design Technology</institution>
          ,
          <addr-line>Pascalstraße 8-9, 10587 Berlin</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>The digitalisation toolkit combines technological and methodological competencies tailored for small and medium-sized enterprises. In a series of workshops, participants learn the fundamentals of process optimisation and digitalisation through a learning game and prototypical digitalisation of own use cases. Proving the potential for improvement of optimisation measures with concrete measured values is particularly difficult in flexible production environments without it support. This paper presents a technical solution that provides the necessary data for a performance analysis with process mining methods without technical preconditions.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Industrie 4</kwd>
        <kwd>0</kwd>
        <kwd>Digital Transformation</kwd>
        <kwd>Process Mining</kwd>
        <kwd>Learning Games</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
    </sec>
    <sec id="sec-2">
      <title>2. Learning Game</title>
      <p>The learning game depicts a traditional drilling machine factory. At different workstations drilling
machines are manufactured in different variations. Figure 1 illustrates the manufacturing process of
drilling machines the game covers, the process inputs and outputs as well as the work stations the
processes are fulfilled at. The process begins with prefabrication of parts till the provisioning of the
drilling machines to the customer. The participants take on the role of a worker and are distributed
among the works stations.</p>
      <p>Starting with a chaotic and complex production, the drill factory is transferred to a lean production
system together with the participants. In the course of the training, they learn methods and tools to
independently optimise the factory. The game already starts with a running factory. An error-prone
production control and a function-oriented layout quickly lead to a chaotic state. Key figures such as
delivery reliability or errors illustrate the effects on the profitability of the company. In a second round
of the game, the participants themselves propose and implement optimisation measures. Usually,
however, these measures do not lead to the desired improvements, sometimes the result even
deteriorates. Using an integrated business process model, the trainer finally illustrates the complex
control and order flow and the problematic dependencies in the existing layout. Now an optimised
model is developed step by step together with the participants and its implementation is realised.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Technical Solution</title>
      <p>
        In order to make the success or failure of the optimization measures clear to the participants, it is
essential to underpin the individual game levels with key figures. Thus, the learning game differs from
typical optimization and digitalisation projects in the industry only in its scope. Here, too, it is necessary
to back up measures with facts to enable an evaluation. With the goal to gather process
orientedknowledge, a lot of research in the last decade focused on the application of process mining techniques
in real business process analysis. By analysing event logs of information systems, such as
manufacturing execution systems (MES), enterprise resource planning (ERP) tools or workflow
management systems (WFMS), process mining can deliver useful insight into the actual behaviour of
processes [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. The three major analysis perspectives in process mining are process discovery,
performance analysis and conformance checking [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. However, widespread IT systems are not suitable
for the constantly changing processes from the learning game, which reflects the challenges producing
companies are facing, as order specific procedures become increasingly necessary [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. This paper
proposes a technical solution as part of the Digitalisation Toolbox to create event logs in flexible
production processes to enable process mining techniques in order to analyse process performance.
      </p>
      <p>
        The process in Figure 1 is modelled using the Integrated Enterprise Modelling [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. During the
different levels of the learning game, the participants adapt the model according to the proposed
optimizations. Due to the possibilities of the IEM, the model includes not only the process flow itself,
the model can be enriched by information, such as the work station, the manufacturing step is supposed
to take place, the role who is responsible, the used machine or tools, etc.. Not only that, the information
flow as well as the input and output relationships can be mapped. Usually configured elaborately in
ERP or MES systems, the proposed technical solution reuses these already available information by
adding real time events. The core of the solution is the process assistant (PA). The PA is a tool that
provides the internal processes, dependencies, responsibilities based on IEM models of process-oriented
companies to various user groups in a format that meets their needs [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. All the information an IEM
model consists of is available and will be used to create the logs in order to enable process mining
analysis perspectives. Therefore, the PA was extended by a new Application Programming Interface
(API). With this API, it is possible to record events that occurred during a process (see Figure 2). REST,
which stands for REpresentational State Transfer, is an architectural style for distributed systems, was
first presented by Roy Fielding [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. In this concept, it is used as an API for AutoID Systems, such as
barcode or qr code readers.
      </p>
      <p>
        This new API for the PA will be used, to track orders along the manufacturing process. It expects
two values, a ReaderID, to identify the AutoID device the API is triggered by, as well as the OrderID,
which identifies the product/product part to manufacture. The PA creates logs for every event triggered
by the API and stores them in a MongoDB [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] database. A first event of a ReaderID and OrderID
combination stores the OrderID along with timestamp in the database. A second event of that same
ReaderID and OrderID combination is handled as a stop event, in order to calculate the process duration
as the difference between the two events. Intermediate scans are treated as process interruptions. By
facilitating the information of the IEM model, these events will be enriched by their context. As shown
in Figure 2, every action in this example has connected resources, such as a work station, the action is
supposed to run on as well as a specific AutoID system, which has a unique ReaderID as its metadata.
That ReaderID connects the information within the model with the events triggered by the API. Using
that information, it is now possible to link each unique event identified by OrderID and ReaderID with
its corresponding action and its connected IEM objects. Through barcode readers at each workstation
of the learning game it is now possible to track detailed process times of each step for each job. This
information is made available via a dashboard and now enables statements to be made about the benefits
of optimization measures.
      </p>
    </sec>
    <sec id="sec-4">
      <title>4. Conclusion</title>
      <p>Digital transformation can only be motivated by concrete benefits. Performance analyses with
process mining methods can prove concrete benefits by before/after comparisons. The necessary data
is often not available, especially in flexible manufacturing environments such as those found in SMEs.
Proven in an educational game, the presented solution offers an easy way to collect the necessary data
without technical preconditions.</p>
    </sec>
    <sec id="sec-5">
      <title>5. Acknowledgments</title>
      <p>This research and development project is funded by the european regional development fund. The
author is responsible for the contents of this publication.</p>
    </sec>
    <sec id="sec-6">
      <title>6. References</title>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>Pierre</given-names>
            <surname>Audoin Consultants</surname>
          </string-name>
          , Ed., “
          <string-name>
            <surname>IT-Innovation-</surname>
          </string-name>
          Readiness-Index,” Munich, Germany,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>R.</given-names>
            <surname>Kiem</surname>
          </string-name>
          ,
          <article-title>Qualität 4.0: QM, MES und CAQ in digitalen Geschäftsprozessen der Industrie 4.0</article-title>
          . München: Hanser,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>A.-W.</given-names>
            <surname>Scheer</surname>
          </string-name>
          , Industrie
          <volume>4</volume>
          .
          <fpage>0</fpage>
          - Wie sehen Produktionsprozesse im Jahr 2020 aus?,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>P.</given-names>
            <surname>Gering</surname>
          </string-name>
          and
          <string-name>
            <given-names>P.</given-names>
            <surname>Drange</surname>
          </string-name>
          , “
          <article-title>Industry 4.0 Out of the Box,” in Enterprise Interoperability VIII: Smart Services and Business Impact of Enterprise Interoperability</article-title>
          , Cham,
          <year>2019</year>
          , pp.
          <fpage>45</fpage>
          -
          <lpage>53</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>SookYoung</given-names>
            <surname>Son</surname>
          </string-name>
          , Bernardo Nurgroho Yahya, Minseok Song, Sangsu Choi, and Nakyun Sung, “
          <article-title>Process Mining for Manufacturing Process Analysis: A case Study</article-title>
          ,” in
          <year>2014</year>
          . [Online]. Available: https://www.researchgate.net/publication/271910986_Process_
          <article-title>Mining_for_ Manufacturing_Process_Analysis_A_case_Study</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>M.</given-names>
            <surname>Park</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Song</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T. H.</given-names>
            <surname>Baek</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Son</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. J.</given-names>
            <surname>Ha</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S. W.</given-names>
            <surname>Cho</surname>
          </string-name>
          , “
          <article-title>Workload and Delay Analysis in Manufacturing Process Using Process Mining,” in Asia Pacific Business Process Management: Third Asia Pacific Conference</article-title>
          , AP-BPM
          <year>2015</year>
          , Busan, South Korea, June 24-26,
          <year>2015</year>
          , Proceedings, Cham,
          <year>2015</year>
          , pp.
          <fpage>138</fpage>
          -
          <lpage>151</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>M.</given-names>
            <surname>Mörtl</surname>
          </string-name>
          , Ressourcenplanung in der variantenreichen Fertigung. Zugl.: München, Techn. Univ., Diss.,
          <year>2008</year>
          . München: Utz,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>G.</given-names>
            <surname>Spur</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Mertins</surname>
          </string-name>
          , and
          <string-name>
            <given-names>R.</given-names>
            <surname>Jochem</surname>
          </string-name>
          , Integrierte Unternehmensmodellierung, 1st ed. Berlin: Beuth,
          <year>1993</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>Prozessasssistent</surname>
          </string-name>
          . [Online]. Available: https://prozessassistent.ipk.fraunhofer.de/ (accessed: Nov. 9
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>R. T.</given-names>
            <surname>Fielding</surname>
          </string-name>
          ,
          <article-title>Architectural styles and the design of network-based software architectures</article-title>
          ,
          <year>2000</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <article-title>MongoDB, The most popular database for modern apps</article-title>
          . [Online]. Available: https:// www.mongodb.com/ (accessed: Nov. 10
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>