From ca293b80c52a54c73251fbf3cd50741fb5653ae9 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Sun, 15 Apr 2018 19:51:07 +0300 Subject: Lots Of Work ! --- .../Views/HomeView.xaml | 87 ++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Logging/Views/HomeView.xaml (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Logging/Views/HomeView.xaml') diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Logging/Views/HomeView.xaml b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Logging/Views/HomeView.xaml new file mode 100644 index 000000000..b41351064 --- /dev/null +++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Logging/Views/HomeView.xaml @@ -0,0 +1,87 @@ + + + + + + + + + + Machine Studio logs information from multiple source. + + + + • Machine Events are predefined events that occurs only when a set of predefined actions have occurred (e.g 'Job executed', 'Thread Break'). + + + • Application Logs are the standard machine studio logs which can be used to trace issues in code. + + + • Embedded Logs are logs transmitted from the machine's embedded device software. + + + + + + + + + + + -- cgit v1.3.1