From 6307309baf64555601ed53527ce9f2fa6fbe09f6 Mon Sep 17 00:00:00 2001 From: Victoria Plitt Date: Mon, 23 Oct 2023 14:00:15 +0300 Subject: Reset dryers bug. Related Work Items: #9175 --- .../ViewModels/MaintenanceViewVM.cs | 36 +++++++++++----------- .../Views/EurekaMaintenanceView.xaml | 4 +-- 2 files changed, 20 insertions(+), 20 deletions(-) (limited to 'Software/Visual_Studio/PPC/Modules') diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/ViewModels/MaintenanceViewVM.cs b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/ViewModels/MaintenanceViewVM.cs index a8af047fc..2279b8bb5 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/ViewModels/MaintenanceViewVM.cs +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/ViewModels/MaintenanceViewVM.cs @@ -34,36 +34,36 @@ namespace Tango.PPC.Maintenance.ViewModels { public enum Boards { - [Description("Main")] - Main = 1, + //[Description("Main")] + //Main = 1, [Description("Heads")] - Heads = 2, + Heads = 1, [Description("Dryer")] - Dryer = 3, + Dryer = 2, [Description("Mid tanks")] - Midtanks = 4, + Midtanks = 3, [Description("Lubricant")] - Lubricant = 5, + Lubricant = 4, [Description("Dispenser 1")] - Dispenser_1 = 6, + Dispenser_1 = 5, [Description("Dispenser 2")] - Dispenser_2 = 7, + Dispenser_2 = 6, [Description("Dispenser 3")] - Dispenser_3 = 8, + Dispenser_3 = 7, [Description("Dispenser 4")] - Dispenser_4 = 9, - [Description("Dispenser 5")] - Dispenser_5 = 10, - [Description("Dispenser 6")] - Dispenser_6 = 11, + Dispenser_4 = 8, + //[Description("Dispenser 5")] + //Dispenser_5 = 9, + //[Description("Dispenser 6")] + //Dispenser_6 = 10, [Description("Winder 1")] - Winder_1 = 12, + Winder_1 = 11, [Description("Winder 2")] - Winder_2 = 13, + Winder_2 = 12, [Description("Winder 3")] - Winder_3 = 14, + Winder_3 = 13, [Description("Winder 4")] - Winder_4 = 15, + Winder_4 = 14, } public class WasteStateModel : ExtendedObject diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/Views/EurekaMaintenanceView.xaml b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/Views/EurekaMaintenanceView.xaml index faef8be1a..0b30d697e 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/Views/EurekaMaintenanceView.xaml +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/Views/EurekaMaintenanceView.xaml @@ -132,7 +132,7 @@ - + @@ -152,7 +152,7 @@ - +