From fe7108fd24e8dd403b4efb3557d32013ce1f9a06 Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Mon, 16 Jun 2025 07:21:31 +0300 Subject: Production data graph. --- Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs index 55a8be975..d149fc16a 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs @@ -433,11 +433,21 @@ namespace Tango.PPC.Common /// public bool EnableWhiteThreadSkip { get; set; } + /// + /// Gets or sets the production data start time. + /// + public int ProductionDataStartTimeHours { get; set; } + + public int ProductionDataRefreshRateSeconds { get; set; } + + /// /// Initializes a new instance of the class. /// public PPCSettings() { + ProductionDataStartTimeHours = 6; + ProductionDataRefreshRateSeconds = 60; EnableWhiteThreadSkip = false; BuzzerDuration = 30; EnableJerricanChangePopup = true; -- cgit v1.3.1