VERSION 1.2.1

Fix scada
Removed axes unit measure
Fix axes round number
Fix bug on alarm history
Fix software version date
REMOVED possibility to load tools with tool type != "generic" on "generic" magazine position
This commit is contained in:
Lucio Maranta
2019-07-22 16:53:38 +02:00
parent a256c3633d
commit 56a32c54e7
18 changed files with 106 additions and 123 deletions
+3 -10
View File
@@ -54,16 +54,9 @@ namespace Step.UI
LISTThreadStatus.Items.Add(new ListViewItem(new string[] { "TryNcConnection", "---" }));
//End the update
LISTThreadStatus.EndUpdate();
Version v = Assembly.GetEntryAssembly()?.GetName().Version;
if (v != null)
{
var tmp = v.ToString().Split('.').Take(3).ToArray();
this.Text = "Active Control Window";
TXTVersion.Text = "V" + String.Join(".", tmp) + " (" + SupportFunctions.GetLinkerTime(Assembly.GetEntryAssembly(), null).ToString("d") + ")";
}
// Set software version
TXTVersion.Text = SupportFunctions.GetSoftwareVersionAndBuildDate();
PswForm = new PasswordForm();
ResSpForm = new ResetSpindleForm();
ResCouForm = new ResetCountersForm();