From 0460a54eb73a3943a9d363e7cce38b8d9009bc4b Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Thu, 20 Jun 2024 11:46:02 +0300 Subject: Jerrycan change impl. --- .../PPC/Tango.PPC.UI/Views/MachineStatusView.xaml | 86 +++++++++++++++++++++- 1 file changed, 82 insertions(+), 4 deletions(-) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MachineStatusView.xaml') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MachineStatusView.xaml b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MachineStatusView.xaml index 60584bc15..ba4769c91 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MachineStatusView.xaml +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MachineStatusView.xaml @@ -13,6 +13,7 @@ xmlns:global="clr-namespace:Tango.PPC.UI" xmlns:models="clr-namespace:Tango.PPC.UI.Models" xmlns:graphs="clr-namespace:Tango.PPC.UI.Graphs" + xmlns:i="http://schemas.microsoft.com/expression/2010/interactivity" xmlns:local="clr-namespace:Tango.PPC.UI.Views" mc:Ignorable="d" d:DesignHeight="1280" d:DesignWidth="932" d:DataContext="{d:DesignInstance Type=vm:MachineStatusViewVM, IsDesignTimeCreatable=False}" DataContext="{x:Static global:ViewModelLocator.MachineStatusViewVM}"> @@ -132,7 +133,34 @@ - + + + + + + + + + 30 @@ -1070,7 +1098,53 @@ Sensors - + + + + + + + + + + + + + + + + + + + ºC + + + Dryer Zone 1 + + + + + + + + + + + + + + + + + + + ºC + + + Dryer Zone 2 + + + @@ -1091,8 +1165,11 @@ Dryer Zone 3 + + + - + + -- cgit v1.3.1