Commit fa0d7b1a 几米阳光

1

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