aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/TechItems
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-10-18 13:57:15 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-10-18 13:57:15 +0300
commitd1dc68496c5e2d103db149bbbe40546acf58bb85 (patch)
tree047d651a75a0e61566207279bbe2f5044d022d6d /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/TechItems
parenta45a5edec5fbbb6c255a6df421aa7a8ae90a8af0 (diff)
downloadTango-d1dc68496c5e2d103db149bbbe40546acf58bb85.tar.gz
Tango-d1dc68496c5e2d103db149bbbe40546acf58bb85.zip
Implemented directional homing for motors and dispensers.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/TechItems')
-rw-r--r--Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/TechItems/MotorActionType.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/TechItems/MotorActionType.cs b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/TechItems/MotorActionType.cs
index 57dabbbb2..e42c87627 100644
--- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/TechItems/MotorActionType.cs
+++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/TechItems/MotorActionType.cs
@@ -15,7 +15,8 @@ namespace Tango.MachineStudio.Technician.TechItems
ForwardReleased,
BackwardPressed,
BackwardReleased,
- HomingStarted,
+ HomingForwardStarted,
+ HomingBackwardStarted,
HomingStopped,
}
}