aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Stubs Collection/stubs
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-07-15 17:02:44 +0300
committerShlomo Hecht <shlomo@twine-s.com>2020-07-15 17:02:44 +0300
commit8a8b3ecce59cad952966d5f79347c5b1a3ce361c (patch)
tree9c9136c90c677fe7eaebbeb5129c2bbf7d22b13c /Software/Stubs Collection/stubs
parentd86a63d6ec2c74b5e0edd49e22a5acd04c6b6f9c (diff)
downloadTango-8a8b3ecce59cad952966d5f79347c5b1a3ce361c.tar.gz
Tango-8a8b3ecce59cad952966d5f79347c5b1a3ce361c.zip
prevent turning off the blower (#3166). fix ink calculation (resolves #3174, #2956, #3140, #2375) feeder start jumps (resolves #3163, #3104)
Diffstat (limited to 'Software/Stubs Collection/stubs')
-rw-r--r--Software/Stubs Collection/stubs/cleaning sequence disable.cs24
1 files changed, 24 insertions, 0 deletions
diff --git a/Software/Stubs Collection/stubs/cleaning sequence disable.cs b/Software/Stubs Collection/stubs/cleaning sequence disable.cs
new file mode 100644
index 000000000..49bf4d968
--- /dev/null
+++ b/Software/Stubs Collection/stubs/cleaning sequence disable.cs
@@ -0,0 +1,24 @@
+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)
+{
+
+//"Set WFCF Value
+ProgressRequest progressRequest = new ProgressRequest();
+progressRequest.Amount = 0xAD7;
+progressRequest.Delay = 0;
+
+var response = stubManager.Run<ProgressResponse>(progressRequest);
+
+
+} \ No newline at end of file