From a299149cf7ce3d0fa363fd53840dcf41bf794125 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Wed, 25 Jul 2018 10:39:16 +0300 Subject: Improved log manager referenced assemblies listing. --- Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.xaml.cs | 2 ++ .../StudioApplication/DefaultStudioApplicationManager.cs | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Software/Visual_Studio/MachineStudio') diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.xaml.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.xaml.cs index bdd341592..c0be40ad4 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.xaml.cs +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/App.xaml.cs @@ -50,6 +50,8 @@ namespace Tango.MachineStudio.UI LogManager.Log("Application Started..."); + LogManager.LogReferencedAssemblies(); + base.OnStartup(e); LogManager.Categories.Clear(); diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/StudioApplication/DefaultStudioApplicationManager.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/StudioApplication/DefaultStudioApplicationManager.cs index 4290a9b71..d33b12a17 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/StudioApplication/DefaultStudioApplicationManager.cs +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/StudioApplication/DefaultStudioApplicationManager.cs @@ -56,8 +56,6 @@ namespace Tango.MachineStudio.UI.StudioApplication { TangoIOC.Default.GetAllInstancesByBase().ToList().ForEach(x => x.OnApplicationStarted()); }; - - LogManager.LogReferencedAssemblies(); }); }); } -- cgit v1.3.1 From 064a839e731d7d96922b468330fab5c065609a01 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Wed, 25 Jul 2018 14:03:04 +0300 Subject: Implemented graphs auto range, pause & clear in tech board module. --- Software/DB/Tango.mdf | Bin 75497472 -> 75497472 bytes Software/DB/Tango_log.ldf | Bin 1835008 -> 1835008 bytes .../Editors/MultiGraphElementEditor.xaml | 2 +- .../Editors/SingleGraphElementEditor.xaml | 2 +- .../PropertiesTemplates/MultiGraphTemplate.xaml | 33 +++++++++------- .../PropertiesTemplates/SingleGraphTemplate.xaml | 33 +++++++++------- .../TechItems/MultiGraphItem.cs | 43 +++++++++++++++++++++ .../TechItems/SingleGraphItem.cs | 43 +++++++++++++++++++++ .../Controls/RealTimeGraphControl.xaml | 2 +- .../Controls/RealTimeGraphControl.xaml.cs | 10 +++++ .../Controls/RealTimeGraphMultiControl.xaml | 2 +- .../Controls/RealTimeGraphMultiControl.xaml.cs | 12 ++++++ .../FastGraphs/RealTimeGraphExLineErase.cs | 9 +++++ .../FastGraphs/RealTimeGraphExLineScroll.cs | 9 +++++ .../FastGraphs/RealTimeGraphExMultiLineErase.cs | 9 +++++ .../FastGraphs/RealTimeGraphExMultiLineScroll.cs | 9 +++++ .../RealTimeGraphEx/RealTimeGraphExBase.cs | 16 ++++++++ 17 files changed, 204 insertions(+), 30 deletions(-) (limited to 'Software/Visual_Studio/MachineStudio') diff --git a/Software/DB/Tango.mdf b/Software/DB/Tango.mdf index 07f036ee1..77a4a37e1 100644 Binary files a/Software/DB/Tango.mdf and b/Software/DB/Tango.mdf differ diff --git a/Software/DB/Tango_log.ldf b/Software/DB/Tango_log.ldf index 55ff05c51..e749ff2d3 100644 Binary files a/Software/DB/Tango_log.ldf and b/Software/DB/Tango_log.ldf differ diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/Editors/MultiGraphElementEditor.xaml b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/Editors/MultiGraphElementEditor.xaml index a1197b9d9..4d1cc08e4 100644 --- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/Editors/MultiGraphElementEditor.xaml +++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/Editors/MultiGraphElementEditor.xaml @@ -30,7 +30,7 @@ - +