diff options
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/ViewModels/MaintenanceViewVM.cs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/ViewModels/MaintenanceViewVM.cs | 36 |
1 files changed, 18 insertions, 18 deletions
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 |
