diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2019-10-11 12:05:19 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2019-10-11 12:05:19 +0300 |
| commit | 12ae85673a4f4810c1de0c65dfb3b1b3d4b59692 (patch) | |
| tree | 4bd118ff56d5f26ae8f61e5ec94e56d0d39e2f7c /Software/Embedded_SW/Embedded/Modules/Thread/Thread_Winder.c | |
| parent | bd956ee825d2a4ce5305858558ce6f4a83bb9585 (diff) | |
| download | Tango-12ae85673a4f4810c1de0c65dfb3b1b3d4b59692.tar.gz Tango-12ae85673a4f4810c1de0c65dfb3b1b3d4b59692.zip | |
heater print bug - spike and low temp not handled
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Thread/Thread_Winder.c')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Modules/Thread/Thread_Winder.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_Winder.c b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_Winder.c index 50c1f6c33..ac76e4dd1 100644 --- a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_Winder.c +++ b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_Winder.c @@ -340,8 +340,8 @@ uint32_t Screw100msecDirectionChange(uint32_t deviceID, uint32_t BusyFlag) Report(ScrewStr,__FILE__,__LINE__,CalculationDirectionChangeCounter,RpWarning,ScrewLocationStart, 0); } } - else - Report("winder run error value" ,__FILE__,WinderRun,ScrewLocationRun[0],RpWarning,ScrewLocationRun[1], 0); + //else + // Report("winder run error value" ,__FILE__,WinderRun,ScrewLocationRun[0],RpWarning,ScrewLocationRun[1], 0); //Report(ScrewStr,__FILE__,__LINE__,CalculationDirectionChangeCounter,RpWarning,ScrewLocationStart, 0); //REPORT_MSG(abs(ScrewLocationRun[1] - ScrewLocationRun[0]), "Screw Run NumberOfSteps"); |
