- fixed timer units sec vs minutes

git-svn-id: http://moon:8086/svn/projects/HendiControl@122 fda53097-d464-4ada-af97-ba876c37ca34
This commit is contained in:
2019-03-21 20:27:33 +00:00
parent 7ff1578787
commit c92ba449c8
+1 -1
View File
@@ -144,7 +144,7 @@ class Controller():
pid_thresh_track = 0.5
if (theta_ist + 1.0) >= theta_soll:
ovenStateNext = ovenStates.HOLD
self.log("Enter rast of {} min.".format(timer_soll))
self.log("Enter rast of {} min.".format(timer_soll/60))
self.timer_ist = timer_soll
if self.ovenState == ovenStates.HOLD: