Make time series measurements with a Sartorius scale.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Holger Frey 9549dff20d documented settings of the scale 5 years ago
icons moved icons to right location 5 years ago
sartorius_logger added flush() to gooey progress 5 years ago
tests added flush() to gooey progress 5 years ago
.gitignore initial import 5 years ago
Makefile initial import 5 years ago
README.md documented settings of the scale 5 years ago
build-win.spec moved icons to right location 5 years ago
gui.py added pyinstaller specs 5 years ago
make.bat added make.bat for pyintaller 5 years ago
pyproject.toml added pyinstaller specs 5 years ago

README.md

Sartorius Logger

Make time series measurements with a Sartorius scale.

Settings on the scale

With these settings, the logger should work with the scale:

  • in settings / usb select "SBI" as communication protocol
  • in settings / print select a manual printout mode
  • return to the measurement display don't try to run the logger while the scale is still in a menu – it won't work

Development

To install the development version of sartorius logger:

git clone https://git.cpi.imtek.uni-freiburg.de/holgi/sartoriuslogger
cd sartoriuslogger

# create a virtual environment and activate it
python3 -m venv --prompt sartorius .venv
.venv/bin/activate

# upgrade pip, install flit and sartoriuslogger
python3 -m pip install --upgrade pip
python3 -m pip install flit
python3 -m flit install --pth-file

To run the tests, run make tests or make coverage for a complete report.

To build the SartoriusLogger windows app, run the make.bat file.