aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Stubs Collection
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-10-27 22:54:07 +0200
committerShlomo Hecht <shlomo@twine-s.com>2020-10-27 22:54:07 +0200
commit10fa9ada3ea5299b7320e51adde3b6e460f2b026 (patch)
treef9d8e2ab4dd1a9dc20a50b4abe4aade27b0f4ed3 /Software/Stubs Collection
parent987d5df0966cbaf96a940372a540baaa5897718f (diff)
downloadTango-10fa9ada3ea5299b7320e51adde3b6e460f2b026.tar.gz
Tango-10fa9ada3ea5299b7320e51adde3b6e460f2b026.zip
bug fix: alarm Id from the waste alarm testing function
Diffstat (limited to 'Software/Stubs Collection')
-rw-r--r--Software/Stubs Collection/stubs/embeddedparametersbuild_w_cleaning.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Software/Stubs Collection/stubs/embeddedparametersbuild_w_cleaning.cs b/Software/Stubs Collection/stubs/embeddedparametersbuild_w_cleaning.cs
index 6627a4d60..7319b8f41 100644
--- a/Software/Stubs Collection/stubs/embeddedparametersbuild_w_cleaning.cs
+++ b/Software/Stubs Collection/stubs/embeddedparametersbuild_w_cleaning.cs
@@ -137,11 +137,11 @@ SetAutoFill = 3.0;
configurationParameters.GeneralParameters.Add(SetAutoFill);
double PowerOffDisableCleaning = new Double();
-PowerOffDisableCleaning = 0.0
+PowerOffDisableCleaning = 0.0;
configurationParameters.GeneralParameters.Add(PowerOffDisableCleaning);
double SublimationBlowTime = new Double();
-SublimationBlowTime = 30.0
+SublimationBlowTime = 30.0;
configurationParameters.GeneralParameters.Add(SublimationBlowTime);
double AllowedRangeForHeadBlowerDeviation = new Double();
@@ -149,7 +149,7 @@ AllowedRangeForHeadBlowerDeviation = 7;
configurationParameters.GeneralParameters.Add(AllowedRangeForHeadBlowerDeviation);
double AllowedRangeForWasteBlowerDeviation = new Double();
-AllowedRangeForWasteBlowerDeviation = 20;
+AllowedRangeForWasteBlowerDeviation = 10;
configurationParameters.GeneralParameters.Add(AllowedRangeForWasteBlowerDeviation);