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