From aef1d1cdfa6a2e32ae1dfd64efef029d455f0afc Mon Sep 17 00:00:00 2001 From: Etienne Chassaing <60154720+cetiennec@users.noreply.github.com> Date: Mon, 4 Aug 2025 16:34:50 +0200 Subject: [PATCH] Mock can update --- MockCAN.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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),