Full article title Data management of microscale reaction calorimeter using a modular open-source IoT platform
Journal Processes
Author(s) Frede, Timothy A.; Weber, Constantin; Brockhoff, Tobias; Christ, Tassilo; Ludwig, Denis; Kockmann, Norbert
Author affiliation(s) TU Dortmund University, d-fine GmbH
Primary contact Email: timothy dot frede at tu dash dortmund dot de; tassilo dot christ at d dash fine dot de
Year published 2023
Volume and issue 11(1)
Article # 279
DOI 10.3390/pr11010279
ISSN 2227-9717
Distribution license Creative Commons Attribution 4.0 International
Website https://www.mdpi.com/2227-9717/11/1/279
Download https://www.mdpi.com/2227-9717/11/1/279/pdf (PDF)

Abstract

Unifying research data collection methods and capturing data streams in an organized and standardized manner are becoming increasingly important in laboratories as digital processes and automation progressively shape the laboratory workflows. In this context, the internet of things (IoT) not only offers the opportunity to minimize time-consuming and repetitive tasks by delegating them to machines, but it also supports scientists in curating data. As a contribution to the establishment of IoT tools in academic research laboratories, a microscale reaction calorimeter is exemplarily connected to a modular open-source IoT-platform. The microscale calorimeter’s process data is streamed to the data platform for storage and analysis. Advantages of the platform from academia’s point of view are presented. Finally, the application of the platform was successfully tested with the hydrolysis of acetic anhydride. The data were accessed and analyzed exclusively via the IoT-platform, which provided important advantages for the operator in terms of standardized evaluation in just a few steps.

Keywords: data curation, data management, flow calorimetry, internet of things, open-source software

Graphic abstract: GA1 Frede Processes23 11-1.png

Introduction

The internet of things (IoT) enables a technical world in which most any device can be connected to the internet and provide real-time data to both other devices and central control systems.[1] Thus, processes and workflows can be automated for many applications. Focusing specifically on chemical laboratories, IoT systems allow chemists, for example, to monitor their reactions in real-time and view the data as needed. In this context, automated, continuously operated, small-scale apparatuses—in research laboratories in particular—represent data factories whose data must be managed accordingly.[2] With such apparatuses, input parameters such as flow rate, temperature, and stirrer speed can be changed quickly. The system also adapts quickly to changing conditions due to the instruments' small size. This allows sequential experiments to be performed in rapid succession, often in a semi-automated way, minimizing time-consuming and repetitive tasks for researchers and enabling them to focus more on interpreting results. In addition, data, and thus also research data, must be stored, processed, and interpreted in a meaningful way. In 2016, Wilkinson et al.[3] proposed the FAIR Data Principles, which formulate principles that sustainable and reusable research data must fulfil and that data infrastructures should implement accordingly as part of the services they offer. According to the principles, data should be findable, accessible, interoperable, and re-usable (FAIR).[3]

Many different platforms have been presented to realize automated processes in academic research laboratories and to monitor them. Since we perform research in the field of chemical engineering, the following overview of platforms presented in literature is limited to research groups in the same field. In the past, most autonomous platforms made use of LabVIEW[4] and Matlab[5] for automation of equipment control and data management. However, open-source alternatives and cloud-based systems that enable remote control and monitoring are currently trending at the university level.[6][7] (For example, Cherkasov et al.[8] have developed OpenFlowChem, based on the proprietary LabVIEW.) The advantage of open-source software lies in reduced costs, since no licenses are required; the low entry barrier to programming through support from other researchers; and the community and forums; as well as simple access to tutorials on the internet. Moreover, rapid transfer and adaptation is possible. Here, the developments of O’Brien et al.[9], Ingham et al.[10], and Steiner et al.[11] can be mentioned. Recently, van der Westhuizen et al.[12] presented an approach to monitor and control flow chemistry reactors using open-source software. They used the Node-RED platform[13] to develop dashboards, which are similar to LabVIEW. All the mentioned platforms still require different applications to be installed individually by the user and lack the possibility of accessing the various applications centrally at different locations by different users with individual rights, which supports the operator and data scientists in data processing and evaluation.

To standardize data management within our laboratory, we have teamed up with d-fine (Frankfurt a.M., Germany), a European consulting firm providing innovative and future-proof solutions through sustainable technological implementation to establish “d-fine’s smart containerized versatile analytics toolbox” (d-scover@)[14] for our experimental workflows. The open-source IoT-platform d-scover@ allows for the quick setup of a sophisticated but robust data supply and analysis tool chain at TU Dortmund University's Laboratory of Equipment Design. Figure 1 shows how different smart devices can be connected to the d-scover@ platform.


