diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2022-11-28 18:54:47 +0200 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2022-11-28 18:54:47 +0200 |
| commit | 718f5dbd2c232606f276a23ecc71d2b3ffc3da50 (patch) | |
| tree | 244f30b2760dbff444624a46bc131a2063967ebd /Software/Visual_Studio/PPC/Tango.PPC.Common | |
| parent | 800969172a32b80ac753889de6f73d7a66acbd50 (diff) | |
| download | Tango-718f5dbd2c232606f276a23ecc71d2b3ffc3da50.tar.gz Tango-718f5dbd2c232606f276a23ecc71d2b3ffc3da50.zip | |
PPC. VFT. Added site option "Min limit dL (Fine Tuning)" under Advanced options - only for Technician Mode
Related Work Items: #7526
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ -322,6 +322,11 @@ namespace Tango.PPC.Common public int FineTuningTrialLengthMeters { get; set; } /// <summary> + /// Gets or sets the fine tuning minimum limit dL to avoid change L. + /// </summary> + public double FineTuningMinLimitdL { get; set; } + + /// <summary> /// Gets the machine service address. /// </summary> /// <returns></returns> @@ -338,6 +343,7 @@ namespace Tango.PPC.Common LubricationLevels = new List<RmlLubricationLevel>(); JobUploadStrategy = JobUploadStrategy.JobDescriptionFile; FineTuningTrialLengthMeters = 200; + FineTuningMinLimitdL = 0.0; EnableGradientGeneration = true; GradientGenerationResolution = 40; MachineScanningTimeoutSeconds = 20; |
