diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-12-23 12:07:58 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-12-23 12:07:58 +0200 |
| commit | 71ea5fcc1e5bb9f671b6cd5d7507e6689cdd535c (patch) | |
| tree | 0326a5701a49877db5c831fe371c03766c4fde72 /Software/Stubs Collection | |
| parent | 071a25b7bb2c03a6ae29fec70bd415ea89092dc4 (diff) | |
| download | Tango-71ea5fcc1e5bb9f671b6cd5d7507e6689cdd535c.tar.gz Tango-71ea5fcc1e5bb9f671b6cd5d7507e6689cdd535c.zip | |
fix FF reports, add time support for error log (and world time in the system), report regarding dispensers 50% and 25% LS
Diffstat (limited to 'Software/Stubs Collection')
| -rw-r--r-- | Software/Stubs Collection/stubs/embeddedparametersbuild_w_cleaning.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Stubs Collection/stubs/embeddedparametersbuild_w_cleaning.cs b/Software/Stubs Collection/stubs/embeddedparametersbuild_w_cleaning.cs index 49ef0ebc7..851bdceff 100644 --- a/Software/Stubs Collection/stubs/embeddedparametersbuild_w_cleaning.cs +++ b/Software/Stubs Collection/stubs/embeddedparametersbuild_w_cleaning.cs @@ -156,12 +156,12 @@ configurationParameters.GeneralParameters.Add(SublimationBlowTime); /*11*/ double AllowedRangeForHeadBlowerDeviation = new Double(); -AllowedRangeForHeadBlowerDeviation = 7; +AllowedRangeForHeadBlowerDeviation = 0.07; configurationParameters.GeneralParameters.Add(AllowedRangeForHeadBlowerDeviation); /*12*/ double AllowedRangeForWasteBlowerDeviation = new Double(); -AllowedRangeForWasteBlowerDeviation = 20; +AllowedRangeForWasteBlowerDeviation = 0.20; configurationParameters.GeneralParameters.Add(AllowedRangeForWasteBlowerDeviation); /*13*/ |
