更新
This commit is contained in:
@@ -835,7 +835,7 @@ public class ItemProtocol {
|
||||
list.add(new ItemDto(item_two_cribTotal, "2#垛总数", "DB1.W1166"));
|
||||
list.add(new ItemDto(item_one_qty, "1#垛当前数", "DB1.W1168"));
|
||||
list.add(new ItemDto(item_two_qty, "2#垛当前数", "DB1.W1170"));
|
||||
list.add(new ItemDto(item_tool_coordinate, "工具坐标", "WB1.D1172"));
|
||||
list.add(new ItemDto(item_tool_coordinate, "工具坐标", "DB1.D1172"));
|
||||
return list;
|
||||
}
|
||||
|
||||
@@ -906,7 +906,7 @@ public class ItemProtocol {
|
||||
list.add(new ItemDto(item_to_two_cribTotal, "2#垛总数", "DB2.W378"));
|
||||
list.add(new ItemDto(item_to_one_qty, "1#垛当前数", "DB2.W380"));
|
||||
list.add(new ItemDto(item_to_two_qty, "2#垛当前数", "DB2.W382"));
|
||||
list.add(new ItemDto(item_to_tool_coordinate, "工具坐标", "DB2. W384"));
|
||||
list.add(new ItemDto(item_to_tool_coordinate, "工具坐标", "DB2.W384"));
|
||||
return list;
|
||||
}
|
||||
|
||||
|
||||
@@ -131,7 +131,7 @@ public class LnshPackagePalletManipulatorDefination implements OpcDeviceDriverDe
|
||||
list.add(new ItemDto(ItemProtocol.item_two_cribTotal, "2#垛总数", "DB1.W1166"));
|
||||
list.add(new ItemDto(ItemProtocol.item_one_qty, "1#垛当前数", "DB1.W1168"));
|
||||
list.add(new ItemDto(ItemProtocol.item_two_qty, "2#垛当前数", "DB1.W1170"));
|
||||
list.add(new ItemDto(ItemProtocol.item_tool_coordinate, "工具坐标", "WB1.D1172"));
|
||||
list.add(new ItemDto(ItemProtocol.item_tool_coordinate, "工具坐标", "DB1.D1172"));
|
||||
return list;
|
||||
}
|
||||
|
||||
|
||||
@@ -130,7 +130,7 @@ public class LnshSplitManipulatorDefination implements OpcDeviceDriverDefination
|
||||
list.add(new ItemDto(ItemProtocol.item_two_cribTotal, "2#垛总数", "DB1.W912"));
|
||||
list.add(new ItemDto(ItemProtocol.item_one_qty, "1#垛当前数", "DB1.W914"));
|
||||
list.add(new ItemDto(ItemProtocol.item_two_qty, "2#垛当前数", "DB1.W916"));
|
||||
list.add(new ItemDto(ItemProtocol.item_tool_coordinate, "工具坐标", "WB1.D918"));
|
||||
list.add(new ItemDto(ItemProtocol.item_tool_coordinate, "工具坐标", "DB1.D918"));
|
||||
return list;
|
||||
}
|
||||
|
||||
|
||||
@@ -910,7 +910,7 @@ public class ItemProtocol {
|
||||
list.add(new ItemDto(item_to_two_cribTotal, "2#垛总数", "DB2.W380"));
|
||||
list.add(new ItemDto(item_to_one_qty, "1#垛当前数", "DB2.W382"));
|
||||
list.add(new ItemDto(item_to_two_qty, "2#垛当前数", "DB2.W384"));
|
||||
list.add(new ItemDto(item_to_tool_coordinate, "工具坐标", "DB2. W386"));
|
||||
list.add(new ItemDto(item_to_tool_coordinate, "工具坐标", "DB2.W386"));
|
||||
return list;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user