From 282f3d1e825700282d4c8c8a39d7641c62e05b12 Mon Sep 17 00:00:00 2001 From: atse Date: Wed, 17 Jul 2024 17:29:34 +0800 Subject: [PATCH] ctrl_panel: Limits fixes * PID Autotune test current should be positive * Maximum absolute voltage should be 4 V not 5 V --- pytec/pytec/gui/view/param_tree.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pytec/pytec/gui/view/param_tree.json b/pytec/pytec/gui/view/param_tree.json index 452778e..9075d4d 100644 --- a/pytec/pytec/gui/view/param_tree.json +++ b/pytec/pytec/gui/view/param_tree.json @@ -141,7 +141,7 @@ "step": 0.1, "limits": [ 0, - 5 + 4 ], "siPrefix": true, "compactHeight": false, @@ -365,7 +365,7 @@ "compactHeight": false, "step": 100, "limits": [ - -2000, + 0, 2000 ], "pid_autotune": [