diff --git a/Feanor ServerCopy/FeanorClient.exe b/Feanor ServerCopy/FeanorClient.exe
index 450ccfb..1628604 100644
Binary files a/Feanor ServerCopy/FeanorClient.exe and b/Feanor ServerCopy/FeanorClient.exe differ
diff --git a/Feanor ServerCopy/FeanorConfig.exe b/Feanor ServerCopy/FeanorConfig.exe
index c918ee4..c31e8a4 100644
Binary files a/Feanor ServerCopy/FeanorConfig.exe and b/Feanor ServerCopy/FeanorConfig.exe differ
diff --git a/Feanor ServerCopy/FeanorProjects.exe b/Feanor ServerCopy/FeanorProjects.exe
index e619297..9f17e9f 100644
Binary files a/Feanor ServerCopy/FeanorProjects.exe and b/Feanor ServerCopy/FeanorProjects.exe differ
diff --git a/Feanor ServerCopy/HalCheck.exe b/Feanor ServerCopy/HalCheck.exe
index ffce810..ba06894 100644
Binary files a/Feanor ServerCopy/HalCheck.exe and b/Feanor ServerCopy/HalCheck.exe differ
diff --git a/Feanor ServerCopy/HalCheck.exe - Snelkoppeling.lnk b/Feanor ServerCopy/HalCheck.exe - Snelkoppeling.lnk
deleted file mode 100644
index 523e9e1..0000000
Binary files a/Feanor ServerCopy/HalCheck.exe - Snelkoppeling.lnk and /dev/null differ
diff --git a/Feanor ServerCopy/MIDSComm.dll b/Feanor ServerCopy/MIDSComm.dll
index 7760513..956ff5a 100644
Binary files a/Feanor ServerCopy/MIDSComm.dll and b/Feanor ServerCopy/MIDSComm.dll differ
diff --git a/Feanor ServerCopy/Maser.Feanor.Biz.dll b/Feanor ServerCopy/Maser.Feanor.Biz.dll
index 11c14d6..1570908 100644
Binary files a/Feanor ServerCopy/Maser.Feanor.Biz.dll and b/Feanor ServerCopy/Maser.Feanor.Biz.dll differ
diff --git a/Feanor ServerCopy/Maser.Feanor.Biz.dll.config b/Feanor ServerCopy/Maser.Feanor.Biz.dll.config
index 21623a2..d7df01c 100644
--- a/Feanor ServerCopy/Maser.Feanor.Biz.dll.config
+++ b/Feanor ServerCopy/Maser.Feanor.Biz.dll.config
@@ -3,6 +3,6 @@
-
+
diff --git a/Feanor ServerCopy/Maser.Feanor.dll b/Feanor ServerCopy/Maser.Feanor.dll
index 003ad71..5f987f3 100644
Binary files a/Feanor ServerCopy/Maser.Feanor.dll and b/Feanor ServerCopy/Maser.Feanor.dll differ
diff --git a/Feanor ServerCopy/Server.dll b/Feanor ServerCopy/Server.dll
index 8665c81..23e4214 100644
Binary files a/Feanor ServerCopy/Server.dll and b/Feanor ServerCopy/Server.dll differ
diff --git a/Feanor ServerCopy/musl-x64/libHarfBuzzSharp.so b/Feanor ServerCopy/musl-x64/libHarfBuzzSharp.so
new file mode 100644
index 0000000..43ea300
Binary files /dev/null and b/Feanor ServerCopy/musl-x64/libHarfBuzzSharp.so differ
diff --git a/Feanor ServerCopy/musl-x64/libSkiaSharp.so b/Feanor ServerCopy/musl-x64/libSkiaSharp.so
new file mode 100644
index 0000000..cc7328d
Binary files /dev/null and b/Feanor ServerCopy/musl-x64/libSkiaSharp.so differ
diff --git a/FeanorConfig/Manager.cs b/FeanorConfig/Manager.cs
index 84bb320..079f52f 100644
--- a/FeanorConfig/Manager.cs
+++ b/FeanorConfig/Manager.cs
@@ -838,8 +838,7 @@ namespace FeanorConfig
groupBox1.Visible = true;
//SqlConnection connection = new SqlConnection("Data Source=tcp:192.168.0.241\\FEANOR,1434; Initial Catalog = FEANOR; Persist Security Info=True; User " +"ID = sa; Password= ; connection timeout=15");
- SqlConnection connection = new SqlConnection("Data Source=tcp:192.168.0.241,1434; Initial Catalog = FEANOR; Persist Security Info=True; User " +
- "ID = sa; Password=resam; connection timeout=15; TrustServerCertificate=True");
+ SqlConnection connection = new SqlConnection("Data Source=tcp:10.126.21.47\\FEANOR,1434; Initial Catalog=FEANOR; User ID=sa; Password=resam@123resam; timeout=15; Persist Security Info=True; TrustServerCertificate=True");
DateTime st;
try
@@ -861,15 +860,14 @@ namespace FeanorConfig
}
txtbBackupFile.Text = "C:\\FeanorDB_Backup\\CMS2backup (period " + st.ToString("yyyy dd MM") + " to " + DateTime.Now.ToString("yyyy dd MM") + ").bak";
- txtbBackupFileCopy.Text = @"\\silicium\projects\2020\P201339\sub1\4. Software\6. CMS2_Database_Backup\CMS2backup (period " + st.ToString("yyyy dd MM") + " to " + DateTime.Now.ToString("yyyy dd MM") + ").bak";
+ txtbBackupFileCopy.Text = @"Z:\projects\2020\P201339\sub1\4. Software\6. CMS2_Database_Backup\CMS2backup (period " + st.ToString("yyyy dd MM") + " to " + DateTime.Now.ToString("yyyy dd MM") + ").bak";
}
private void btnDatabaseBackup_Click(object sender, EventArgs e)
{
- SqlConnection myConnection = new SqlConnection("Data Source=tcp:192.168.0.241,1434; Initial Catalog = FEANOR; Persist Security Info=True; User " +
- "ID = sa; Password=resam; connection timeout=15; TrustServerCertificate=True");
+ SqlConnection myConnection = new SqlConnection("Data Source=tcp:10.126.21.47\\FEANOR,1434; Initial Catalog=FEANOR; User ID=sa; Password=resam@123resam; timeout=15; Persist Security Info=True; TrustServerCertificate=True");
while (File.Exists(txtbBackupFile.Text) == false)
{
@@ -984,8 +982,7 @@ namespace FeanorConfig
DialogResult dialogResult = MessageBox.Show("Are you sure you want to delete Database results older than 1 year?", "Delete Results", MessageBoxButtons.YesNo);
if (dialogResult == DialogResult.Yes)
{
- SqlConnection myConnection = new SqlConnection("Data Source=tcp:192.168.0.241,1434; Initial Catalog = FEANOR; Persist Security Info=True; User " +
- "ID = sa; Password=resam; connection timeout=15; TrustServerCertificate=True");
+ SqlConnection myConnection = new SqlConnection("Data Source=tcp:10.126.21.47\\FEANOR,1434; Initial Catalog=FEANOR; User ID=sa; Password=resam@123resam; timeout=15; Persist Security Info=True; TrustServerCertificate=True");
try
{
@@ -1019,8 +1016,7 @@ namespace FeanorConfig
DialogResult dialogResult = MessageBox.Show("Are you sure you want to delete Database results older than half a year?", "Delete Results", MessageBoxButtons.YesNo);
if (dialogResult == DialogResult.Yes)
{
- SqlConnection myConnection = new SqlConnection("Data Source=tcp:192.168.0.241,1434; Initial Catalog = FEANOR; Persist Security Info=True; User " +
- "ID = sa; Password=resam; connection timeout=15; TrustServerCertificate=True");
+ SqlConnection myConnection = new SqlConnection("Data Source=tcp:10.126.21.47\\FEANOR,1434; Initial Catalog=FEANOR; User ID=sa; Password=resam@123resam; timeout=15; Persist Security Info=True; TrustServerCertificate=True");
try
{
@@ -1053,8 +1049,7 @@ namespace FeanorConfig
DialogResult dialogResult = MessageBox.Show("Are you sure you want to delete Database results older than 2 years?", "Delete Results", MessageBoxButtons.YesNo);
if (dialogResult == DialogResult.Yes)
{
- SqlConnection myConnection = new SqlConnection("Data Source=tcp:192.168.0.241,1434; Initial Catalog = FEANOR; Persist Security Info=True; User " +
- "ID = sa; Password=resam; connection timeout=15; TrustServerCertificate=True");
+ SqlConnection myConnection = new SqlConnection("Data Source=tcp:10.126.21.47\\FEANOR,1434; Initial Catalog=FEANOR; User ID=sa; Password=resam@123resam; timeout=15; Persist Security Info=True; TrustServerCertificate=True");
try
{
diff --git a/FeanorProjects/FeanorProjects.Designer.cs b/FeanorProjects/FeanorProjects.Designer.cs
index bf23442..32ec72e 100644
--- a/FeanorProjects/FeanorProjects.Designer.cs
+++ b/FeanorProjects/FeanorProjects.Designer.cs
@@ -1631,9 +1631,9 @@
this.BackColor = System.Drawing.Color.DimGray;
this.ClientSize = new System.Drawing.Size(1452, 1013);
this.Controls.Add(this.pnlViewProjects);
- this.Controls.Add(this.pnlExport);
this.Controls.Add(this.pnlNewProject);
this.Controls.Add(this.menu);
+ this.Controls.Add(this.pnlExport);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MainMenuStrip = this.menu;
this.Name = "FeanorProjects";
diff --git a/FeanorProjects/FeanorProjects.cs b/FeanorProjects/FeanorProjects.cs
index 64bf5f9..c9326d9 100644
--- a/FeanorProjects/FeanorProjects.cs
+++ b/FeanorProjects/FeanorProjects.cs
@@ -43,13 +43,28 @@ namespace FeanorProjects
public FeanorProjects()
{
+
+ try
+ {
+
+ using (SqlConnection connection = new SqlConnection("Data Source=tcp:10.126.21.47\\FEANOR,1434; Initial Catalog=FEANOR; User ID=sa; Password=resam@123resam; timeout=15; Persist Security Info=True; TrustServerCertificate=True"))
+ {
+ connection.Open();
+ Console.WriteLine("Succesvolle verbinding!");
+ }
+ }
+ catch (Exception ex)
+ {
+ Console.WriteLine("Fout bij verbinden: " + ex.Message);
+ }
+
InitializeComponent();
try
{
string hostName = Dns.GetHostName(); // retrieve host name
Console.WriteLine(hostName);
- if (hostName != "MASER-02874") // only show NodeStatus button for CMS2 PC
+ if (hostName != "MEEU010LAB00003") // only show NodeStatus button for CMS2 PC
CMS2PC = false;
}
@@ -669,9 +684,9 @@ namespace FeanorProjects
{
Console.WriteLine("Calibration");
- Console.WriteLine(String.Format("\\\\silicium\\inventory\\{0:00000}\\calibration\\{1}.{2} calibration", Int32.Parse(devID), project, sub));
+ Console.WriteLine(String.Format("Z:\\inventory\\{0:00000}\\calibration\\{1}.{2} calibration", Int32.Parse(devID), project, sub));
- if (!Directory.Exists(String.Format("\\\\silicium\\inventory\\{0:00000}\\calibration", Int32.Parse(devID), project, project, sub)))
+ if (!Directory.Exists(String.Format("Z:\\inventory\\{0:00000}\\calibration", Int32.Parse(devID), project, project, sub)))
{
DialogResult dr_path = MessageBox.Show("The inventory project folder is not found.\nAre you sure the project information is correct?", "New project", MessageBoxButtons.YesNoCancel, MessageBoxIcon.Warning);
if (dr_path != DialogResult.Yes)
@@ -683,10 +698,10 @@ namespace FeanorProjects
else // service project
{
Console.WriteLine("Service");
- Console.WriteLine(String.Format("\\\\silicium\\inventory\\{0:00000}\\service", Int32.Parse(devID), project, sub));
+ Console.WriteLine(String.Format("Z:\\inventory\\{0:00000}\\service", Int32.Parse(devID), project, sub));
- if (!Directory.Exists(String.Format("\\\\silicium\\inventory\\{0:00000}\\service", Int32.Parse(devID), project, sub)))
+ if (!Directory.Exists(String.Format("Z:\\inventory\\{0:00000}\\service", Int32.Parse(devID), project, sub)))
{
DialogResult dr_path = MessageBox.Show("The inventory project folder is not found.\nAre you sure the project information is correct?", "New project", MessageBoxButtons.YesNoCancel, MessageBoxIcon.Warning);
if (dr_path != DialogResult.Yes)
@@ -702,10 +717,10 @@ namespace FeanorProjects
Console.WriteLine("Check directory for Project (P)");
// Check if map exists on server, if not is project info ok?
Int32 Year = (Int32)Math.Floor((double)project / 10000) + 2000;
- Console.WriteLine((String.Format("\\\\silicium\\projects\\{0}\\P{1:00000}\\sub{2}", Year, project, sub)));
- if (!Directory.Exists(String.Format("\\\\silicium\\projects\\{0}\\P{1:00000}\\sub{2}",Year, project, sub)))
+ Console.WriteLine((String.Format("Z:\\projects\\{0}\\P{1:00000}\\sub{2}", Year, project, sub)));
+ if (!Directory.Exists(String.Format("Z:\\projects\\{0}\\P{1:00000}\\sub{2}",Year, project, sub)))
{
- DialogResult dr_path = MessageBox.Show("The inventory project folder is not found.\nAre you sure the project information is correct?", "New project", MessageBoxButtons.YesNoCancel, MessageBoxIcon.Warning);
+ DialogResult dr_path = MessageBox.Show("The project folder is not found.\nAre you sure the project information is correct?", "New project", MessageBoxButtons.YesNoCancel, MessageBoxIcon.Warning);
if (dr_path != DialogResult.Yes)
{
return;
@@ -1040,7 +1055,7 @@ namespace FeanorProjects
timerProjectDetails.Start();
try
{
- Chamber chamber = _ChambersContent[lboxChambersDetails.SelectedIndex];
+ Chamber chamber = _ChambersContent[lboxChambersDetails.SelectedIndex];
if (Directory.Exists(chamber.PathToFolderOnServer))
System.Diagnostics.Process.Start(chamber.PathToFolderOnServer);
}
@@ -1065,13 +1080,13 @@ namespace FeanorProjects
{
string devID = SelectedProject.ProjectID.ToString();
devID = devID.Substring(2);
- System.Diagnostics.Process.Start(String.Format("\\\\silicium\\inventory\\{0:00000}\\service", Int32.Parse(devID)));
+ System.Diagnostics.Process.Start(String.Format("Z:\\inventory\\{0:00000}\\service", Int32.Parse(devID)));
}
else
{
string devID = SelectedProject.ProjectID.ToString();
devID = devID.Substring(2);
- System.Diagnostics.Process.Start(String.Format("\\\\silicium\\inventory\\{0:00000}\\calibration", Int32.Parse(devID)));
+ System.Diagnostics.Process.Start(String.Format("Z:\\inventory\\{0:00000}\\calibration", Int32.Parse(devID)));
}
}
@@ -1269,9 +1284,10 @@ namespace FeanorProjects
{
if (_SensorsContent[i].Type == SensorType.Voltage)
{
- SqlConnection connection = new SqlConnection("Data Source=tcp:192.168.0.241,1434; Initial Catalog = FEANOR; Persist Security Info=True; User " +
- "ID = sa; Password=resam; connection timeout=15; TrustServerCertificate=True");
-
+ //SqlConnection connection = new SqlConnection("Data Source=MEEU010LAB00003\\FEANOR; Initial Catalog = FEANOR; Persist Security Info=True; User " +
+ //"ID = sa; Password=resam@123resam; connection timeout=15; TrustServerCertificate=True");
+ SqlConnection connection = new SqlConnection("Data Source=tcp:10.126.21.47\\FEANOR,1434; Initial Catalog=FEANOR; User ID=sa; Password=resam@123resam; timeout=15; Persist Security Info=True; TrustServerCertificate=True");
+
try
{
using (connection)
@@ -1343,15 +1359,15 @@ namespace FeanorProjects
if (project.SubProjectDescription == "Calibration" || project.SubProjectDescription == "calibration")
{
Console.WriteLine("Calibration");
- Console.WriteLine(String.Format("\\\\silicium\\inventory\\{0:00000}\\calibration\\I{1}.{2} calibration", Int32.Parse(devID), project.ProjectID, project.SubProject));
- txtbExportPath.Text = String.Format("\\\\silicium\\inventory\\{0:00000}\\calibration\\I{1}.{2} calibration", Int32.Parse(devID), project.ProjectID, project.SubProject);
+ Console.WriteLine(String.Format("Z:\\inventory\\{0:00000}\\calibration\\I{1}.{2} calibration", Int32.Parse(devID), project.ProjectID, project.SubProject));
+ txtbExportPath.Text = String.Format("Z:\\inventory\\{0:00000}\\calibration\\I{1}.{2} calibration", Int32.Parse(devID), project.ProjectID, project.SubProject);
txtbFilename.Text = String.Format("I{0}.{1} step {2} calibration.csv",project.ProjectID, project.SubProject, project.Step);
}
else if (project.SubProjectDescription == "Service" || project.SubProjectDescription == "service")
{
Console.WriteLine("Service");
- Console.WriteLine(String.Format("\\\\silicium\\inventory\\{0:00000}\\service\\I{1}.{2} service", Int32.Parse(devID), project.ProjectID, project.SubProject));
- txtbExportPath.Text = String.Format("\\\\silicium\\inventory\\{0:00000}\\service\\I{1}.{2} service", Int32.Parse(devID), project.ProjectID, project.SubProject);
+ Console.WriteLine(String.Format("Z:\\inventory\\{0:00000}\\service\\I{1}.{2} service", Int32.Parse(devID), project.ProjectID, project.SubProject));
+ txtbExportPath.Text = String.Format("Z:\\inventory\\{0:00000}\\service\\I{1}.{2} service", Int32.Parse(devID), project.ProjectID, project.SubProject);
txtbFilename.Text = String.Format("I{0}.{1} step {2} service.csv", project.ProjectID, project.SubProject, project.Step);
}
}
@@ -1609,7 +1625,7 @@ namespace FeanorProjects
private void btnExportPath_Click(object sender, EventArgs e)
{
- string folder = String.Format("\\\\silicium\\projects\\{0}", DateTime.Now.Year);
+ string folder = String.Format("Z:\\projects\\{0}", DateTime.Now.Year);
if (Directory.Exists(folder))
FolderBrowserDialog.SelectedPath = folder;
@@ -1789,7 +1805,7 @@ namespace FeanorProjects
try
{
Project project = SelectedProject;
- String target = "https://mids.maser.nl/legacy/index.php?section=projects&subsection=subprojects&action=view&action=view&id=";
+ String target = "https://mids.itiz-me-eu.local/legacy/index.php?section=projects&subsection=subprojects&action=view&action=view&id=";
Int32 MIDStableID = MIDSinterface.SubINVProjectMIDSTableID(Convert.ToInt32(project.ProjectID), Convert.ToInt32(project.SubProject));
target += MIDStableID.ToString();
Console.WriteLine(target);
@@ -1804,7 +1820,7 @@ namespace FeanorProjects
try
{
Project project = SelectedProject;
- String target = "https://mids.maser.nl/legacy/index.php?section=projects&subsection=subprojects&action=view&action=view&id=";
+ String target = "https://mids.itiz-me-eu.local/legacy/index.php?section=projects&subsection=subprojects&action=view&action=view&id=";
Int32 MIDStableID = MIDSinterface.SubProjectMIDSTableID(Convert.ToInt32(project.ProjectID), Convert.ToInt32(project.SubProject));
target += MIDStableID.ToString();
Console.WriteLine(target);
@@ -2086,13 +2102,13 @@ namespace FeanorProjects
String UrlString = "http://" + chamber.Network + ":8080/status";
- // voor niet CMS2 PC's kan de NodeStatus niet direct opgehaald worden (omweg door de Nodestatus html op te slaan op silicium)
+ // voor niet CMS2 PC's kan de NodeStatus niet direct opgehaald worden (omweg door de Nodestatus html op te slaan op Z:)
if (CMS2PC == false)
{
try
{
string fileName = $"Node_{chamber.MIDS}_status.html";
- string filePath = Path.Combine("\\\\silicium\\projects\\2020\\P201339\\sub1\\4. Software\\8. Nodestatus\\", fileName);
+ string filePath = Path.Combine("Z:\\projects\\2020\\P201339\\sub1\\4. Software\\8. Nodestatus\\", fileName);
if (File.Exists(filePath))
{
@@ -2336,12 +2352,11 @@ namespace FeanorProjects
for (int i = 0; i < sensors.Count; i++)
- {
- SqlConnection connection = new SqlConnection("Data Source=tcp:192.168.0.241,1434; Initial Catalog = FEANOR; Persist Security Info=True; User " +
- "ID = sa; Password=resam; connection timeout=15; TrustServerCertificate=True");
+ {
+ SqlConnection connection = new SqlConnection("Data Source=tcp:10.126.21.47\\FEANOR,1434; Initial Catalog=FEANOR; User ID=sa; Password=resam@123resam; timeout=15; Persist Security Info=True; TrustServerCertificate=True");
try
- {
+ {
using (connection)
{
string query = " ";
diff --git a/HalCheck/HalControle.Designer.cs b/HalCheck/HalControle.Designer.cs
index 0901302..5ce198b 100644
--- a/HalCheck/HalControle.Designer.cs
+++ b/HalCheck/HalControle.Designer.cs
@@ -613,7 +613,7 @@ namespace HalCheck
this.tpProjectData.Margin = new System.Windows.Forms.Padding(2);
this.tpProjectData.Name = "tpProjectData";
this.tpProjectData.Padding = new System.Windows.Forms.Padding(2);
- this.tpProjectData.Size = new System.Drawing.Size(1680, 972);
+ this.tpProjectData.Size = new System.Drawing.Size(1680, 1003);
this.tpProjectData.TabIndex = 0;
this.tpProjectData.Text = "Project data check";
this.tpProjectData.UseVisualStyleBackColor = true;
@@ -812,7 +812,7 @@ namespace HalCheck
this.tpGeneralDataCheck.Margin = new System.Windows.Forms.Padding(2);
this.tpGeneralDataCheck.Name = "tpGeneralDataCheck";
this.tpGeneralDataCheck.Padding = new System.Windows.Forms.Padding(2);
- this.tpGeneralDataCheck.Size = new System.Drawing.Size(1680, 972);
+ this.tpGeneralDataCheck.Size = new System.Drawing.Size(1680, 1003);
this.tpGeneralDataCheck.TabIndex = 1;
this.tpGeneralDataCheck.Text = "General data check";
this.tpGeneralDataCheck.UseVisualStyleBackColor = true;
@@ -911,7 +911,7 @@ namespace HalCheck
this.tpDataView.Margin = new System.Windows.Forms.Padding(2);
this.tpDataView.Name = "tpDataView";
this.tpDataView.Padding = new System.Windows.Forms.Padding(2);
- this.tpDataView.Size = new System.Drawing.Size(1680, 972);
+ this.tpDataView.Size = new System.Drawing.Size(1680, 1003);
this.tpDataView.TabIndex = 2;
this.tpDataView.Text = "Data viewer";
this.tpDataView.UseVisualStyleBackColor = true;
@@ -1196,10 +1196,10 @@ namespace HalCheck
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(10, 1058);
this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(727, 13);
+ this.label3.Size = new System.Drawing.Size(694, 13);
this.label3.TabIndex = 33;
- this.label3.Text = "Nieuw aangesloten kamers op CMS2 verwijderen uit txt bestand: \\\\silicium\\projects" +
- "\\2020\\P201339\\sub1\\4. Software\\1. Feanor\\excluded_chambers.txt";
+ this.label3.Text = "Nieuw aangesloten kamers op CMS2 verwijderen uit txt bestand: Z:\\projects\\2020\\P2" +
+ "01339\\sub1\\4. Software\\1. Feanor\\excluded_chambers.txt";
//
// HalControle
//
@@ -1211,6 +1211,7 @@ namespace HalCheck
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "HalControle";
this.Text = "Feanor - HalControle";
+ this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.HalControle_Load);
((System.ComponentModel.ISupportInitialize)(this.dgvProjects)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher1)).EndInit();
diff --git a/HalCheck/HalControle.cs b/HalCheck/HalControle.cs
index bc06cf3..ec2e315 100644
--- a/HalCheck/HalControle.cs
+++ b/HalCheck/HalControle.cs
@@ -51,7 +51,7 @@ namespace HalCheck
private Dictionary