Browse Source

WCS调用LCS代码bug修复

master
志铭 吕 3 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 = new Thread(new ThreadStart(BeginListenAgvData)); //
threadAGVStatusSend.IsBackground = true; threadAGVStatusSend.IsBackground = true;
threadAGVStatusSend.Start(); threadAGVStatusSend.Start();
threadAGVStatusSend.Join();
} }
public static void EndListenPLC() public static void EndListenPLC()
{ {

Loading…
Cancel
Save