From d74d21c1ef5c908aa98d7d067a94812a97257cfa Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Tue, 21 Apr 2020 00:59:11 +0300 Subject: Several PPC bug fixes. --- .../PPC/Modules/Tango.PPC.Maintenance/Views/MaintenanceView.xaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Software/Visual_Studio/PPC/Modules') diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/Views/MaintenanceView.xaml b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/Views/MaintenanceView.xaml index cf8511ee3..f49bdebe4 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/Views/MaintenanceView.xaml +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/Views/MaintenanceView.xaml @@ -186,8 +186,8 @@ - - + + RESET THREAD LOADING -- cgit v1.3.1 From 1b00bc62f17c4d8e308f99a522937c5cefbeab7a Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Tue, 21 Apr 2020 01:01:51 +0300 Subject: Lead => Lid --- .../Commands/OpenCloseDyeingHeadCommand.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Software/Visual_Studio/PPC/Modules') diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/Commands/OpenCloseDyeingHeadCommand.cs b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/Commands/OpenCloseDyeingHeadCommand.cs index 794274e21..a8251ad4b 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/Commands/OpenCloseDyeingHeadCommand.cs +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/Commands/OpenCloseDyeingHeadCommand.cs @@ -17,12 +17,12 @@ namespace Tango.PPC.Maintenance.Commands 400, 400, MotorState.Closed, - "Opening dyeing head lead...", - "Closing dyeing head lead...", - "Error opening dyeing head lead.", - "Error closing dyeing head lead.", - "The dyeing head lead is now opened.", - "The dyeing head lead is now closed." + "Opening dyeing head lid...", + "Closing dyeing head lid...", + "Error opening dyeing head lid.", + "Error closing dyeing head lid.", + "The dyeing head lid is now opened.", + "The dyeing head lid is now closed." ) { -- cgit v1.3.1