Introduction

In SoloDB support automatic logging of values from logging files produced by equipment. There are 2 systems available:

In both systems SoloDB is capable of reading an equipment logging file and store the values in the run without any manual intervention. From the uploaded file a column can be selected or a direct value can be read from the file. It is also possible to apply fingerprinting of the file by selecting a identifier value to identify the file.

Internal logging

When internal logging is used all data processing is handled in SoloDB. Per equipment a logging can be created and via SoloDB it is possible to indicate which values have to be logged. All values are mapped to a logging parameter

Instructions how to set up internal logging can be found in the How to set up internal logging

External service logging

When external service logging is used the data processing is handled by an external service. The external service can be a Python service running in Docker or any other service which can be called via a REST API. The external service is connected to SoloDB via a logging service.

Instructions how to set up internal logging can be found in the How to set up external logging