Commit fa0d7b1a 几米阳光

1

1 个父辈 2b043a5d
......@@ -174,7 +174,7 @@ namespace OnlineStore.AutoInOutStore
{
try
{
if (this.Visible.Equals(false))
if (this.Visible.Equals(false)&& this.notifyIcon1.Visible)
{
return;
}
......
......@@ -719,6 +719,7 @@ namespace OnlineStore.DeviceLibrary
autoNext = false;
IoCheckTimer.Enabled = false;
serverConnectTimer.Enabled = false;
StoreMove.EndMove();
StopMove(true);
storeRunStatus = StoreRunStatus.Wait;
......@@ -1236,12 +1237,11 @@ namespace OnlineStore.DeviceLibrary
LogUtil.info(LOGGER, StoreName + "StopMove");
KND.IOMove(IO_Type.Door_Down, IO_VALUE.LOW);
KND.IOMove(IO_Type.Door_Up, IO_VALUE.LOW);
//if (UseBatchInout)
{
AutomaticBaiting.StopMove();
}
//HDevelopExport.CloseAllCamera();
isInPro = false;
MeteringSignal.StopCheck();
isInPro = false;
}
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!