- added stirrer

- many other improvements

git-svn-id: http://moon:8086/svn/projects/HendiControl@116 fda53097-d464-4ada-af97-ba876c37ca34
This commit is contained in:
2019-03-21 17:55:37 +00:00
parent 75b920047a
commit 08d8c32106
10 changed files with 213 additions and 71 deletions
+30 -6
View File
@@ -1,13 +1,37 @@
{
"Name" : "Rezept-001",
"Schuettung_kg" : 6,
"Wasser_kg" : 18,
"Schuettung_kg" : 6,
"Wasser_kg" : 18,
"stirrRpmHeat" : 999,
"stirrRpmRast" : 555,
"stirrDutyRast" : 0.2,
"stirrCycleTime" : 120,
"Rasten" :
[
{"time" : 15, "temp" : 50.0, "heatRate" : 1.0, "stirDutyCycle" : 0.5, "waitForUser" : true},
{"time" : 20, "temp" : 60.0, "heatRate" : 0.5, "stirDutyCycle" : 0.5, "waitForUser" : false},
{"time" : 30, "temp" : 70.0, "heatRate" : 0.5, "stirDutyCycle" : 0.5, "waitForUser" : false},
{"time" : 5, "temp" : 80.0, "heatRate" : 0.5, "stirDutyCycle" : 0.5, "waitForUser" : true}
{
"time" : 15,
"temp" : 50.0,
"heatRate" : 0.25,
"waitForUser" : true
},
{
"time" : 20,
"temp" : 60.0,
"heatRate" : 0.50,
"waitForUser" : false
},
{
"time" : 30,
"temp" : 70.0,
"heatRate" : 0.75,
"waitForUser" : false
},
{
"time" : 5,
"temp" : 80.0,
"heatRate" : 1.00,
"waitForUser" : true
}
]
}