From 56521ab3d9d6a3d881b49d3e8a9d0e24e4df5f49 Mon Sep 17 00:00:00 2001 From: Amerik Singh Date: Tue, 3 Dec 2024 19:55:13 +0100 Subject: [PATCH] BF: Controlled system PT2 #1085 --- .../bf/control/PT/howto_bf_control_PT_002_basic_control_PT2.py | 3 +-- .../control/PT/howto_bf_control_PT_102_pid_controller_PT2.py | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/test/howtos/bf/control/PT/howto_bf_control_PT_002_basic_control_PT2.py b/test/howtos/bf/control/PT/howto_bf_control_PT_002_basic_control_PT2.py index 54ed1cd66..458d04531 100644 --- a/test/howtos/bf/control/PT/howto_bf_control_PT_002_basic_control_PT2.py +++ b/test/howtos/bf/control/PT/howto_bf_control_PT_002_basic_control_PT2.py @@ -59,9 +59,8 @@ if i != '': num_dim = int(i) i = input(f'\n\nStep rate (visualization) (press ENTER for {step_rate}): ') if i != '': step_rate = int(i) - setpoint_value =10 - +setpoint_value =10 # 2 Setup the control system diff --git a/test/howtos/bf/control/PT/howto_bf_control_PT_102_pid_controller_PT2.py b/test/howtos/bf/control/PT/howto_bf_control_PT_102_pid_controller_PT2.py index 9216587f3..cfec15cd9 100644 --- a/test/howtos/bf/control/PT/howto_bf_control_PT_102_pid_controller_PT2.py +++ b/test/howtos/bf/control/PT/howto_bf_control_PT_102_pid_controller_PT2.py @@ -60,9 +60,8 @@ if i != '': num_dim = int(i) i = input(f'\n\nStep rate (visualization) (press ENTER for {step_rate}): ') if i != '': step_rate = int(i) - setpoint_value = 10 - +setpoint_value = 10 # 2 Setup the control system