Fig1 Frede Processes23 11-1.png

Figure 1. Overview of the connection of the d-scover@ platform to existing smart equipment in laboratories..

Since our equipment is in most cases already connected to a programmable logic controller (PLC) such as LabManager (HiTec Zang, Herzogenrath, Germany), Controller PFC200 (WAGO GmbH & Co., Minden, Germany) and single-board computers, e.g., Raspberry Pi 4B (Raspberry Pi Foundation, Cambridge, England), existing interfaces can be used for data transfer. Within our research group, the interface of Open Platform Communications Unified Architecture (OPC UA) is established as the standard for data exchange.

By establishing the modular data stream platform, the following FAIR Guiding Principles, according to Wilkinson et al.[3], are specifically addressed:

  • data are assigned a globally unique and persistent identifier (F1);
  • the protocol is open, free, and universally implementable (A1.1);
  • the protocol allows for an authentication and authorization procedure where necessary (A1.2);
  • data use vocabularies that follow FAIR principles (I2);
  • data are released with a clear and accessible data usage license (R1.1); and
  • data meet domain-relevant community standards (R1.3).

In this work, the d-scover@ platform from d-fine is used for data management of an automated microfluidic reaction calorimeter. For this, the IoT platform and its tools are presented first. Subsequently, the microscale calorimeter and its measurement data are described. Finally, the benefits of using the IoT platform for the microscale calorimeter are demonstrated and discussed with the investigation of the hydrolysis of acetic anhydride.

Materials and methods

Open-source IoT platform

Industrial corporates increasingly strive to automate as much of their value creation as possible to increase productivity, react faster to changing market conditions and disrupted supply chains, and to cope with a lack of qualified workforce. A digital representation of all inbound, in-house, and outbound processes is mandatory for this.

Acquiring the necessary process data from machines and sensors, storing them in a consistent manner, and analyzing and sharing them—frequently not only across corporate divisions but also with suppliers and customers—requires a fully integrated end-to-end data platform. However, competing IT standards and protocols, and the need to integrate external and “legacy” systems, make this a daunting task. The same is true—albeit on a smaller scale—for scientific laboratory equipment, in particular if heterogeneous devices need to be managed. To facilitate quick operational wins and ensure a steep learning curve at virtually no cost, we use a modular open-source platform in our laboratory. d-fine’s IoT suite d-scover@ is available under a permissive open-source license and is used in industry and science to build reliable and secure data pipelines with minimal investment. It comprises open-source data storage backends and an extract, transform, load (ETL) stack for extracting data from different sources, transforming them into the desired target format and loading the results into the storage systems. Modelling and data analysis capabilities are provided via a secure execution environment for Python notebooks. A reverse proxy, a web portal and tools for user management, logging, and network setup complement the system. In Figure 2, an overview of the underlying open-source tech-stack is provided.


Fig2 Frede Processes23 11-1.png

Figure 2. d-scover@’s underlying open-source tech-stack.

d-scover@ provides for container-based deployment, ready-to-use network configuration, and continuous integration support. It can be easily extended and allows for standalone user management or integration with active directory.

The suite was installed on the Department of Biochemical and Chemical Engineering's intranet and connected to the laboratory equipment—described in the Results section—by members of the Laboratory of Equipment Design and the d-fine industrial internet of things (IIoT) division. Analyses—also discussed in the Results section—were performed with the Python analytics backend of d-scover@. For details about the platform, installation support, and functional extensions, please contact the corresponding author from d-fine.

Microscale flow reaction calorimeter

Experimental setup and data acquisition

The open-source IoT platform d-scover@ is used for the setup of a microscale flow reaction calorimeter employed in our laboratory. The continuously operated, microfluidic reaction calorimeter measures the temporal and spatial heat release of chemical processes using Seebeck elements (SEs), and thus enables the determination of thermokinetic data. The whole setup for calorimetric measurements is shown schematically in Figure 3.


Fig3 Frede Processes23 11-1.png

Figure 3. Complete experimental setup used for calorimetric measurements, including data flows.

