|
@@ -24,21 +24,21 @@ public class AutoPhotoelectricTask {
|
|
|
public void run() {
|
|
|
boolean b = modbusTcpWeigherClient.readPhotoelectricity01();
|
|
|
if (b) {
|
|
|
- photoelectricTask(EMPTY_PALLET_POINT_01, "1号光电");
|
|
|
+ photoelectricTask(EMPTY_PALLET_POINT_03, "3号光电");
|
|
|
}
|
|
|
}
|
|
|
|
|
|
public void run01() {
|
|
|
- boolean b = modbusTcpWeigherClient.readPhotoelectricity01();
|
|
|
+ boolean b = modbusTcpWeigherClient.readPhotoelectricity02();
|
|
|
if (b) {
|
|
|
- photoelectricTask(EMPTY_PALLET_POINT_02, "2号光电");
|
|
|
+ photoelectricTask(EMPTY_PALLET_POINT_01, "1号光电");
|
|
|
}
|
|
|
}
|
|
|
|
|
|
public void run02() {
|
|
|
- boolean b = modbusTcpWeigherClient.readPhotoelectricity01();
|
|
|
+ boolean b = modbusTcpWeigherClient.readPhotoelectricity03();
|
|
|
if (b) {
|
|
|
- photoelectricTask(EMPTY_PALLET_POINT_03, "2号光电");
|
|
|
+ photoelectricTask(EMPTY_PALLET_POINT_02, "2号光电");
|
|
|
}
|
|
|
}
|
|
|
|