diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-12-21 12:40:15 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-12-21 12:40:15 +0200 |
| commit | 60da85ec2924da6f8681170b94f9286d13538672 (patch) | |
| tree | 81193456ed9bdffa102e48667d1f6a240147462c /Software/Stubs Collection | |
| parent | 3f3d743a3f93c17571b681df94d4d9d1848614fa (diff) | |
| download | Tango-60da85ec2924da6f8681170b94f9286d13538672.tar.gz Tango-60da85ec2924da6f8681170b94f9286d13538672.zip | |
comments removed, brushstop size from job file
Diffstat (limited to 'Software/Stubs Collection')
| -rw-r--r-- | Software/Stubs Collection/stubs/embeddedparametersbuild_w_cleaning.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Software/Stubs Collection/stubs/embeddedparametersbuild_w_cleaning.cs b/Software/Stubs Collection/stubs/embeddedparametersbuild_w_cleaning.cs index 57501cc0f..49ef0ebc7 100644 --- a/Software/Stubs Collection/stubs/embeddedparametersbuild_w_cleaning.cs +++ b/Software/Stubs Collection/stubs/embeddedparametersbuild_w_cleaning.cs @@ -17,11 +17,11 @@ using Tango.PMR.IO; public void OnExecute(StubManager stubManager) { -// parameters version for TESTING 1.5.3.3 +// parameters version for TESTING 1.5.3.5 string description = ""; ConfigurationParameters configurationParameters = new ConfigurationParameters(); -description += "Version 1.5.3.4"; +description += "Version 1.5.3.5"; configurationParameters.BreakSensorLimit = 10; //how many samples to collect in diagnostics before sending @@ -50,11 +50,11 @@ description = description+" T "+configurationParameters.DispenserBuildPressureTi //temperature band 1000 = 100% - thresholds for job start around target temprature - AC configurationParameters.ACHeatersLowerOperationLimit = 995; -configurationParameters.ACHeatersUpperOperationLimit = 1005; +configurationParameters.ACHeatersUpperOperationLimit = 1010; //temperature band 1000 = 100% - thresholds for job start around target temprature - DC configurationParameters.DCHeatersLowerOperationLimit = 978; -configurationParameters.DCHeatersUpperOperationLimit = 1005; +configurationParameters.DCHeatersUpperOperationLimit = 1020; // mid tank reading offset to add to the readout (OBSOLETE!) configurationParameters.MidTankPressureCorrection = 0.0; |