As centerpiece of the setup, the microscale calorimeter consists of a commercially available microreactor (LTF-MS, Little Things Factory, Elsoff, Germany) and twelve Seebeck elements (SEs) (QC-31-1.0–3.0M, Quick-Ohm Küpper & Co., Wuppertal, Germany) to measure the heat flux along the reaction channel. The calorimeter is placed in a closed, temperature-controlled box made of aluminum profiles with transparent poly(methyl methacrylate) walls to minimize external influences on the measurements, in particular environmental temperature fluctuations. The reactants are fed into the reactor via syringe pumps (VIT-FIT, Lambda Instruments, Baar, Switzerland). The reactants’ inlet temperatures are controlled using preheating loops, which are also located in the closed box. The individual components such as pumps, SEs, and temperature sensors are connected to a laboratory automation system (LabManager, HiTec Zang, Herzogenrath, Germany) enabling automated experimentation. A graphical user interface (GUI) is generated using the proprietary visualization and automation software LabVision. Additionally, the operator is assisted by a self-developed software-guided workflow. First, a sequence of experiments is determined by the operator, in which the flow rates and temperature can be varied. Next, the measured process data are imported by LabManager and the experiments are performed automatically in the specified order with the specified parameters.

Process and calorimetric data

During the performance of calorimetric measurements, measured process data are collected, which are subsequently used to determine calorimetric data such as the reaction enthalpy. The determination of the thermokinetic data is based on balancing of the energy of the entire system or the individual reactor sections above the SEs. Here, only a brief introduction of the energy balance is given. More details can be found in previous works.[15][16] The general energy balance equation that applies to both methods is:

The heat fluxes that must be considered in the balance are the convective heat flux through the flow fluid , the measured heat flux of the SEs , the heat loss not measured by the SEs, and the energy brought into the system by the reaction . Since the experiments are evaluated in steady-state, the previous equation can be solved for the reaction enthalpy as such:

Hence, the reaction enthalpy can be determined directly from measured process data once steady-state is reached. In Table 1, the process data measured by the calorimeter setup and the determined thermokinetic data using the calorimetric measurement method are listed.

Table 1. Process data measured by microscale flow reaction calorimeter and thermokinetic data determined via calorimetric measurement methods.
Type Parameter Symbol Unit
Process data Inlet temperature of feed 1 °C
Process data Inlet temperature of feed 2 °C
Process data Volumetric flow rate of feed 1 µL min−1
Process data Volumetric flow rate of feed 2 µL min−1
Process data Concentration in feed 1 mol L−1
Process data Concentration in feed 2 mol L−1
Process data Outlet temperature of product stream °C
Process data Ambient temperature within the closed box °C
Process data Measured thermoelectric voltages of SEs along the reaction channel V
Process data Heat loss over the top of the reactor W
Thermokinetic data Reaction enthalpy kJ mol−1
Thermokinetic data Activation energy kJ mol−1
Thermokinetic data Pre-exponential factor [(m3 mol−1)n−1 s−1]

Case study: Hydrolysis of acetic anhydride

The acid-catalyzed hydrolysis of acetic anhydride (Ac2O) was chosen as a test reaction to establish the interaction between the calorimeter setup and d-scover@. The reaction often serves as a model reaction in calorimetry. In addition, the reaction was also recently studied in flow calorimeters, which allows a comparison.[17][18][19] Ac2O is split into two molecules of acetic acid (AcOH) under the consumption of water. The reaction scheme is as follows:

Since Ac2O is partially miscible with water, the reaction can be carried out as single- or two-phase reaction. The reaction follows a pseudo first-order kinetics when a large excess of water is used. Literature values for its thermokinetic data are given in Table 2.

Table 2. Thermokinetic parameter of the hydrolysis of acetic anhydride.
Author (kJ mol−1) (kJ mol−1)
Martin[20] −61 to −59 not stated
Zogg, Fischer, and Hungerbühler[21] −62 to −57 −3 to +3
Ładosz, Kuhnle, and Jensen[17] −63 +9
Steinemann et al.[18] −62 +7

Experimental procedure

In this study, the reaction enthalpy for the hydrolysis of acetic anhydride is determined. Two solutions are prepared for the experiments: an aqueous solution and a solution containing acetic anhydride. The aqueous solution consists of nitric acid, water, and acetic acid. Acetic acid is added to improve the mixing behavior, since acetic anhydride does not dissolve in water at the concentrations used. The concentrations of the solutions used are listed in Table 3.

Table 3. Substances and concentrations used for hydrolysis of acetic anhydride.
Substance Supplier Specification Concentration (mol L−1)
Acetic anhydride Merck ≥98.0% 10.52 (neat)
Acetic acid Merck ≥99.0% 5.54
Nitric acid Merck ≥98.5% 5.32
Deionized water TU Dortmund University σ ≤5 × 10−4 S m−1 28.6

