Skip to content
Snippets Groups Projects
Commit d0a6f722 authored by kpetersn's avatar kpetersn
Browse files

Temporarily change soft-motor-target-sync behavior to always sync, regardless...

Temporarily change soft-motor-target-sync behavior to always sync, regardless of who initiated the move.  If this behavior is acceptable to Ross and spec, the code will need to be cleaned up to remove the soft-motor-move indicator and the while true loop.

git-svn-id: https://subversion.xray.aps.anl.gov/kmp/transform/trunk@262 f095f811-4e88-6c84-d33e-e382bdb4531c
parent 9f69385e
No related branches found
No related tags found
No related merge requests found
......@@ -176,7 +176,9 @@ class transform:
def syncSoftTargets(self):
print "softMotorInitiatedMove =", self.softMotorInitiatedMove
# Synchronize soft targets if a real motor initated the move
if self.softMotorInitiatedMove == False:
#!if self.softMotorInitiatedMove == False:
# Always sync soft-motor target position (is this bad for spec?)
if True:
#
self.syncInProgress = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment