Blame view

README.md 509 Bytes
67c0abcaa   mer0m   Update README.md
1
2
3
  # datalogger-gui
  
  A GUI interfaced software to log multiple instruments via ethernet, usb or serial connection.
a15fba68b   bmarechal   -
4
5
  
  `./datalogger-gui.py`
c8fbf474b   bmarechal   doc
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
  
  ![screenshot](doc/datalogger-gui.png)
  
  ## Usage
  
  - Select the instrument to log
  - Check the IP/serial/usb address
  - enter a sample time (default = 1)
  - select a channel
  - precise the type
  - press start
  
  ## Saving Tree
  
  Each daily file is saved in a tree as following:
  ```
  current folder
  └── YYYY
  	└── YYYY-MM
  	    └── YYYYMMDD-hhmmss-instrument.dat
  ```