The hydrolysis reaction was investigated at three temperature levels: 30, 40, and 50 °C. The total volumetric flow rates were set to 58, 147, 325, 504, 682, and 861 μL min−1. A flow rate ratio of aqueous solution to acetic anhydride of 1:1 was used.

For the experiments, all desired temperature and flow rates are automatically set by the PLC, with certain waiting times to allow for heating, cooling, and temperature adaption of the whole system. Steadystate measurements of the respective experimental settings are performed, and every measurement point is recorded in triplets. Prior to the experiments, the SEs have been calibrated and baseline signal of the SEs have been recorded. The data streams from these two steps are currently not yet acquired via d-scover@, however this would be conceivable in the future. Further and more detailed information on the experimental procedure and the calorimetric measurement method itself can be found in 2022 research by Frede, Greive, and Kockmann.[16]

Results

Acquisition and monitoring of the microscale calorimeter’s process data using d-scover@

As a first step in the d-scover@ application, we decided to stream only sensor and actuator data as raw data. This decision was triggered among others because the calculation of the heat fluxes measured via the SEs requires further calibration data, which change over time due to recalibration. Accordingly, the measured thermoelectric voltages of the SEs are transferred as raw data to enable a subsequent recalculation of heat fluxes with more up-to-date calibration data. The data flow to the d-scover@ platform is started only as soon as calorimetric measurements on the microscale calorimeter are initiated, whereby a new value is sent every second. The frequency can be adjusted, but is sufficient for our application. Hence, unnecessary streaming and irrelevant data is avoided. In addition to the data listed in Table 1, other data are streamed that are set by the operator. The operator’s acronym, the name of the reaction being investigated, and the concentrations of the reactants used are provided by the operator. The last, but for continuously operated reactors crucial information, whether steady-state has already been reached, is also transmitted. Thus, a variable is set from 0 to 1 by the lab automation system when steady-state is reached.

All data to be streamed to the d-scover@ platform are generated as a node on the OPC UA server, which is provided by LabManager. The OPC UA server data are accessed via Apache Nifi, the software integrated in d-scover@ for defining data streams and interfaces. Once this data flow is generated, the data already stream into the PostgreSQL database. The database can be accessed via the integrated software pgAdmin. Finally, the data are visualized using Grafana. To prevent data streams from being edited or deleted by another user, different users with different rights were assigned via Keycloak, which is also integrated in d-scover@.

Once the data streams were set up in NiFi, a dashboard was generated using Grafana. This shows the essential experimental data that are important for both the operator of the calorimeter and the supervisor, for example. The final dashboard is shown in Figure 4.


Fig4 Frede Processes23 11-1.png

Figure 4. Dashboard for visualization of experimental data during calorimetric measurements such as volumetric flow rates and temperatures.

The left side of the dashboard displays data from sensors and actuators and whether the system is in steady-state (1) or not (0) as time series, whereas the right side provides details of the reaction currently under investigation in the form of the name and concentration in the respective feeds. A key benefit of d-scover@ for scientist working in labs is that the dashboard and all other tools can be accessed via the web browser on all workstations within our network. This allows the “supervisor in the office” not only to look up which reaction is currently being investigated, but also enables a much better and also more quantitative discussion of the results with the operator during online meeting through screen sharing, for example. In addition, the editable dashboard enables the time series of the data to be arranged as desired and thus to be arranged in relation to each other. It was only through this feature that we realized we needed to adapt the steady-state criterion. Previously, the steady-state criterion referred only to the change in the measured thermoelectric voltage of the SEs and required a change of less than 0.5% in a time span of 10 seconds. Therefore, Figure 5 shows exemplarily an excerpt from the dashboard during the investigation of the oxidation of sodium thiosulfate with hydrogen peroxide. This reaction is described in more detail in a previous work by Frede, Greive, and Kockmann.[16]


Fig5 Frede Processes23 11-1.png

Figure 5. Excerpt from the dashboard during the investigation of the oxidation of thiosulfate with hydrogen peroxide.

On one hand, it was observed that the measured thermoelectric voltages of the SEs fluctuate more at higher temperature levels. This behavior was particularly evident for the oxidation of sodium thiosulfate, which was presented in a previous work by Frede, Greive, and Kockmann.[16] On the other hand, it was observed that in some experiments the temperature at the reactor outlet was not yet completely in steady-state. Even though the temperature change was already minimal, some fluctuations could still be seen by comparing thermoelectric voltages and temperatures over time. The parametric sensitivity of this reaction and the influence of pH fluctuation on the reaction explain the dynamic reaction behavior even in steady-state. This was already observed by Gelhausen et al.[22] and is here well shown in the measured signals of the SEs. Hence, the steady-state criterion was adapted for the study of the hydrolysis of acetic anhydride.

