Updates to Piflow, removed html folders

This commit is contained in:
2020-05-29 12:13:07 -05:00
parent eb1f7bc33c
commit eb7da58d75
66 changed files with 401 additions and 3505 deletions

View File

@@ -201,7 +201,7 @@ class start(threading.Thread, deviceBase):
if write_cmd:
read_val = read_tag(PLC_IP_ADDRESS, "input{}.insertSuccess", plc_type="Micro800")
if read_val[0] == 1:
self.read_pond_calibration(pond_number)
self.read_pond_calibration(input_number)
return True
return "Wrote everything successfully, but delete didn't succeed (Check pond and point values)."
return "Didn't write delete command correctly."