fixed target voltage
authorAndrew Tridgell <tridge@samba.org>
Sun, 10 Oct 2010 21:28:03 +0000 (08:28 +1100)
committerAndrew Tridgell <tridge@samba.org>
Sun, 10 Oct 2010 21:28:03 +0000 (08:28 +1100)
live/graphs.js

index 026b9b087ccd74ad14fef2610f7bdf16dfb70548..2f66f18e3a1f02ac5a37967ad712a806fdd5944a 100644 (file)
@@ -558,22 +558,23 @@ function show_graphs() {
                  "Pac",
                  { includeZero: true });
 
-  heading(3, "DC Voltage for each inverter (V) [UpvSoll]");
+  heading(3, "DC Voltage for each inverter (V) [UpvIst]");
 
   graph_csv_files("DC Voltage", 
                  days_csv_files(),
-                 "Upv-Soll",
+                 "Upv-Ist",
                  { includeZero: false,
                    missingValue: 666 });
 
-  heading(3, "Target DC Voltage for each inverter (V) [UpvIst]");
+  heading(3, "Target DC Voltage for each inverter (V) [UpvSoll]");
 
   graph_csv_files("Target DC Voltage", 
                  days_csv_files(),
-                 "Upv-Ist",
+                 "Upv-Soll",
                  { includeZero: false,
                    missingValue: 666 });
 
+
   heading(3, "Total DC current (A)");
 
   graph_sum_csv_files("Total Current",