Commit Graph

34 Commits

Author SHA1 Message Date
Patrick McDonagh
9cfbda3c18 Stores and retrieves measurement data in a more efficient way 2017-04-12 16:08:45 -05:00
Patrick McDonagh
80784376e0 Bound fillage calculations to 0-100% 2017-04-06 12:08:53 -05:00
Patrick McDonagh
f63826b9b5 Fixes Analog IO class 2017-03-13 15:28:17 -05:00
Patrick McDonagh
512c275c84 Moving website files to separate repo 2017-03-09 18:09:26 -06:00
Patrick McDonagh
a65cf33e9b Fix for values stored as integers 2017-03-08 16:50:58 -06:00
Patrick McDonagh
aab7537972 Adds ability to change mode from website 2017-03-08 10:01:03 -06:00
Patrick McDonagh
a0025610f4 Adds ability to send set points from website to poc thru db 2017-03-07 17:45:51 -06:00
Patrick McDonagh
56af1e1916 Re-worked command endpoint to be update endpoint
all values must first go through the database to be sent to the POC
2017-03-07 14:28:37 -06:00
Patrick McDonagh
361d3dc93a moves all collections to class variables 2017-03-03 18:08:23 -06:00
Patrick McDonagh
bb1323e146 Adds indexes for query optimization 2017-03-03 17:56:32 -06:00
Patrick McDonagh
5ddc28ad92 Fixes duplicate function name for PUT and POST on /json/users 2017-03-02 13:47:10 -06:00
Patrick McDonagh
082c13666b Update & Delete users, adds username to control requests 2017-03-02 10:41:48 -06:00
Patrick McDonagh
5e4a06ddf1 Configuration is now login-protected 2017-03-01 22:06:09 -06:00
Patrick McDonagh
c6489d9b85 adds run status to dashboard when on mobile 2017-03-01 18:07:58 -06:00
Patrick McDonagh
a90e776cdb Start, stop, and update config from main webserver 2017-03-01 17:20:36 -06:00
Patrick McDonagh
5ae934ce86 Added ability to configure/ command the well via a lightweight HTTP server in the java program
Also adds another csv file for testing
2017-03-01 12:16:21 -06:00
Patrick McDonagh
0c42974921 Lightweight web server for web commands, start of web config post 2017-02-28 21:49:52 -06:00
Patrick McDonagh
1124d3b10e Adds ability to view configuration 2017-02-27 16:27:05 -06:00
Patrick McDonagh
ab2bec692d prettifies run status, fixed constantly writing running to status 2017-02-23 17:36:03 -06:00
Patrick McDonagh
bc38ab3404 Adds run status to dashboard. Fixes type in run status db script 2017-02-23 14:58:09 -06:00
Patrick McDonagh
b943c99301 adds well tests and fluid shots 2017-02-23 13:04:43 -06:00
Patrick McDonagh
bd23cd2ea4 Working on single tag date ranges 2017-02-22 16:48:09 -06:00
Patrick McDonagh
e2d5771a0c Creates framework for data retrieval website 2017-02-10 18:06:15 -06:00
Patrick McDonagh
a8c3a9d90b Accurately computes friction in well and checks for stored values on updateTaper 2017-02-10 14:58:16 -06:00
Patrick McDonagh
419f42cf17 control the well from a text-based cli 2017-02-08 17:15:04 -06:00
Patrick McDonagh
a65597d3e1 Production Calculation uses K-Factor 2017-02-07 19:13:48 -06:00
Patrick McDonagh
1771df0730 WellTest class no longer depends on Well class
This will allow it to be run from another thread if necessary
2017-02-07 19:09:32 -06:00
Patrick McDonagh
2a13a25f06 Stores well test and gets latest kFactor 2017-02-07 19:02:10 -06:00
Patrick McDonagh
1699b82067 converted from Maven to Gradle 2017-02-06 18:48:49 -06:00
Patrick McDonagh
02b28ca1e6 Well measurements now can be stored in database
also added some more sample data
2017-02-06 18:06:35 -06:00
Patrick McDonagh
73d376038c Daily Totals storing, with max min average total 2017-02-03 16:41:42 -06:00
Patrick McDonagh
2730d2ee0f Database and IO Simulation working 2017-02-02 18:01:18 -06:00
Patrick McDonagh
3093ddcdd9 POC class is working and threadable 2017-02-01 18:42:55 -06:00
Patrick McDonagh
a7073aae9c AnalogIn, DigitalIn, DigitalOut, Simulation, and Card classes all working correctly so far 2017-02-01 14:24:35 -06:00