
UDL Universal Data Logger
A tool which allows You to measure, display and change data in Your embedded system via USB or websocket connection.
Features
- Capturing of data from clients connected via USB or via websocket from the UDL TSB Telemetry Backend Server project
- Live data is displayed in Text Boxes and y-t-plots
- Calibration data can be changed and is transferred back to the client
- Measurement data can be stored to .csv files incl. the option of a data reduction for long time measurements
- Comments can be added to specific ponts in time during running measurements
- Config file in .xlsx format is used to generate C-Code to package the desired data to the usb stream
Main Components
- UDL_UniversalDataLogger.py
- UDL_UniversalDataLogger_AUTOCODER.xlam
Programming languages
- Python
- vba
Data which is received either via websocket or a usb connection can be stored to a csv file. This emables detailed offline analysis and plotting.
Comments can be added within a running measurement to mark important events.