From 718f5dbd2c232606f276a23ecc71d2b3ffc3da50 Mon Sep 17 00:00:00 2001 From: Victoria Plitt Date: Mon, 28 Nov 2022 18:54:47 +0200 Subject: PPC. VFT. Added site option "Min limit dL (Fine Tuning)" under Advanced options - only for Technician Mode Related Work Items: #7526 --- Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs index fce1ce046..c80c91002 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs @@ -321,6 +321,11 @@ namespace Tango.PPC.Common /// public int FineTuningTrialLengthMeters { get; set; } + /// + /// Gets or sets the fine tuning minimum limit dL to avoid change L. + /// + public double FineTuningMinLimitdL { get; set; } + /// /// Gets the machine service address. /// @@ -338,6 +343,7 @@ namespace Tango.PPC.Common LubricationLevels = new List(); JobUploadStrategy = JobUploadStrategy.JobDescriptionFile; FineTuningTrialLengthMeters = 200; + FineTuningMinLimitdL = 0.0; EnableGradientGeneration = true; GradientGenerationResolution = 40; MachineScanningTimeoutSeconds = 20; -- cgit v1.3.1