diff --git a/MockCAN.py b/MockCAN.py index 8b899ff..2303b9d 100644 --- a/MockCAN.py +++ b/MockCAN.py @@ -66,7 +66,9 @@ class CANBackend: "PS2": round(10 * np.random.random(), 2), "PS3": round(10 * np.random.random(), 2), "PS4": round(10 * np.random.random(), 2), - "Cond": 1* np.random.random(), + "Conductivity_Feed": 1 * np.random.random(), + "Conductivity_Permeate": 1 * np.random.random(), + "Conductivity_Product": 1 * np.random.random(), "MV02": round(100 * np.random.random(), 2), "MV02_sp": round(100 * np.random.random(), 2), "MV03": round(100 * np.random.random(), 2),