aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance
diff options
context:
space:
mode:
authorVictoria Plitt <Victoria.Plitt@twine-s.com>2023-10-23 14:00:15 +0300
committerVictoria Plitt <Victoria.Plitt@twine-s.com>2023-10-23 14:00:42 +0300
commit6307309baf64555601ed53527ce9f2fa6fbe09f6 (patch)
tree87e957125b5b2234c08ce0d9f9aeb4c61e2433cf /Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance
parent91851a079afd4b3956753b7e393c63ae631b6df8 (diff)
downloadTango-6307309baf64555601ed53527ce9f2fa6fbe09f6.tar.gz
Tango-6307309baf64555601ed53527ce9f2fa6fbe09f6.zip
Reset dryers bug.
Related Work Items: #9175
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance')
-rw-r--r--Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/ViewModels/MaintenanceViewVM.cs36
-rw-r--r--Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/Views/EurekaMaintenanceView.xaml4
2 files changed, 20 insertions, 20 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
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 @@
<touch:TouchDropShadowBorder Margin="0 0 0 0" Padding="0" MinHeight="216">
<StackPanel Orientation="Vertical">
<StackPanel Orientation="Horizontal" VerticalAlignment="Center" Margin="30 0 30 0" Height="116">
- <TextBlock VerticalAlignment="Center" Text="Reset Specific Board:" FontSize="{StaticResource TangoExpanderHeaderFontSize}" Width="210"></TextBlock>
+ <TextBlock VerticalAlignment="Center" Text="Reset Specific Board:" FontSize="{StaticResource TangoExpanderHeaderFontSize}" Width="240"></TextBlock>
<Border Margin="55 0 0 0" x:Name="emborder" BorderThickness="1 1 1 1" Height="50" CornerRadius="25" BorderBrush="{StaticResource TangoMidAccentBrush}">
<touch:TouchComboBox Margin="20 0 10 0" ItemsSource="{Binding ListBoards}" SelectedItem="{Binding SelecteadBoard,Mode=TwoWay}" Focusable="False" KeyboardNavigation.TabNavigation ="None" Width="260" DisplayMemberPath="">
<touch:TouchComboBox.ItemTemplate>
@@ -152,7 +152,7 @@
</StackPanel>
<StackPanel Orientation="Horizontal" Margin="30 0 30 0" Height="100">
- <TextBlock VerticalAlignment="Center" Text="Machine Heaters:" FontSize="{StaticResource TangoExpanderHeaderFontSize}" Width="210"></TextBlock>
+ <TextBlock VerticalAlignment="Center" Text="Machine Heaters:" FontSize="{StaticResource TangoExpanderHeaderFontSize}" Width="240"></TextBlock>
<touch:TouchToggleSlider IsChecked="{Binding EnableHeaters}" Margin="55 0 0 0" HorizontalAlignment="Right" Width="90">
<touch:TouchToggleSlider.Style>
<Style TargetType="touch:TouchToggleSlider" BasedOn="{StaticResource TangoToggleButtonGrayAccent}">