- Controller have separate PID controller for heat and hold

- do actor fusion
- PID : fixed reset()

git-svn-id: http://moon:8086/svn/projects/HendiControl@259 fda53097-d464-4ada-af97-ba876c37ca34
This commit is contained in:
2019-04-23 13:04:29 +00:00
parent f088e9f4fe
commit 3742600b5a
3 changed files with 15 additions and 32 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ def results_plot(self):
grid(True)
ylabel('°C')
subplot(4, 1, 2)
plot(self.time_v, self.power_v, 'b-', linewidth=1)
plot(self.time_v, self.power_heat_v, self.time_v, self.power_hold_v, self.time_v, self.power_v, 'r-', linewidth=1)
title('Power')
grid(True)
ylabel('W')