Commit 83b9eb25 LN

文字修改

1 个父辈 b82fc895
......@@ -486,7 +486,7 @@ namespace OnlineStore.DeviceLibrary
}
private string http_server = ConfigAppSettings.GetValue(Setting_Init.http_server);
private string api_communication = "service/store/qisda/vmiRfid"; //流水线状态通信接口
private string api_communication = "/service/store/qisda/vmiRfid"; //流水线状态通信接口
private string lastLog = "";
public bool SendVmiRfid(string rfid)
{
......
......@@ -125,7 +125,7 @@ namespace OnlineStore.DeviceLibrary
public string GetRunInfo()
{
return "进料流水线:入库料架 ["+LastInShelfId+"] 出口料架 ["+LastOutShelfId+"]";
return "进料流水线:入口处料架 ["+LastInShelfId+"] 出口处料架 ["+LastOutShelfId+"]";
}
#endregion
}
......
......@@ -508,7 +508,7 @@
this.txtname.Name = "txtname";
this.txtname.Size = new System.Drawing.Size(53, 26);
this.txtname.TabIndex = 5;
this.txtname.Text = "C2";
this.txtname.Text = "A1";
//
// btnNeedEntry
//
......
......@@ -46,12 +46,12 @@ namespace OnlineStore.VMILineClient
this.Close();
return;
}
timer1.Enabled = true;
groupBox5.Text = "AGV调度通信,入料线体 [" + vmiLine.Config.InL_AgvName + "] ,出料线体 [" + vmiLine.Config.OutL_AgvName + "] ";
chbDebug.Checked = vmiLine.IsDebug;
this.ShowInTaskbar = true;
LoadIOList();
txtname.Name = vmiLine.Config.InL_AgvName;
notifyIcon1.Text = ConfigAppSettings.GetValue(Setting_Init.App_Title);
HideForm();
this.Opacity = 1;
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!