diff --git a/main.py b/main.py index 626ad4a..dc3160d 100644 --- a/main.py +++ b/main.py @@ -79,7 +79,9 @@ def format_data(data): "Pro": np.round(data.get("PS2", 0.0), 2), "Pdilute": np.round(data.get("PS3", 0.0), 2), "Pretentate": np.round(data.get("PS1", 0.0), 2), - "Conductivity": np.round(data.get("Cond", 0.0), 1), + "Cfeed": np.round(data.get("Conductivity_Feed", 0.0), 1), + "Cperm": np.round(data.get("Conductivity_Permeate", 0.0), 1), + "Cdilute": np.round(data.get("Conductivity_Product", 0.0), 1), "MV02": np.round(data.get("MV02", 0.0), 1), "MV02_sp": np.round(data.get("MV02_sp", 0.0), 1), "MV03": np.round(data.get("MV03", 0.0), 1), diff --git a/templates/control.html b/templates/control.html index 5b5ea39..3d527ff 100644 --- a/templates/control.html +++ b/templates/control.html @@ -320,8 +320,8 @@