configurations: harma: modify the cycle time
Modify the cycle time to 3 seconds to prevent excessive polling.
Test:
00:37:58 swampd: PID name: Stepwise_NIC
00:37:58 swampd: inputs: NIC_Temp_1,
00:37:58 swampd: PID name: Stepwise_SCM_INLET
00:37:58 swampd: inputs: SCM_INLET_TEMP_C,
00:37:58 swampd: Build failsafe logger for Zone 0 with initial
failsafe mode: 0
00:37:58 swampd: pushing zone 0
00:37:58 swampd: PID Zone 0 max SetPoint 20 requested by Stepwise_Brick
00:38:01 swampd: Zone 0 fans, entering failsafe mode, output pwm: 85
Change-Id: I0d3f66e801bb24a00c652914d8f07aba542ae3e1
Signed-off-by: Peter Yin <peter.yin@quantatw.com>
diff --git a/configurations/meta/harma_mb.json b/configurations/meta/harma_mb.json
index c5e700e..d7e3c29 100644
--- a/configurations/meta/harma_mb.json
+++ b/configurations/meta/harma_mb.json
@@ -1344,12 +1344,12 @@
},
{
"AccumulateSetPoint": true,
- "CycleIntervalTimeMS": 1000,
+ "CycleIntervalTimeMS": 3000,
"FailSafePercent": 85.0,
"MinThermalOutput": 0.0,
"Name": "Zone 0",
"Type": "Pid.Zone",
- "UpdateThermalsTimeMS": 1000
+ "UpdateThermalsTimeMS": 4000
},
{
"Class": "temp",
diff --git a/configurations/meta/harma_mb_vr_infineon.json b/configurations/meta/harma_mb_vr_infineon.json
index f6137c8..43b2f2f 100644
--- a/configurations/meta/harma_mb_vr_infineon.json
+++ b/configurations/meta/harma_mb_vr_infineon.json
@@ -1342,12 +1342,12 @@
},
{
"AccumulateSetPoint": true,
- "CycleIntervalTimeMS": 1000,
+ "CycleIntervalTimeMS": 3000,
"FailSafePercent": 85.0,
"MinThermalOutput": 0.0,
"Name": "Zone 0",
"Type": "Pid.Zone",
- "UpdateThermalsTimeMS": 1000
+ "UpdateThermalsTimeMS": 4000
},
{
"Class": "temp",