From a0ef457995857d6cf58616d74c437e16170e9443 Mon Sep 17 00:00:00 2001 From: bliestlech-tc Date: Fri, 13 Feb 2026 15:41:46 +0100 Subject: [PATCH] Impl HotCoolplate Page, Start Impl. NIOStation Page, Impll ChuckMagazinPage --- uniper_hmi/UniperHMI/MainWindow.xaml | 6 +- uniper_hmi/UniperHMI/MainWindowVM.cs | 50 ++++- .../ViewModels/AlignmentStationPageVM.cs | 34 +-- .../Pages/ViewModels/ChuckMagazinPageVM.cs | 206 ++++++++++-------- .../Pages/ViewModels/HotCoolPlatePageVM.cs | 44 ++-- .../Pages/ViewModels/KukaRobotPageVM.cs | 187 +++++++++++----- .../Pages/ViewModels/NIOStationPageVM.cs | 92 +------- .../Pages/Views/ChuckMagazinPage.xaml | 77 ++++--- .../Pages/Views/HotCoolPlatePage.xaml | 4 +- .../UniperHMI/Pages/Views/KukaRobotPage.xaml | 2 +- .../UniperHMI/Pages/Views/NIOStationPage.xaml | 68 +++--- 11 files changed, 415 insertions(+), 355 deletions(-) diff --git a/uniper_hmi/UniperHMI/MainWindow.xaml b/uniper_hmi/UniperHMI/MainWindow.xaml index e2e4dc8..c86d98c 100644 --- a/uniper_hmi/UniperHMI/MainWindow.xaml +++ b/uniper_hmi/UniperHMI/MainWindow.xaml @@ -67,7 +67,7 @@