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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user