aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/TechItems/ThreadMotionItem.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-02-13 17:28:44 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-02-13 17:28:44 +0200
commit7fd31b19dc4a836230bed3e4c38f5cc94e5d0a37 (patch)
treea18bf1cf076a5fca4a48057e2b4e5320d0a71fde /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/TechItems/ThreadMotionItem.cs
parentd55420499a73f2a3e8e50cf221ff1dd32f8a3d71 (diff)
downloadTango-7fd31b19dc4a836230bed3e4c38f5cc94e5d0a37.tar.gz
Tango-7fd31b19dc4a836230bed3e4c38f5cc94e5d0a37.zip
Implemented Digital In.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/TechItems/ThreadMotionItem.cs')
-rw-r--r--Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/TechItems/ThreadMotionItem.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/TechItems/ThreadMotionItem.cs b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/TechItems/ThreadMotionItem.cs
index 04b71ac8c..79ecf9372 100644
--- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/TechItems/ThreadMotionItem.cs
+++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/TechItems/ThreadMotionItem.cs
@@ -9,6 +9,7 @@ using Tango.SharedUI.Helpers;
namespace Tango.MachineStudio.Technician.TechItems
{
+ [TechItem(9)]
public class ThreadMotionItem : TechItem
{
public event EventHandler<MotorActionType> ActionExecuted;