Skip to content
Snippets Groups Projects
Verified Commit 404c5f8f authored by Thomas Lambert's avatar Thomas Lambert :helicopter:
Browse files

fix(logg): reorder widgets so CSV titles match data

parent 61c8933b
No related branches found
No related tags found
No related merge requests found
...@@ -95,9 +95,9 @@ ...@@ -95,9 +95,9 @@
"log": false, "log": false,
"max": 0, "max": 0,
"min": 0, "min": 0,
"title": "1 - Tension", "title": "Left",
"units": "V", "units": "°",
"value": "%10", "value": "%6",
"widget": "" "widget": ""
}, },
{ {
...@@ -109,11 +109,17 @@ ...@@ -109,11 +109,17 @@
"log": false, "log": false,
"max": 0, "max": 0,
"min": 0, "min": 0,
"title": "1 - Current", "title": "Right",
"units": "A", "units": "°",
"value": "%11", "value": "%7",
"widget": "" "widget": ""
}, }
],
"title": "Module 1 - Wing Angles",
"widget": "multiplot"
},
{
"datasets": [
{ {
"alarm": 0, "alarm": 0,
"fft": false, "fft": false,
...@@ -123,28 +129,28 @@ ...@@ -123,28 +129,28 @@
"log": false, "log": false,
"max": 0, "max": 0,
"min": 0, "min": 0,
"title": "2 - Tension", "title": "Left",
"units": "V", "units": "°",
"value": "%12", "value": "%8",
"widget": "" "widget": ""
}, },
{ {
"alarm": 40, "alarm": 0,
"fft": false, "fft": false,
"fftSamples": 1024, "fftSamples": 1024,
"graph": false, "graph": false,
"led": false, "led": false,
"log": false, "log": false,
"max": 360, "max": 0,
"min": 0, "min": 0,
"title": "2 - Current", "title": "Right",
"units": "A", "units": "°",
"value": "%13", "value": "%9",
"widget": "" "widget": ""
} }
], ],
"title": "Power Supplies", "title": "Module 2 - Wing Angles",
"widget": "" "widget": "multiplot"
}, },
{ {
"datasets": [ "datasets": [
...@@ -157,9 +163,9 @@ ...@@ -157,9 +163,9 @@
"log": false, "log": false,
"max": 0, "max": 0,
"min": 0, "min": 0,
"title": "Left", "title": "1 - Tension",
"units": "°", "units": "V",
"value": "%6", "value": "%10",
"widget": "" "widget": ""
}, },
{ {
...@@ -171,17 +177,11 @@ ...@@ -171,17 +177,11 @@
"log": false, "log": false,
"max": 0, "max": 0,
"min": 0, "min": 0,
"title": "Right", "title": "1 - Current",
"units": "°", "units": "A",
"value": "%7", "value": "%11",
"widget": "" "widget": ""
} },
],
"title": "Module 1 - Wing Angles",
"widget": "multiplot"
},
{
"datasets": [
{ {
"alarm": 0, "alarm": 0,
"fft": false, "fft": false,
...@@ -191,28 +191,28 @@ ...@@ -191,28 +191,28 @@
"log": false, "log": false,
"max": 0, "max": 0,
"min": 0, "min": 0,
"title": "Left", "title": "2 - Tension",
"units": "°", "units": "V",
"value": "%8", "value": "%12",
"widget": "" "widget": ""
}, },
{ {
"alarm": 0, "alarm": 40,
"fft": false, "fft": false,
"fftSamples": 1024, "fftSamples": 1024,
"graph": false, "graph": false,
"led": false, "led": false,
"log": false, "log": false,
"max": 0, "max": 360,
"min": 0, "min": 0,
"title": "Right", "title": "2 - Current",
"units": "°", "units": "A",
"value": "%9", "value": "%13",
"widget": "" "widget": ""
} }
], ],
"title": "Module 2 - Wing Angles", "title": "Power Supplies",
"widget": "multiplot" "widget": ""
} }
], ],
"separator": ",", "separator": ",",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment