From 7f660840821583fe775ebe1b02c67ce5befcff31 Mon Sep 17 00:00:00 2001 From: jens Date: Mon, 18 Oct 2021 17:58:36 +0200 Subject: [PATCH] - removed debug log --- components/pid/temp_controller_smith.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/components/pid/temp_controller_smith.py b/components/pid/temp_controller_smith.py index e2ad709..fbb670b 100755 --- a/components/pid/temp_controller_smith.py +++ b/components/pid/temp_controller_smith.py @@ -100,9 +100,6 @@ class TempController(APid): self.heatrate_soll = self.heatrate_soll_set * self.pid_hold.get_y() -# print ("Model : T_ist={:2.2f}, dT_ist={:2.2f}".format(theta_ist_model, heatrate_ist_model)) -# print ("Model*z-1: T_ist={:2.2f}, dT_ist={:2.2f}".format(theta_ist_model_delay, dtheta_ist_model_delay)) -# print ("Plant : T_ist={:2.2f}, dT_ist={:2.2f}".format(theta_ist_plant, heatrate_ist_plant)) if 0: theta_err = self.theta_soll_set - (theta_ist_plant - theta_ist_model_delay + theta_ist_model) else: