Browse Source

WCS调用LCS代码bug修复

master
志铭 吕 2 months ago
parent
commit
531c0d30eb
  1. 1
      WcfControlMonitorLib/CCallService.cs

1
WcfControlMonitorLib/CCallService.cs

@ -1574,6 +1574,7 @@ namespace WcfControlMonitorLib
threadAGVStatusSend = new Thread(new ThreadStart(BeginListenAgvData)); //
threadAGVStatusSend.IsBackground = true;
threadAGVStatusSend.Start();
threadAGVStatusSend.Join();
}
public static void EndListenPLC()
{

Loading…
Cancel
Save