Skip to content
Snippets Groups Projects
Commit b083b1a3 authored by Raspberry's avatar Raspberry
Browse files

New data

parent f7eceb08
Branches
No related tags found
No related merge requests found
Pipeline #780 passed
...@@ -17,3 +17,30 @@ Starting python script: ...@@ -17,3 +17,30 @@ Starting python script:
Python script ended Python script ended
Bereits aktuell. Bereits aktuell.
/home/pi/Desktop/MessdatenSilo/scripts/run.bash: Zeile 28: last_commit_name: Kommando nicht gefunden. /home/pi/Desktop/MessdatenSilo/scripts/run.bash: Zeile 28: last_commit_name: Kommando nicht gefunden.
[main f7eceb0] New data
7 files changed, 197 insertions(+), 74 deletions(-)
create mode 100644 bash.log
create mode 100644 data/log.2022-06-22_12.log
rewrite sketches/DmsMessung/DmsMessung.ino (80%)
Locking support detected on remote "origin". Consider enabling it with:
$ git config lfs.https://gitlab.cvh-server.de/Lennard/messdatensilo.git/info/lfs.locksverify true
Uploading LFS objects: 100% (1/1), 118 KB | 0 B/s, done
To https://gitlab.cvh-server.de/Lennard/messdatensilo.git
2da5c60..f7eceb0 main -> main
2022-06-23 00:00:01
Info: DMS arduino: /dev/ttyACM0, Temp arduino: /dev/ttyACM1
Checking connected devices...
Checking installed cores...
Compiling sketches...
Uploading sketches...
Finished
Starting python script:
2022-06-23 23:00:44
2022-06-23 00:00:44, WARNING, [main_logger.main:145] Starting
2022-06-23 00:00:44, WARNING, [main_logger.main:160] Connected to serial ports
2022-06-23 23:58:32, WARNING, [main_logger.main:201] Finished
Python script ended
Bereits aktuell.
/home/pi/Desktop/MessdatenSilo/scripts/run.bash: Zeile 28: last_commit_name: Kommando nicht gefunden.
Source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
...@@ -1025,3 +1025,23 @@ Traceback (most recent call last): ...@@ -1025,3 +1025,23 @@ Traceback (most recent call last):
off = 0 if int(convert(con1.readline())) == 1.0 else 4 off = 0 if int(convert(con1.readline())) == 1.0 else 4
ValueError: invalid literal for int() with base 10: '' ValueError: invalid literal for int() with base 10: ''
2022-06-22 23:58:30, WARNING, [main_logger.main:201] Finished 2022-06-22 23:58:30, WARNING, [main_logger.main:201] Finished
2022-06-23 00:00:44, WARNING, [main_logger.main:145] Starting
2022-06-23 00:00:44, INFO, [main_logger.get_offset:84] Found offsets
2022-06-23 00:00:44, INFO, [main_logger.main:156] Factors: 1.860, 0.000, 0.923, -0.984, Offset: -4.594, 0.000, 2.936, 0.545
2022-06-23 00:00:44, WARNING, [main_logger.main:160] Connected to serial ports
2022-06-23 00:00:47, INFO, [main_logger.main:189] Didnt receive data from arduino
Traceback (most recent call last):
File "main.py", line 172, in main
off = 0 if int(convert(con1.readline())) == 1.0 else 4
ValueError: invalid literal for int() with base 10: ''
2022-06-23 00:00:50, INFO, [main_logger.main:189] Didnt receive data from arduino
Traceback (most recent call last):
File "main.py", line 172, in main
off = 0 if int(convert(con1.readline())) == 1.0 else 4
ValueError: invalid literal for int() with base 10: ''
2022-06-23 00:00:53, INFO, [main_logger.main:189] Didnt receive data from arduino
Traceback (most recent call last):
File "main.py", line 172, in main
off = 0 if int(convert(con1.readline())) == 1.0 else 4
ValueError: invalid literal for int() with base 10: ''
2022-06-23 23:58:32, WARNING, [main_logger.main:201] Finished
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment