- added initial for filling Delay line
- added gain parameter for Pot sim - from state change to heat init model temp with plant temp - updated config template
This commit is contained in:
+8
-6
@@ -13,8 +13,9 @@
|
||||
"C": 4190,
|
||||
"M": 25,
|
||||
"L": 0.05,
|
||||
"Td": 80,
|
||||
"kn": 0.2
|
||||
"Td": 15,
|
||||
"kn": 0.2,
|
||||
"gain" : 0.8
|
||||
},
|
||||
"Kalman": {
|
||||
"dt": 1.0,
|
||||
@@ -39,12 +40,13 @@
|
||||
},
|
||||
"Plant": {
|
||||
"dt": 1.0,
|
||||
"theta": 15,
|
||||
"theta": 20,
|
||||
"C": 4190,
|
||||
"M": 20,
|
||||
"M": 25,
|
||||
"L": 0.1,
|
||||
"Td": 60,
|
||||
"kn": 0.2
|
||||
"Td": 15,
|
||||
"kn": 0.2,
|
||||
"gain" : 0.8
|
||||
},
|
||||
"Heater": {
|
||||
"dt": 1.0,
|
||||
|
||||
Reference in New Issue
Block a user