PLC调度

master
erzhongxmu 2022-10-22 14:50:18 +08:00
parent 4f51453cfb
commit 57b97ef0a8
1 changed files with 1 additions and 0 deletions

View File

@ -227,6 +227,7 @@ public class WmsPlcController extends BaseController {
comCons = StringUtils.replace(comCons,"{query02}",query02);
String[] coms = comCons.split(";");
for (String com : coms) {
System.out.println("指令:"+com);
try {
Thread.sleep(500);
}catch (Exception e){