
For installing the ADMA Data Logger on a raspberry pi please follow the following instructions:
- Download and unzip the ADMA Data Logger CLI.
- Copy the unzipped files to the raspberry pi. Usually /opt/genesys/adma-data-logger-CLI is used as path for the installation. The Software already contains the .NET 6 Library, that’s why no additional runtime is needed.
- Flag the software file as a executable file
cd /opt/genesys/adma-data-logger-CLI
chmod +x adma-data-logger-CLI
- Now the Software can be started.
cd /opt/genesys/adma-data-logger-CLI
./adma-data-logger-CLI
At first startup, a default configuration file is generated. Adapt the settings as needed. The configuration .xml can be found at the following location
/home/$USER/genesys/adma-data-logger-CLI/Setups/ApplicationConfig.xml
Or when executed as administrator:
/root/genesys/adma-data-logger-CLI/Setups/ApplicationConfig.xml
Note:
In some cases, the software has to be executed as administrator. For that add sudo in front of the command. In this case, the configuration file at ROOT will be used from the ADMA Data Logger CLI.