]> jspc29.x-matter.uni-frankfurt.de Git - mvdsensorcontrol.git/commitdiff
minor fix
authorMichael Wiebusch <stratomaster@gmx.net>
Thu, 1 Aug 2013 17:50:57 +0000 (19:50 +0200)
committerMichael Wiebusch <stratomaster@gmx.net>
Thu, 1 Aug 2013 17:50:57 +0000 (19:50 +0200)
tools/testgui.js

index 820f7791640614da8d0d3d1f445792fa06c11eec..f4a66df00126fc2f0a4ef67536402a9a9b0284ba 100644 (file)
@@ -18,6 +18,13 @@ function run(time) {
 //   sensorIdHash["hugo"]="hugo";
 //   sensorIdHash["hugo2"]="hugonaut";
 
+  
+  for( var sensorId in previewAreaIdHash){
+//     alert(laufid+" => "+previewAreaIdHash[laufid]);
+    var sensorId_ = encodeURIComponent(sensorId);
+    getdata("testgui.pl?action=showPlot&sensorId=",previewAreaIdHash[sensorId],true);
+  }
+  
   getdata("run.pl","theConsole",false);
   
   for( var sensorId in previewAreaIdHash){