Commit c8fbf474b1e29530dc869042832e80973361f281
1 parent
630b7a7af1
Exists in
master
doc
Showing 2 changed files with 21 additions and 0 deletions Inline Diff
README.md
# datalogger-gui | 1 | 1 | # datalogger-gui | |
2 | 2 | |||
A GUI interfaced software to log multiple instruments via ethernet, usb or serial connection. | 3 | 3 | A GUI interfaced software to log multiple instruments via ethernet, usb or serial connection. | |
4 | 4 | |||
`./datalogger-gui.py` | 5 | 5 | `./datalogger-gui.py` | |
6 | ||||
7 | ![screenshot](doc/datalogger-gui.png) | |||
8 | ||||
9 | ## Usage | |||
10 | ||||
11 | - Select the instrument to log | |||
12 | - Check the IP/serial/usb address | |||
13 | - enter a sample time (default = 1) | |||
14 | - select a channel | |||
15 | - precise the type | |||
16 | - press start | |||
17 | ||||
18 | ## Saving Tree | |||
19 | ||||
20 | Each daily file is saved in a tree as following: | |||
21 | ``` | |||
22 | current folder | |||
23 | └── YYYY | |||
24 | └── YYYY-MM |
doc/datalogger-gui.png
25.5 KB