Skip to content

All-in-One Toolbox for Measurement Data Acquisition and Data Logging

License

Notifications You must be signed in to change notification settings

RWTH-EBC/EBC_Measurements

Repository files navigation

EBC-Measurements

All-in-One Toolbox for Measurement Data Acquisition and Data Logging

About the project

Data logging is the process of acquiring data over time from various sources, typically using sensors or instruments, and storing them in one or multiple outputs, such as files or databases. This Python package provides easily understandable interfaces for various data sources and outputs, facilitating a quick and easy configuration for data logging and data transfer.

Potential use cases include field measurements, test bench monitoring, and Hardware-in-the-Loop (HiL) development. With its versatile capabilities, this toolbox aims to enhance the efficiency of data acquisition processes across different applications.

Tool structure and overview

Overview Overview of tool structure

Data logger

As the key component in the data logging process, the data logger in this toolbox ensures high flexibility in the logging procedure, featuring the following capabilities:

  • Read and write data from and to multiple systems simultaneously
  • Rename each variable in data sources for each output individually
  • Check variable names and automatically prefix to avoid duplicates in data outputs
  • Perform data type conversion for each variable in data sources for each data output individually

The following types of data loggers are available in the toolbox:

  • Periodic trigger (time trigger)
  • MQTT on-message trigger

Currently supported systems

The toolbox currently supports the following platforms and protocols, as shown in the table:

System Read from system
(data source)
Write to system
(data output)
Note
Beckhoff PLC Yes Yes -
ICP DAS Yes Yes (not tested) Currently, the package only supports the DCON Based I/O Expansion Unit with the I-87K series.
MQTT protocol Yes Yes -
The Things Network Yes Yes (not tested) Communication is via MQTT Server supported by The Things Stack.
Sensor Electronic Yes No The package supports the Air Distribution Measuring System (AirDistSys 5000) and the Thermal Condition Monitoring System (ThermCondSys 5500). Device configuration is possible, but it is not directly accessible via the data source API.

About

All-in-One Toolbox for Measurement Data Acquisition and Data Logging

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages