From 1538b01df7b16dc1223c1459620dac4b22c916a4 Mon Sep 17 00:00:00 2001 From: Jeremy Tan Date: Sat, 19 Oct 2013 22:50:26 +0800 Subject: [PATCH] Somewhat done control page Todo: Add in values for sensors One problem is that we don't distinguish between the whole 'strain' vs 'explode' experiment, and you can pretty much set the pressure to whatever you like. That should probably be changed?? Blegh javascript. --- testing/MCTXWeb/public_html/control.html | 43 ++++- .../public_html/static/mctx.control.js | 181 ++++++++++++++---- .../MCTXWeb/public_html/static/mctx.graph.js | 2 +- .../MCTXWeb/public_html/static/mctx.gui.js | 5 +- 4 files changed, 184 insertions(+), 47 deletions(-) diff --git a/testing/MCTXWeb/public_html/control.html b/testing/MCTXWeb/public_html/control.html index fdd2649..60817cf 100644 --- a/testing/MCTXWeb/public_html/control.html +++ b/testing/MCTXWeb/public_html/control.html @@ -16,7 +16,38 @@