diff --git a/.gitignore b/.gitignore index d5292a2..def80cf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *.csmlog ~$* *.lvlps -*.aliases \ No newline at end of file +*.aliases +/_Build diff --git a/CSM-LogViewer.lvproj b/CSM-LogViewer.lvproj index 07ecd29..a6a575a 100644 --- a/CSM-LogViewer.lvproj +++ b/CSM-LogViewer.lvproj @@ -1,5 +1,7 @@  + true + true true @@ -10,21 +12,36 @@ true true false + + true + + + true + + + true + true - + true - + + - + + + + + + @@ -33,6 +50,9 @@ + + + @@ -88,6 +108,8 @@ + + @@ -104,6 +126,49 @@ - + + + true + {C4967E0C-D5F4-4B79-BA20-A0DD0E7F46EC} + {9A34451A-84BB-4A48-97D1-A6586A3B7774} + 8002 + 0 + true + {343A80C9-0D9C-491B-9E22-46867E1477B1} + My Application + true + true + true + ../_Build + relativeToProject + true + {BB1D9352-C731-4DA4-B073-13684136FEE0} + 1 + 1 + Application.exe + ../_Build/Application.exe + relativeToProject + true + App + Support Directory + ../_Build/data + relativeToProject + 2 + {E1F55201-F9DF-4D87-84D7-0E374B15D7A9} + Container + 0 + /My Computer/CSM-LogViewer.vi + TopLevel + VI + 2 + My Application + My Application + Copyright ?2024 + My Application + {7280E174-B94B-46C7-918D-CF337F311EC5} + Application.exe + true + + diff --git a/CSM-LogViewer.vi b/CSM-LogViewer.vi index a7f4254..fc48d0f 100644 Binary files a/CSM-LogViewer.vi and b/CSM-LogViewer.vi differ diff --git a/CSMs/file/CSM - File Loader.vi b/CSMs/file/CSM - File Loader.vi new file mode 100644 index 0000000..5dedfc0 Binary files /dev/null and b/CSMs/file/CSM - File Loader.vi differ diff --git a/CSMs/file/CSM - LogMem.vi b/CSMs/file/CSM - LogMem.vi new file mode 100644 index 0000000..652bd78 Binary files /dev/null and b/CSMs/file/CSM - LogMem.vi differ diff --git a/CSMs/process/CSM - Process Module.vi b/CSMs/process/CSM - Process Module.vi new file mode 100644 index 0000000..aadeaf1 Binary files /dev/null and b/CSMs/process/CSM - Process Module.vi differ diff --git a/CSMs/ui/CSM Intensity Graph Window.vi b/CSMs/ui/CSM Intensity Graph Window.vi new file mode 100644 index 0000000..ee61db9 Binary files /dev/null and b/CSMs/ui/CSM Intensity Graph Window.vi differ diff --git a/CSMs/ui/CSM Log Table Window.vi b/CSMs/ui/CSM Log Table Window.vi new file mode 100644 index 0000000..10b3ac1 Binary files /dev/null and b/CSMs/ui/CSM Log Table Window.vi differ diff --git a/Prototype/CSM-LogViewer(WhileLoop).vi b/Prototype/CSM-LogViewer(WhileLoop).vi index 55645b0..889f30a 100644 Binary files a/Prototype/CSM-LogViewer(WhileLoop).vi and b/Prototype/CSM-LogViewer(WhileLoop).vi differ diff --git a/Typedef/Def - CSMLog Line - Cluster.ctl b/Typedef/Def - CSMLog Line - Cluster.ctl new file mode 100644 index 0000000..e409947 Binary files /dev/null and b/Typedef/Def - CSMLog Line - Cluster.ctl differ diff --git a/Typedef/Def - CSMLog Line - File Info - Cluster.ctl b/Typedef/Def - CSMLog Line - File Info - Cluster.ctl new file mode 100644 index 0000000..57f0694 Binary files /dev/null and b/Typedef/Def - CSMLog Line - File Info - Cluster.ctl differ diff --git a/Typedef/Def - Parsed CSMLog Line - Cluster.ctl b/Typedef/Def - Parsed CSMLog Line - Cluster.ctl new file mode 100644 index 0000000..5ababf4 Binary files /dev/null and b/Typedef/Def - Parsed CSMLog Line - Cluster.ctl differ diff --git a/_Support/Parse CSM Log LIne.vi b/_Support/Parse CSM Log LIne.vi new file mode 100644 index 0000000..e2329a5 Binary files /dev/null and b/_Support/Parse CSM Log LIne.vi differ diff --git a/_TEST/TEST File Loader.vi b/_TEST/TEST File Loader.vi new file mode 100644 index 0000000..f1964c8 Binary files /dev/null and b/_TEST/TEST File Loader.vi differ diff --git a/_TEST/Test Match Pattern.vi b/_TEST/Test Match Pattern.vi new file mode 100644 index 0000000..22f47fb Binary files /dev/null and b/_TEST/Test Match Pattern.vi differ diff --git a/ui/CSM Intensity Graph Window.vi b/ui/CSM Intensity Graph Window.vi deleted file mode 100644 index baed522..0000000 Binary files a/ui/CSM Intensity Graph Window.vi and /dev/null differ