更新
This commit is contained in:
@@ -1454,14 +1454,14 @@ public class AgvServiceImpl implements AgvService {
|
||||
&& standardInspectSiteSmartDeviceDriver.getAction() == 3
|
||||
&& standardInspectSiteSmartDeviceDriver.getIo_action() == 3) {
|
||||
|
||||
standardInspectSiteSmartDeviceDriver.writing(2);
|
||||
standardInspectSiteSmartDeviceDriver.writing(3);
|
||||
flag = true;
|
||||
}
|
||||
} else if (standardInspectSiteSmartDeviceDriver.getMode() != 0
|
||||
// && standardInspectSiteSmartDeviceDriver.getMove() == 0
|
||||
) {
|
||||
|
||||
standardInspectSiteSmartDeviceDriver.writing(2);
|
||||
standardInspectSiteSmartDeviceDriver.writing(3);
|
||||
flag = true;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -371,11 +371,11 @@ public class StandardInspectSiteSmartDeviceDriver extends AbstractOpcDeviceDrive
|
||||
switch (flag) {
|
||||
//取货完成
|
||||
case 1:
|
||||
writing(2);
|
||||
// writing(2);
|
||||
return;
|
||||
//放货完成
|
||||
case 2:
|
||||
writing(3);
|
||||
// writing(3);
|
||||
return;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user