aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Stubs Collection/stubs/SetWindingRotations.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Stubs Collection/stubs/SetWindingRotations.cs')
-rw-r--r--Software/Stubs Collection/stubs/SetWindingRotations.cs27
1 files changed, 0 insertions, 27 deletions
diff --git a/Software/Stubs Collection/stubs/SetWindingRotations.cs b/Software/Stubs Collection/stubs/SetWindingRotations.cs
deleted file mode 100644
index e89bc04e5..000000000
--- a/Software/Stubs Collection/stubs/SetWindingRotations.cs
+++ /dev/null
@@ -1,27 +0,0 @@
-using System;
-using System.Text;
-using System.Linq;
-using System.Drawing;
-using System.Diagnostics;
-using System.Windows.Forms;
-using System.Threading;
-using System.Threading.Tasks;
-using System.Collections.Generic;
-using Tango.PMR.Stubs;
-using Tango.Stubs;
-
-public void OnExecute(StubManager stubManager)
-{
-
-// use this stub to set the number of thread rotation on each screw passage (bigger the number - slower the screw)
-ProgressRequest progressRequest = new ProgressRequest();
-//DO NOT CHANGE THIS LINE!!!!!!!!!!!!!!
-progressRequest.Amount = 0xF1; //DO NOT CHANGE THIS LINE!!!!!!!!!!!!!!
-//DO NOT CHANGE THIS LINE!!!!!!!!!!!!!!
-
-//set the number of rotations *1000
-progressRequest.Delay = 6123;
-
- var response = stubManager.Run<ProgressResponse>(progressRequest);
-
-} \ No newline at end of file