diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2019-10-15 20:22:03 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2019-10-15 20:22:03 +0300 |
| commit | ac0d158f8fa37a73cacf87bc904f79cd2d323583 (patch) | |
| tree | ab3f3c05e33ea7bccf1d2e8cb928a6d15325ecb8 /Software/Embedded_SW/Embedded/Modules | |
| parent | aa1f5080ef2aaacababbabe2a1deac10d5b87c57 (diff) | |
| download | Tango-ac0d158f8fa37a73cacf87bc904f79cd2d323583.tar.gz Tango-ac0d158f8fa37a73cacf87bc904f79cd2d323583.zip | |
fix heaters internal alrm bug. start small motors - set kval value to 3 (dncers, rockers motors
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Modules/Heaters/Heaters_print.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |
