bug fixes
This commit is contained in:
@@ -225,7 +225,7 @@ class start(threading.Thread, deviceBase):
|
||||
if write_cmd:
|
||||
read_val = read_tag(PLC_IP_ADDRESS, "input{}.deleteSuccess", 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 input and point values)."
|
||||
return "Didn't write delete command correctly."
|
||||
|
||||
Reference in New Issue
Block a user