The following two conditions must be met for a measurement to be considered in steady-state:

  1. The voltage of the SEs must not fluctuate more than 0.25 mV for = 30, 40 °C; 0.50 mV for = 50 °C; and 0.75 mV for = 60 °C, in the last 30 seconds.
  2. The temperature at the reactor outlet must not fluctuate more than 0.5 °C in the last 180 seconds due to the delayed behavior.

Here, fluctuation refers to the difference of maximum and minimum value in the respective time span.

Calorimetric data management using d-scover@

The application of d-scover@ to the microscale calorimeter for data analysis was tested for the hydrolysis of acetic anhydride. The entire evaluation was performed using JupyterHub, which runs directly on the server where the data are also located. At first, we wrote a script that outputs which reactions were studied, and at what temperatures, concentrations, and volumetric flow rates each reaction was performed. There, the user gets to know which data can be selected in the next step for the evaluation of the reaction. As mentioned in the previous section, not all data needed for the determination of thermokinetics are streamed to the platform by measurements. For the evaluation of calorimetric measurements, the calibration factors of the SEs and the base line signals are loaded and stored via JupyterHub in the database. With this completed, the script for the evaluation can be executed with the respective input data from the user.

The determined heat of reaction is shown in Figure 6 for the different temperature level of the hydrolysis of acetic anhydride.


Fig6 Frede Processes23 11-1.png

Figure 6. Heat of reaction of hydrolysis of acetic anhydride at different temperature and volumetric flow rate. Literature value by Ładosz et al.[17] is indicated by dashed black line.

For = 30 °C, an increase is observed in the heat of reaction up to = 325 µL min−1. After that, the determined heat of reaction decreases. For the two lowest volumetric flow rates, the heat of reaction is in very good agreement with the literature value, from which the relative deviation is 0.47%. The decrease in heat of reaction for higher volumetric flow rates is probably due to incomplete conversion within the microreactor as the residence time decreases. According to the Van’t Hoff rule[23], an increasing heat of reaction profile and better agreement with literature data are expected for higher temperatures.

For both = 40 and 50 °C, the determined heat of reaction increases with increasing flow rate matching the previously mentioned expectation. For further confirmation of incomplete conversion, the heat flux profiles are investigated. Therefore, the specific heat flux profile at a temperature level of 30 °C is shown in Figure 7.


Fig7 Frede Processes23 11-1.png

Figure 7. Specific heat flux profile of the SEs for the hydrolysis of acetic anhydride for varying volumetric flow rate and = = 30 °C.

For the lowest flow rate, the highest specific heat flux is present at SE 2. For the second-lowest flow rate, the highest specific heat flux is present at SE 4. This shift of the maximal specific heat flux to later reactor segments with increasing flow rates is consistent as residence time decreases and the reaction is kinetically, and not mixing-, controlled. For the two lowest volumetric flow rates, a peak of the heat flux profile is observed within the first four SEs. Additionally, comparatively low heat fluxes are detected close to the reactor outlet. Hence, complete conversion is assumed for these flow rates, supporting the agreement of the heat of reaction with the literature value, too. An analysis of the heat flux profiles at higher temperatures with these requirements for complete conversion shows that complete conversion can be assumed at the three lowest flow rates for = 40 and at all flow rates, except the highest one for = 50 °C.

The reaction enthalpy is calculated based on the respective calorimetric measurement and calculated heat fluxes, shown in Figure 8.


Fig8 Frede Processes23 11-1.png

Figure 8. Determined reaction enthalpy for hydrolysis of acetic anhydride from the experiments for the respective volumetric flow rates and temperatures in comparison with literature value by Ładosz et al.[17], which is indicated by a dashed black line.

Since the calculation of the reaction enthalpy is based on the determined heat of reaction, the same behavior is observed for the respective temperatures and volumetric flow rates in Figure 6. In addition, it can be seen there that the heat of reaction, and thus also the reaction enthalpy, are overestimated in some cases. This is due to the determination of the heat loss, as this is the only term in the energy balance that is not directly measured but determined numerically. Combining the determined reaction enthalpy of the flow rates, with complete conversion at the respective temperature level, yields a reaction enthalpy of −65.9 ± 3.1 kJ mol−1. This is a relative deviation to the literature value of 4.6%.[17] Hence, good agreement with literature is obtained.

