Commit 4e115a0a LN

1

1 个父辈 89760d0b
......@@ -27,36 +27,8 @@ namespace OnlineStore.DeviceLibrary
{
ACStoreP = null; ;
MoveP = linePosition;
//WareNumber = wareNo;
//PositionNum = posId;
//this.PlateW = plateW;
//this.PlateH = plateH
this.PosInfo = inoutInfo;
}
//public InOutParam(inoup, LineMoveP linePosition=null)
//{
// ACStoreP = null;
// WareNumber = wareNo;
// PositionNum = posId;
// MoveP = linePosition;
// ACStorePosition p = GetACPosition();
// if (p != null)
// {
// PlateH = p.BagHigh.ToString();
// PlateW = p.BagWidth.ToString();
// }
//}
//public InOutStoreParam(string wareNo, string posId, ACStorePosition movep)
//{
// ACStoreP = movep;
// WareNumber = wareNo;
// PositionNum = posId;
// MoveP = null;
// IsSolderPaste = false;
//}
private ACStorePosition ACStoreP = null;
public ACStorePosition GetACPosition()
......@@ -76,26 +48,8 @@ namespace OnlineStore.DeviceLibrary
return ACStoreP;
}
///// <summary>
///// 物品二维码信息
///// </summary>
//public string WareNumber { get; set; }
///// <summary>
///// 位置坐标名(对应配置表的位置)
///// </summary>
//public string PositionNum { get; set; }
public InOutPosInfo PosInfo { get; set; }
public LineMoveP MoveP { get; set; }
///// <summary>
///// 料盘高度
///// </summary>
//public string PlateH { get; set; }
///// <summary>
///// 料盘宽度
///// </summary>
//public string PlateW { get; set; }
} /// <summary>
/// 夹具编码信息(保存夹具检测到的IO数值,和对应的料仓位置)
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!