更新
This commit is contained in:
@@ -200,7 +200,7 @@ public class NDCSocketConnectionAutoRun extends AbstractAutoRunnable {
|
||||
logServer.deviceExecuteLog("ndc", "","","未找到指令号对应的指令:" + ikey);
|
||||
break;
|
||||
}
|
||||
if (device_code.equals("MDJXS201") || device_code.equals("MDJXS601")) {
|
||||
if (device_code.equals("MDJXS601")) {
|
||||
data = AgvService.sendAgvOneModeInst(phase, index, 0);
|
||||
flag = true;
|
||||
}
|
||||
@@ -300,7 +300,7 @@ public class NDCSocketConnectionAutoRun extends AbstractAutoRunnable {
|
||||
logServer.deviceExecuteLog("ndc", "","","未找到指令号对应的指令:" + ikey);
|
||||
break;
|
||||
}
|
||||
if (device_code.equals("MDJXS201") || device_code.equals("MDJXS601")) {
|
||||
if (device_code.equals("MDJXS601")) {
|
||||
data = AgvService.sendAgvOneModeInst(phase, index, 0);
|
||||
flag = true;
|
||||
}
|
||||
@@ -422,7 +422,7 @@ public class NDCSocketConnectionAutoRun extends AbstractAutoRunnable {
|
||||
logServer.deviceExecuteLog("ndc", "","","未找到指令号对应的指令:" + ikey);
|
||||
break;
|
||||
}
|
||||
if (device_code.equals("MDJXS201") || device_code.equals("MDJXS601")) {
|
||||
if (device_code.equals("MDJXS601")) {
|
||||
data = AgvService.sendAgvOneModeInst(phase, index, 0);
|
||||
flag = true;
|
||||
}
|
||||
@@ -503,7 +503,7 @@ public class NDCSocketConnectionAutoRun extends AbstractAutoRunnable {
|
||||
logServer.deviceExecuteLog("ndc", "","","未找到指令号对应的指令:" + ikey);
|
||||
break;
|
||||
}
|
||||
if (device_code.equals("MDJXS201") || device_code.equals("MDJXS601")) {
|
||||
if (device_code.equals("MDJXS601")) {
|
||||
data = AgvService.sendAgvOneModeInst(phase, index, 0);
|
||||
flag = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user