- 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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user