Implement limit switches and the SC and TS commands on fake Galil motors
This commit is contained in:
@@ -112,7 +112,7 @@ class GalilController(object):
|
||||
def doCommand(self, cmd, arg):
|
||||
action = cmd[0:2]
|
||||
#print "Command %s(%s) = %s" % (action, cmd[2:], arg)
|
||||
if action in ["BG", "ST", "TP", "TD", "SH", "MO"]:
|
||||
if action in ["BG", "ST", "TP", "TD", "SH", "MO", "SC", "TS"]:
|
||||
self.doMotorCommand(cmd, arg)
|
||||
if action == "LV":
|
||||
self.doCommandLV(cmd, arg)
|
||||
|
||||
Reference in New Issue
Block a user