Conclusions and outlook

In this study, a microscale flow calorimeter was connected to the modular open-source IoT-platform d-scover@ from d-fine. The existing OPC UA server was used to stream data into the platform allowing for data visualization, storage, and analysis. The platform was established successfully in a few days with the support of d-fine and a dedicated student assistant. By displaying the data in a dashboard, the need for an additional steady-state criterion became apparent, which was implemented directly. Additionally, the application and the benefit of the IoT-platform were evaluated with the hydrolysis of acetic anhydride and thiosulfate oxidation as test reactions, which allow for using standardized evaluation of the calorimetric measurements on different working stations within the local computer network. The facilitated data analysis led to a new consideration of steady-state status, enabling fast and semi-automated experimentation. The reaction enthalpy of the test reaction obtained was in good agreement with literature data.

However, the low entry hurdle for operators with little to no programming experience should be emphasized as a key point here. All the essential tools a researcher needs in the laboratory to store, visualize, and evaluate his measured values are provided without the researcher having to install them. In addition, the use of an open-source solution allows a quick exchange of programs between researchers and the community or forums for help with issues.

As a current limitation, it should be mentioned here that only monitoring and no equipment control is possible with the current version of d-scover@. Remote control of equipment can be quite useful for some applications, such as analytical equipment, but such remote control should be implemented sensibly with the appropriate security precautions, as it is associated with security risks such as intentional or accidental sabotage of experiments or equipment. In addition, we used a separate workstation for the IoT-platform, since Docker requires at least 8GB of RAM and we wanted to exclude a shutdown due to automated updates by our IT infrastructure.

The modular data platform complements the reaction calorimeter very well with additional functionalities. In future work, we want to connect further smart equipment in our laboratory such as a small-scale extraction column and a setup for optical detection of emulsions with the data platform. This approach will further harmonize data management within our laboratory while better applying FAIR Guiding Principles.

Abbreviations, acronyms, and initialisms

  • AcOH: acetic acid
  • Ac2O: acetic anhydride
  • BCI: Department of Biochemical and Chemical Engineering, TU Dortmund University
  • ETL: extract, transform, load
  • FAIR: findable, accessible, interoperable, and re-usable
  • GUI: graphical user interface
  • IoT: internet of things
  • IIoT: industrial internet of things
  • OPC UA: Open Platform Communications Unified Architecture
  • PLC: programmable logic controller
  • SE: Seebeck element

Acknowledgments

The laboratory of Equipment Design thanks d-fine GmbH for providing the IoT-platform dscover@ and especially Alexey Fofonov, Christoph Charlet, and Tassilo Christ for their support in establishing it. T.A.F. thanks the networking program ‘Sustainable Chemical Synthesis 2.0′ (SusChemSys 2.0) for the support and fruitful discussions across disciplines.

Author contributions

Conceptualization, T.C., D.L. and T.A.F.; methodology, T.A.F., C.W. and N.K.; software, T.C., C.W. and T.B.; validation, C.W. and T.B.; formal analysis, T.A.F. and T.B.; investigation, T.B.; resources, T.C. and D.L.; data curation, C.W., T.B. and T.A.F.; writing—original draft preparation, T.A.F. and T.C.; writing—review and editing, N.K. and T.C.; visualization, T.B. and T.A.F.; supervision, T.A.F. and N.K.; project administration, N.K.; funding acquisition, N.K. All authors have read and agreed to the published version of the manuscript.

Funding

This research of the Forschungsvereinigung Forschungs-Gesellschaft Verfahrens-Technik e.V. (GVT) was funded by the German Federal Ministry of Economic Affairs and Climate Action via the Arbeitsgemeinschaft Industrieller Forschungsvereinigungen (AiF) within the framework of the program for the promotion of the Industrielle Gemeinschaftsforschung (IGF), grant number IGF no. 20819 N.

Conflicts of interest

The authors declare no conflict of interest.


References

  1. Rückert, T. (2018). "The IoT Paves the Way for a Networked Economy". In Sendler, Ulrich. The Internet of Things: Industrie 4.0 Unleashed (1st ed. 2018 ed.). Berlin, Heidelberg: Springer Berlin Heidelberg : Imprint: Springer Vieweg. pp. 221–32. ISBN 978-3-662-54904-9. 
  2. Knoll, Sebastian; Jusner, Clemens E.; Sagmeister, Peter; Williams, Jason D.; Hone, Christopher A.; Horn, Martin; Kappe, C. Oliver (2022). "Autonomous model-based experimental design for rapid reaction development" (in en). Reaction Chemistry & Engineering 7 (11): 2375–2384. doi:10.1039/D2RE00208F. ISSN 2058-9883. http://xlink.rsc.org/?DOI=D2RE00208F. 
  3. 3.0 3.1 3.2 Wilkinson, Mark D.; Dumontier, Michel; Aalbersberg, IJsbrand Jan; Appleton, Gabrielle; Axton, Myles; Baak, Arie; Blomberg, Niklas; Boiten, Jan-Willem et al. (15 March 2016). "The FAIR Guiding Principles for scientific data management and stewardship" (in en). Scientific Data 3 (1): 160018. doi:10.1038/sdata.2016.18. ISSN 2052-4463. PMC PMC4792175. PMID 26978244. https://www.nature.com/articles/sdata201618. 
  4. Elliott, Chance; Vijayakumar, Vipin; Zink, Wesley; Hansen, Richard (1 February 2007). "National Instruments LabVIEW: A Programming Environment for Laboratory Automation and Measurement" (in en). JALA: Journal of the Association for Laboratory Automation 12 (1): 17–24. doi:10.1016/j.jala.2006.07.012. ISSN 1535-5535. http://journals.sagepub.com/doi/10.1016/j.jala.2006.07.012. 
  5. "MATLAB". The MathWorks, Inc.. https://www.mathworks.com/products/matlab.html. Retrieved 01 December 2022. 
  6. Mateos, Carlos; Nieves-Remacha, María José; Rincón, Juan A. (2019). "Automated platforms for reaction self-optimization in flow" (in en). Reaction Chemistry & Engineering 4 (9): 1536–1544. doi:10.1039/C9RE00116F. ISSN 2058-9883. http://xlink.rsc.org/?DOI=C9RE00116F. 
  7. Mateos, Carlos; Nieves-Remacha, María José; Rincón, Juan A. (2019). "Automated platforms for reaction self-optimization in flow" (in en). Reaction Chemistry & Engineering 4 (9): 1536–1544. doi:10.1039/C9RE00116F. ISSN 2058-9883. http://xlink.rsc.org/?DOI=C9RE00116F. 
  8. Cherkasov, Nikolay; Bai, Yang; Expósito, Antonio José; Rebrov, Evgeny V. (2018). "OpenFlowChem – a platform for quick, robust and flexible automation and self-optimisation of flow chemistry" (in en). Reaction Chemistry & Engineering 3 (5): 769–780. doi:10.1039/C8RE00046H. ISSN 2058-9883. http://xlink.rsc.org/?DOI=C8RE00046H. 
  9. O'Brien, Matthew; Hall, April; Schrauwen, John; van der Made, Joyce (1 June 2018). "An open-source approach to automation in organic synthesis: The flow chemical formation of benzamides using an inline liquid-liquid extraction system and a homemade 3-axis autosampling/product-collection device" (in en). Tetrahedron 74 (25): 3152–3157. doi:10.1016/j.tet.2018.02.043. https://linkinghub.elsevier.com/retrieve/pii/S0040402018301881. 
  10. Ingham, Richard J.; Battilocchio, Claudio; Hawkins, Joel M.; Ley, Steven V. (2014). "Integration of enabling methods for the automated flow preparation of piperazine-2-carboxamide". Beilstein Journal of Organic Chemistry 10: 641–652. doi:10.3762/bjoc.10.56. ISSN 1860-5397. PMC 3999859. PMID 24778715. https://pubmed.ncbi.nlm.nih.gov/24778715. 
  11. Steiner, Sebastian; Wolf, Jakob; Glatzel, Stefan; Andreou, Anna; Granda, Jarosław M.; Keenan, Graham; Hinkley, Trevor; Aragon-Camarasa, Gerardo et al. (11 January 2019). "Organic synthesis in a modular robotic system driven by a chemical programming language" (in en). Science 363 (6423): eaav2211. doi:10.1126/science.aav2211. ISSN 0036-8075. https://www.science.org/doi/10.1126/science.aav2211. 
  12. van der Westhuizen, C. Johan; du Toit, Jurie; Neyt, Nicole; Riley, Darren; Panayides, Jenny-Lee (2022). "Use of open-source software platform to develop dashboards for control and automation of flow chemistry equipment" (in en). Digital Discovery 1 (5): 596–604. doi:10.1039/D2DD00036A. ISSN 2635-098X. http://xlink.rsc.org/?DOI=D2DD00036A. 
  13. "Category: Node-RED". OpenJS Foundation. https://openjsf.org/category/node-red/. Retrieved 03 January 2023. 
  14. Charlet, C.; Christ, T. (July 2022). "Open source IoT data pipelines". d-fine GmbH. https://www.d-fine.com/news/open-source-iot-data-pipelines/. 
  15. Reichmann, Felix; Millhoff, Stefan; Jirmann, Yannick; Kockmann, Norbert (1 November 2017). "Reaction Calorimetry for Exothermic Reactions in Plate-Type Microreactors Using Seebeck Elements" (in en). Chemical Engineering & Technology 40 (11): 2144–2154. doi:10.1002/ceat.201700419. https://onlinelibrary.wiley.com/doi/10.1002/ceat.201700419. 
  16. 16.0 16.1 16.2 16.3 Frede, Timothy Aljoscha; Greive, Moritz; Kockmann, Norbert (12 October 2022). "Measuring Kinetics in Flow Using Isoperibolic Flow Calorimetry" (in en). Reactions 3 (4): 525–536. doi:10.3390/reactions3040035. ISSN 2624-781X. https://www.mdpi.com/2624-781X/3/4/35. 
  17. 17.0 17.1 17.2 17.3 17.4 Ładosz, Agnieszka; Kuhnle, Christina; Jensen, Klavs F. (2020). "Characterization of reaction enthalpy and kinetics in a microscale flow platform" (in en). Reaction Chemistry & Engineering 5 (11): 2115–2122. doi:10.1039/D0RE00304B. ISSN 2058-9883. http://xlink.rsc.org/?DOI=D0RE00304B. 
  18. 18.0 18.1 Steinemann, Finn L.; Rütti, David P.; Moser, Marlies; Georg, Alain G.; Meier, Daniel M. (1 December 2022). "Simultaneous determination of enthalpy of mixing and reaction using milli-scale continuous flow calorimetry" (in en). Journal of Flow Chemistry 12 (4): 389–396. doi:10.1007/s41981-022-00237-x. ISSN 2062-249X. https://link.springer.com/10.1007/s41981-022-00237-x. 
  19. Glotz, Gabriel; Knoechel, Donald J.; Podmore, Philip; Gruber-Woelfler, Heidrun; Kappe, C. Oliver (19 May 2017). "Reaction Calorimetry in Microreactor Environments—Measuring Heat of Reaction by Isothermal Heat Flux Calorimetry" (in en). Organic Process Research & Development 21 (5): 763–770. doi:10.1021/acs.oprd.7b00092. ISSN 1083-6160. https://pubs.acs.org/doi/10.1021/acs.oprd.7b00092. 
  20. Martin, H. (1975). "Wärmeflusskalorimetrie Unter Präparativen Bedingungen Und Ihre Anwendung Zur Verfolgung Der Isomerisierungskinetik von Trimethylphosphit". Universität Basel. https://infozentrum.ethz.ch/katalog/werke/374/780. 
  21. Zogg, Andreas; Fischer, Ulrich; Hungerbühler, Konrad (1 February 2003). "A New Small-Scale Reaction Calorimeter That Combines the Principles of Power Compensation and Heat Balance" (in en). Industrial & Engineering Chemistry Research 42 (4): 767–776. doi:10.1021/ie0201258. ISSN 0888-5885. https://pubs.acs.org/doi/10.1021/ie0201258. 
  22. Gelhausen, Marius Gerrit; Kurt, Safa Kutup; Kockmann, Norbert (1 June 2015). "Parametrische Empfindlichkeit einer stark exothermen Reaktion im Kapillarwendelreaktor" (in en). Chemie Ingenieur Technik 87 (6): 781–790. doi:10.1002/cite.201400141. https://onlinelibrary.wiley.com/doi/10.1002/cite.201400141. 
  23. Baerns, Manfred; Behr, Arno; Brehm, Axel; Gmehling, Jürgen; Hinrichsen, Kai-Olaf; Hofmann, Hanns; Palkovits, Regina; Onken, Ulfert et al. (2013). Technische Chemie (Zweite, erweiterte Auflage ed.). Weinheim: Wiley-VCH. ISBN 978-3-527-67409-1. 

Notes

This presentation is faithful to the original, with only a few minor changes to presentation. In some cases important information was missing from the references, and that information was added.