summaryrefslogtreecommitdiff
path: root/hardware
diff options
context:
space:
mode:
authorBernhard Tittelbach <xro@realraum.at>2011-12-10 18:42:56 +0000
committerBernhard Tittelbach <xro@realraum.at>2011-12-10 18:42:56 +0000
commite8975e6d887898c6955ec55379a8a61c922294c5 (patch)
tree26127dff11b33d4035653901d87597942a7ffa74 /hardware
parentupgrade (diff)
measurements
git-svn-id: https://svn.spreadspace.org/mur.sat@216 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'hardware')
-rwxr-xr-xhardware/energy/solarcells_p_r_graph.py35
1 files changed, 32 insertions, 3 deletions
diff --git a/hardware/energy/solarcells_p_r_graph.py b/hardware/energy/solarcells_p_r_graph.py
index 94a8594..aab38fa 100755
--- a/hardware/energy/solarcells_p_r_graph.py
+++ b/hardware/energy/solarcells_p_r_graph.py
@@ -48,7 +48,7 @@ def getm_parallelAB_rp(panelnum):
subjects = [str(i)+c for i in range(1,7) for c in "ab"]
-#### Measurements ####
+#### Measurements with 250W Baustellenstrahler ####
addm("2a", 120, 0.88, 7.4e-3)
addm("2b",120, 0.8, 6.6e-3)
addm("3a",120, 0.7, 5.8e-3)
@@ -152,8 +152,37 @@ addm("3b", 1800, 6, 3.3e-3)
addm("4a", 1800, 6.25, 3.5e-3)
addm("4b", 1800, 5.7, 3.2e-3)
-#extra sun:
-#addm("3a_es", 1200, 6.7, 5.7e-3)
+#### Measurements with 1200W Halogen Scheinwerfer ####
+addm("es3a", 1200, 6.7, 5.7e-3)
+subjects_es = ["es"+str(i)+c for i in range(1,7) for c in "ab"]
+esi = iter(subjects_es)
+addm(esi.next(), 220, 3.8, 17.9e-3)
+addm(esi.next(), 220, 3.2, 14.2e-3)
+addm(esi.next(), 220, 3.7, 17.6e-3)
+addm(esi.next(), 220, 3.6, 17.2e-3)
+addm(esi.next(), 220, 3, 14.2e-3)
+addm(esi.next(), 220, 3.2, 15.2e-3)
+addm(esi.next(), 220, 3, 14e-3) #4a
+addm(esi.next(), 220, 3.2, 15.2e-3) #4b
+addm(esi.next(), 220, 3.8, 18e-3)
+addm(esi.next(), 220, 3.5, 16.5e-3)
+addm(esi.next(), 220, 2.7, 12.7e-3)
+addm(esi.next(), 220, 3.4, 16.3e-3)
+
+#~ esi = iter(subjects_es)
+#~ addm(esi.next(), 220,
+#~ addm(esi.next(), 220,
+#~ addm(esi.next(), 220,
+#~ addm(esi.next(), 220,
+#~ addm(esi.next(), 220,
+#~ addm(esi.next(), 220,
+#~ addm(esi.next(), 220,
+#~ addm(esi.next(), 220,
+#~ addm(esi.next(), 220,
+#~ addm(esi.next(), 220,
+#~ addm(esi.next(), 220,
+#~ addm(esi.next(), 220,
+
#subjects = ["1a", "1b"]
#subjects.remove("1b")