From ac0d158f8fa37a73cacf87bc904f79cd2d323583 Mon Sep 17 00:00:00 2001 From: Shlomo Hecht Date: Tue, 15 Oct 2019 20:22:03 +0300 Subject: fix heaters internal alrm bug. start small motors - set kval value to 3 (dncers, rockers motors --- Software/Embedded_SW/Embedded/Modules/Heaters/Heaters_print.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Embedded_SW/Embedded/Modules') diff --git a/Software/Embedded_SW/Embedded/Modules/Heaters/Heaters_print.c b/Software/Embedded_SW/Embedded/Modules/Heaters/Heaters_print.c index 3a08bc42a..56ea96529 100644 --- a/Software/Embedded_SW/Embedded/Modules/Heaters/Heaters_print.c +++ b/Software/Embedded_SW/Embedded/Modules/Heaters/Heaters_print.c @@ -230,7 +230,7 @@ uint32_t HeatersTestInternalAlarmsCBFunction(uint32_t IfIndex, uint32_t readValu } // no test for spikes yet! - if (readValue >= 40.0) + if (readValue > 4000)//40.0 c { if (InternalAlarmActive[index] == false) { -- cgit v1.3.1