aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Stubs Collection/stubs/Scripts/Assemblies/WHS/fan1-4.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Stubs Collection/stubs/Scripts/Assemblies/WHS/fan1-4.cs')
-rw-r--r--Software/Stubs Collection/stubs/Scripts/Assemblies/WHS/fan1-4.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Software/Stubs Collection/stubs/Scripts/Assemblies/WHS/fan1-4.cs b/Software/Stubs Collection/stubs/Scripts/Assemblies/WHS/fan1-4.cs
index 6e7617cc0..69f8e4d13 100644
--- a/Software/Stubs Collection/stubs/Scripts/Assemblies/WHS/fan1-4.cs
+++ b/Software/Stubs Collection/stubs/Scripts/Assemblies/WHS/fan1-4.cs
@@ -12,7 +12,7 @@ using Tango.Stubs;
public void OnExecute(StubManager stubManager)
{
- int x=80;
+ int x=0;
// var response1 = stubManager.ShowResponseWindow("Please Enter fan value from 0 to 255:");
// int x = Int32.Parse(response1);
@@ -23,6 +23,7 @@ public void OnExecute(StubManager stubManager)
stubManager.Run<ProgressResponse>("ProgressRequest" ,0xffac4, x); //whs fan3 full
stubManager.Run<ProgressResponse>("ProgressRequest" ,0xffac5, x); //whs fan4 full
+ var response = stubManager.Run<ProgressResponse>("ProgressRequest" ,0x3ea, 6); //whs fan4 full
} \ No newline at end of file