From 207bb84fac6be8861284388838cb160c6b783f57 Mon Sep 17 00:00:00 2001 From: su530201 <olivier.kaufmann@umons.ac.be> Date: Thu, 19 Oct 2023 17:34:20 +0200 Subject: [PATCH] Updates config --- configs/config_mb_2024_0_2__4_mux_2024_dps5005.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/config_mb_2024_0_2__4_mux_2024_dps5005.py b/configs/config_mb_2024_0_2__4_mux_2024_dps5005.py index 31c2538e..07b11fd5 100644 --- a/configs/config_mb_2024_0_2__4_mux_2024_dps5005.py +++ b/configs/config_mb_2024_0_2__4_mux_2024_dps5005.py @@ -23,7 +23,8 @@ HARDWARE_CONFIG = { 'voltage_max': 50., # Maximum voltage supported by the TX board [V] 'current_max': 4.8/(50*r_shunt), # Maximum voltage read by the current ADC on the TX board [A] 'r_shunt': r_shunt, # Shunt resistance in Ohms - 'interface_name': 'i2c' + 'interface_name': 'i2c', + 'vmn_hardware_offset': 2501. }, 'rx': {'model': 'mb_2024_0_2', 'coef_p2': 1.00, # slope for conversion for ADS, measurement in V/V -- GitLab