pid: make curves less aggressive
Using python simulation these seem better for now
to be able to demonstrate changes.
Tested-by: sensor override
Change-Id: I458fa129ed41eb37cb1d50e0f118bf2717720956
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/configurations/WFT Baseboard.json b/configurations/WFT Baseboard.json
index 00688f0..95ee228 100644
--- a/configurations/WFT Baseboard.json
+++ b/configurations/WFT Baseboard.json
@@ -856,7 +856,7 @@
"Class": "temp",
"FFGainCoefficient": 0.0,
"FFOffCoefficient": 0.0,
- "ICoefficient": -0.2,
+ "ICoefficient": -0.1,
"ILimitMax": 100,
"ILimitMin": 30,
"Inputs": [
@@ -867,7 +867,7 @@
"OutLimitMax": 100,
"OutLimitMin": 30,
"Outputs": [],
- "PCoefficient": -3.0,
+ "PCoefficient": -0.15,
"PositiveHysteresis": 0.0,
"SetPoint": 45.0,
"SlewNeg": -1,
@@ -881,7 +881,7 @@
"Class": "temp",
"FFGainCoefficient": 0.0,
"FFOffCoefficient": 0.0,
- "ICoefficient": -0.2,
+ "ICoefficient": -0.1,
"ILimitMax": 100,
"ILimitMin": 30,
"Inputs": [
@@ -892,7 +892,7 @@
"OutLimitMax": 100,
"OutLimitMin": 30,
"Outputs": [],
- "PCoefficient": -3.0,
+ "PCoefficient": -0.15,
"PositiveHysteresis": 0.0,
"SetPoint": 45.0,
"SlewNeg": -1,