This commit is contained in:
psh
2024-01-05 16:10:26 +08:00
parent 89652ee42d
commit 35edc07e4f
4 changed files with 76 additions and 70 deletions

View File

@@ -76,6 +76,7 @@ public class StandardInspectSiteDeviceDriver extends AbstractOpcDeviceDriver imp
int move = 0;
int task = 0;
int action = 0;
int last_action=0;
int last_mode = 0;
int last_error = 0;
int last_move = 0;
@@ -242,6 +243,7 @@ public class StandardInspectSiteDeviceDriver extends AbstractOpcDeviceDriver imp
last_task = task;
last_material_type = material_type;
last_barcode=barcode;
last_action=action;
}