aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Stubs Collection
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-11-05 18:14:33 +0200
committerShlomo Hecht <shlomo@twine-s.com>2020-11-05 18:14:33 +0200
commitb41e559ca8801bbf6c71f14aadb00215c80686d5 (patch)
treef7672929c28667468a0879940fce9ca4d7495b33 /Software/Stubs Collection
parent284e3bdf59abad404ce55a338308e0b5f4fa3f93 (diff)
downloadTango-b41e559ca8801bbf6c71f14aadb00215c80686d5.tar.gz
Tango-b41e559ca8801bbf6c71f14aadb00215c80686d5.zip
cancel last change
Diffstat (limited to 'Software/Stubs Collection')
-rw-r--r--Software/Stubs Collection/stubs/embeddedparametersbuild_w_cleaning.cs6
1 files changed, 4 insertions, 2 deletions
diff --git a/Software/Stubs Collection/stubs/embeddedparametersbuild_w_cleaning.cs b/Software/Stubs Collection/stubs/embeddedparametersbuild_w_cleaning.cs
index 7319b8f41..f7533ea7e 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());