From 9816804779f673d122aef78d9ba969ee2e2f98f5 Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Wed, 5 Feb 2020 17:25:34 +0200 Subject: Dropped IsTransparent from PPC jobs. Add full support for IsWhite on PPC and integration. --- .../Visual_Studio/PPC/Modules/Tango.PPC.Jobs/ViewModels/JobViewVM.cs | 2 +- Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/Views/JobView.xaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'Software/Visual_Studio/PPC/Modules') diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/ViewModels/JobViewVM.cs b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/ViewModels/JobViewVM.cs index 1b80eed35..f07c20aa9 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/ViewModels/JobViewVM.cs +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/ViewModels/JobViewVM.cs @@ -671,7 +671,7 @@ namespace Tango.PPC.Jobs.ViewModels { return Job != null && Job.Validate(_db) && - !Job.Segments.SelectMany(x => x.BrushStops).Where(x => !x.IsTransparent).ToList().Exists(x => x.IsOutOfGamut); + !Job.Segments.SelectMany(x => x.BrushStops).Where(x => !x.IsTransparent && !x.IsWhite).ToList().Exists(x => x.IsOutOfGamut); } #endregion diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/Views/JobView.xaml b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/Views/JobView.xaml index 793385b27..c04c13ea1 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/Views/JobView.xaml +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/Views/JobView.xaml @@ -201,7 +201,7 @@ - + @@ -419,7 +419,7 @@ - + -- cgit v1.3.1 From 42f6e5e39ba83531adf8712155ca0015346bd662 Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Wed, 5 Feb 2020 21:27:37 +0200 Subject: Added scrollviewer in system view. --- .../Tango.PPC.Technician/Views/SystemView.xaml | 529 +++++++++++---------- 1 file changed, 265 insertions(+), 264 deletions(-) (limited to 'Software/Visual_Studio/PPC/Modules') diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Technician/Views/SystemView.xaml b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Technician/Views/SystemView.xaml index 910bd2fc9..52abfc239 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Technician/Views/SystemView.xaml +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Technician/Views/SystemView.xaml @@ -30,282 +30,283 @@ System - - - - - - - - - - - - - - - Reset Embedded Device - + + + + + + + + + + + + + + + Reset Embedded Device + Resets the embedded device using the DFU channel. - + + - - - - - - - - Restart Panel PC - + + + + + + + Restart Panel PC + Restarts the panel PC operation system. - + + - - - - - - - Shutdown Panel PC - + + + + + + Shutdown Panel PC + Turns off the panel PC (requires turning on from reset button). - + + - - - - - - - Factory Reset - + + + + + + Factory Reset + Removes all data associated with this machine and installs the latest version. - + + - - - - - - - Exit To Shell - + + + + + + Exit To Shell + Closes the PPC application and opens the windows shell. - + + - - - - - - - - - - - - - - - - - - - - - - - Application Version: - - - - - - - - - - - - - - Firmware Version: - - - - - - - - - - - - - - FPGA 1: - - - - - - - - - - - - - - FPGA 2: - - - - - - - - - - - - - - FPGA 3: - - - - - - - - - - - - - - CPU: - - - - - - + + + + + +
+ + + + + + + + + + + + + + + + Application Version: + + + + + + + + + + + + + + Firmware Version: + + + + + + + + + + + + + + FPGA 1: + + + + + + + + + + + + + + FPGA 2: + + + + + + + + + + + + + + FPGA 3: + + + + + + + + + + + + + + CPU: + + + + + + % - - - - - - - - - RAM: - - - - - - - - - - - - - - Temperature: - - - - - - - - - - - - - - Up Time: - - - - - - - - - - - - - - IP Address: - - - - - - - - - - - - - - Total Dye Time: - - - - - - - - - - - - - - Total Dye Meters: - - - - - - - - - - -
-
-
-
+ + + + + + + + + RAM: + + + + + + + + + + + + + + Temperature: + + + + + + + + + + + + + + Up Time: + + + + + + + + + + + + + + IP Address: + + + + + + + + + + + + + + Total Dye Time: + + + + + + + + + + + + + + Total Dye Meters: + + + + + + + + + + + + + + +
-- cgit v1.3.1 From 6df6d1d289a794ee814ac2ea93c49ed7b9f49cbf Mon Sep 17 00:00:00 2001 From: Victoria Plitt Date: Thu, 6 Feb 2020 09:07:03 +0200 Subject: Remove spool icon Related Work Items: #2415 --- .../PPC/Modules/Tango.PPC.Maintenance/Views/MaintenanceView.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 2f7f91a80..dbe09ca19 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 @@ -153,7 +153,7 @@ - + Temperature Inks -- cgit v1.3.1