aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Thread
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-08-06 21:54:58 +0300
committerShlomo Hecht <shlomo@twine-s.com>2020-08-06 21:54:58 +0300
commit6af95ce0e0e9083a2e2dd2fd114778e68e8f1e16 (patch)
tree1ebd1f57228c235a5511caa060a4fa83264cef99 /Software/Embedded_SW/Embedded/Modules/Thread
parent25e6266ed956efc6afd248322a8ad85ac3eb3c71 (diff)
downloadTango-6af95ce0e0e9083a2e2dd2fd114778e68e8f1e16.tar.gz
Tango-6af95ce0e0e9083a2e2dd2fd114778e68e8f1e16.zip
Version 1.4.6.39 bug fix in motor mov with callback (dancers motors)
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Thread')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c
index ef80d3603..9c29cf14d 100644
--- a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c
+++ b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c
@@ -900,7 +900,7 @@ uint32_t Adjust_Right_TFU_Tension(double tension)
}
uint32_t ThreadPrepare_TensionCallback (int MotorId, double tension)
{
- MotorStop(MotorId,Hard_Hiz);
+ //MotorStop(MotorId,Hard_Hiz);
if (PrepareWaitCount)
{
ReportWithPackageFilter(ThreadFilter,"ThreadPrepare_TensionCallback",__FILE__,__LINE__,MotorId,RpWarning,PrepareWaitCount,0);