correct readme

This commit is contained in:
Danila Gamkov 2025-01-23 13:32:20 +03:00
parent 69b7fe0946
commit 1364ca85aa

View File

@ -29,9 +29,8 @@ Installation on Linux:
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh
``` ```
Installation on Windows: Installation on Windows:
go to address https://www.rust-lang.org/tools/install and follow instructions Go to address https://www.rust-lang.org/tools/install and follow instructions
For more detailed information you can go to: https://doc.rust-lang.ru/book/ch01-01-installation.html For more detailed information you can go to: https://doc.rust-lang.ru/book/ch01-01-installation.html
4. Compile project with Rust: 4. Compile project with Rust:
@ -68,21 +67,22 @@ cp target/release/asotr_csv <PATH_TO_ASOTR_DATA>/20241231-001/data/asotr
cd <PATH_TO_ASOTR_DATA> cd <PATH_TO_ASOTR_DATA>
./asotr_parse.sh ./asotr_parse.sh
csv data are ready to use in directory: csv data are ready to use in directory:
<PATH_TO_ASOTR_DATA>/20241231-001/data PATH_TO_ASOTR_DATA/20241231-001/data
file descriptions:
asotr1_T.csv - ASOTR1 temperature data in channels 1-6 (in Celsius)
asotr1_P.csv - ASOTR1 power data in channels 1-6 (in %)
asotr1_TSET.csv - ASOTR1 temperature sets in channels 1-6 (in Celsius)
asotr2_T.csv - ASOTR2 temperature data in channels 1-6 (in Celsius)
asotr2_P.csv - ASOTR2 power data in channels 1-6 (in %)
asotr2_TSET.csv - ASOTR2 temperature sets in channels 1-6 (in Celsius)
file data fromat: **File descriptions:**
column 1: Unix timestamp asotr1_T.csv - ASOTR1 temperature data in channels 1-6 (in Celsius)
column 2: date asotr1_P.csv - ASOTR1 power data in channels 1-6 (in %)
column 3: time asotr1_TSET.csv - ASOTR1 temperature sets in channels 1-6 (in Celsius)
columns 4-9 - channels data (power, temperature or temperature set) asotr2_T.csv - ASOTR2 temperature data in channels 1-6 (in Celsius)
asotr2_P.csv - ASOTR2 power data in channels 1-6 (in %)
asotr2_TSET.csv - ASOTR2 temperature sets in channels 1-6 (in Celsius)
**file data fromat:**
column 1: Unix timestamp
column 2: date
column 3: time
columns 4-9 - channels data (power, temperature or temperature set)
## Contatcs ## Contatcs
For questions about the program, please contact Danila Gamkov, mail: danila_gamkov@cosmos.ru For questions about the program, please contact Danila Gamkov, mail: danila_gamkov@cosmos.ru