aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2020-08-26 22:18:45 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2020-08-26 22:18:45 +0300
commitda34d5c7e6a85e2cdb78ffe34603b83ac924e7de (patch)
treeae6b5edce1be029ad7323387a5f6c274b28ed64f
parent3998ff74bdbdc0ab827e66f1714dd1ea7d5f0f9a (diff)
downloadTango-da34d5c7e6a85e2cdb78ffe34603b83ac924e7de.tar.gz
Tango-da34d5c7e6a85e2cdb78ffe34603b83ac924e7de.zip
Event types updated to rev24
-rw-r--r--Software/Visual_Studio/Resources/Tango alarm events handling chart_Rev24.xlsxbin0 -> 65722 bytes
-rw-r--r--Software/Visual_Studio/Utilities/Tango.EventsTypesGenerator/Program.cs2
-rw-r--r--Software/Visual_Studio/Utilities/Tango.EventsTypesGenerator/Tango.EventsTypesGenerator.csproj4
3 files changed, 5 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Resources/Tango alarm events handling chart_Rev24.xlsx b/Software/Visual_Studio/Resources/Tango alarm events handling chart_Rev24.xlsx
new file mode 100644
index 000000000..f34135551
--- /dev/null
+++ b/Software/Visual_Studio/Resources/Tango alarm events handling chart_Rev24.xlsx
Binary files differ
diff --git a/Software/Visual_Studio/Utilities/Tango.EventsTypesGenerator/Program.cs b/Software/Visual_Studio/Utilities/Tango.EventsTypesGenerator/Program.cs
index e9b94420c..07f94d9b7 100644
--- a/Software/Visual_Studio/Utilities/Tango.EventsTypesGenerator/Program.cs
+++ b/Software/Visual_Studio/Utilities/Tango.EventsTypesGenerator/Program.cs
@@ -16,7 +16,7 @@ namespace Tango.EventsTypesGenerator
{
class Program
{
- private static string EVENTS_FILE = "Tango alarm events handling chart_Rev23.xlsx";
+ private static string EVENTS_FILE = "Tango alarm events handling chart_Rev24.xlsx";
private class ExcelEventType
{
diff --git a/Software/Visual_Studio/Utilities/Tango.EventsTypesGenerator/Tango.EventsTypesGenerator.csproj b/Software/Visual_Studio/Utilities/Tango.EventsTypesGenerator/Tango.EventsTypesGenerator.csproj
index 4d2837104..d5949ec18 100644
--- a/Software/Visual_Studio/Utilities/Tango.EventsTypesGenerator/Tango.EventsTypesGenerator.csproj
+++ b/Software/Visual_Studio/Utilities/Tango.EventsTypesGenerator/Tango.EventsTypesGenerator.csproj
@@ -80,6 +80,10 @@
<Link>Tango alarm events handling chart_Rev23.xlsx</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
+ <None Include="..\..\Resources\Tango alarm events handling chart_Rev24.xlsx">
+ <Link>Tango alarm events handling chart_Rev24.xlsx</Link>
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </None>
<None Include="App.config" />
<None Include="packages.config" />
<None Include="Events.xlsx">