|
|
|
@ -1,4 +1,5 @@
|
|
|
|
|
using Rs.MotionPlat.Commom;
|
|
|
|
|
using Rs.Framework;
|
|
|
|
|
using Rs.MotionPlat.Commom;
|
|
|
|
|
using Rs.MotionPlat.Entitys;
|
|
|
|
|
using Rs.MotionPlat.Flow;
|
|
|
|
|
using Rs.MotionPlat.Flow.NgFlow;
|
|
|
|
@ -213,7 +214,11 @@ namespace Rs.MotionPlat
|
|
|
|
|
|
|
|
|
|
private void button24_Click(object sender, EventArgs e)
|
|
|
|
|
{
|
|
|
|
|
TestHeightResult thr = LaserFlow.Instance.HasProduct(ETrayType.Test, 2);
|
|
|
|
|
TestHeightResult thr = LaserFlow.Instance.HasProduct(ETrayType.Test,5);
|
|
|
|
|
if (thr.HasProduct)
|
|
|
|
|
Msg.ShowInfo("有产品");
|
|
|
|
|
else
|
|
|
|
|
Msg.ShowInfo("无产品");
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|