From a899cdbb2c5f36d9fb5d89744b69387289765cf8 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Mon, 10 Dec 2018 18:29:04 +0200 Subject: Improved Transporter keep alive and disconnection/connection procedures. Added Disconnected machine state. --- .../PPC/Tango.PPC.UI/Images/GlobalStatus/machine-off.png | Bin 0 -> 861 bytes .../Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj | 1 + .../Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutView.xaml | 3 +++ 3 files changed, 4 insertions(+) create mode 100644 Software/Visual_Studio/PPC/Tango.PPC.UI/Images/GlobalStatus/machine-off.png (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Images/GlobalStatus/machine-off.png b/Software/Visual_Studio/PPC/Tango.PPC.UI/Images/GlobalStatus/machine-off.png new file mode 100644 index 000000000..6dc569e35 Binary files /dev/null and b/Software/Visual_Studio/PPC/Tango.PPC.UI/Images/GlobalStatus/machine-off.png differ diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj b/Software/Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj index 0f088e9dd..786eca0c9 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj @@ -393,6 +393,7 @@ Tango.ColorLib.dll PreserveNewest + diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutView.xaml b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutView.xaml index 076cd09e4..98451dacb 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutView.xaml +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutView.xaml @@ -105,6 +105,9 @@