Commit 7b34e538 张东亮

0816

1 个父辈 82f8c8fa
......@@ -241,7 +241,7 @@ namespace OnlineStore.DeviceLibrary
}
else if (runStatus.Equals(RunStatus.Runing))
{
InLineTimerProcess();
InStoreReelStringLineTimerProcess();
OutLineTimerProcess();
......@@ -308,9 +308,9 @@ namespace OnlineStore.DeviceLibrary
private DateTime il_lastCallAgvTime = DateTime.Now.AddMinutes(-5);
private Stopwatch il_outstopCheckWarch = new Stopwatch();
/// <summary>
/// 入料线体定时处理
/// 出料线体定时处理(入库料串)
/// </summary>
private void InLineTimerProcess()
private void InStoreReelStringLineTimerProcess()
{
TimeSpan span = DateTime.Now - il_lastCallAgvTime;
//出口有料架,需要通知agv取走料架
......@@ -323,7 +323,6 @@ namespace OnlineStore.DeviceLibrary
if (LineManager.checkWatch(il_outstopCheckWarch, 1000))
{
il_lastCallAgvTime = DateTime.Now;
//StopIOMove(IO_Type.InL_OutStopDown, StopDownMS);
LogUtil.info(" 出料线体出口有料架" + LastOutShelfId + ",呼叫agv小车[" + Config.L2_AgvName + "] [NeedLeave] ");
AgvClient.NeedLeave(Config.L2_AgvName, LastOutShelfId);
......
......@@ -419,7 +419,7 @@ namespace OnlineStore.VMILineClient
private void btnTranverse_Click(object sender, EventArgs e)
{
BtnMove(btnTranverse, "横移运转", "横移停止", IO_Type.L2_Run);
BtnMove(btnTranverse, "横移运转", "横移停止", IO_Type.Traverse1_Run);
//Button btn = (Button)sender;
//LogUtil.info(vmiLine.Name + "点击【" + btn.Text + "】 ");
//if (btn.Text.Equals("横移运转"))
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!