aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Stubs Collection
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Stubs Collection')
-rw-r--r--Software/Stubs Collection/alarm generator/alarm_gen.exebin0 -> 3760128 bytes
-rw-r--r--Software/Stubs Collection/stubs/embeddedparametersbuild_w_cleaning.cs6
2 files changed, 4 insertions, 2 deletions
diff --git a/Software/Stubs Collection/alarm generator/alarm_gen.exe b/Software/Stubs Collection/alarm generator/alarm_gen.exe
new file mode 100644
index 000000000..6044e0ef0
--- /dev/null
+++ b/Software/Stubs Collection/alarm generator/alarm_gen.exe
Binary files differ
diff --git a/Software/Stubs Collection/stubs/embeddedparametersbuild_w_cleaning.cs b/Software/Stubs Collection/stubs/embeddedparametersbuild_w_cleaning.cs
index 2fb4695dd..9a4805843 100644
--- a/Software/Stubs Collection/stubs/embeddedparametersbuild_w_cleaning.cs
+++ b/Software/Stubs Collection/stubs/embeddedparametersbuild_w_cleaning.cs
@@ -149,10 +149,12 @@ AllowedRangeForHeadBlowerDeviation = 7;
configurationParameters.GeneralParameters.Add(AllowedRangeForHeadBlowerDeviation);
double AllowedRangeForWasteBlowerDeviation = new Double();
-AllowedRangeForWasteBlowerDeviation = 10;
+AllowedRangeForWasteBlowerDeviation = 20;
configurationParameters.GeneralParameters.Add(AllowedRangeForWasteBlowerDeviation);
-
+double Voltage_Hysteresis = new Double();
+Voltage_Hysteresis = 4;
+configurationParameters.GeneralParameters.Add(Voltage_Hysteresis);
File.WriteAllBytes("C:/temp/EmbParam.cfg",configurationParameters.ToBytes());