dep_yangw
我叫锄头 11 months ago
parent 1654fcc933
commit 17019b3d55

@ -1635,9 +1635,7 @@ namespace ProductionSystem.Forms
if (entity != null) if (entity != null)
{ {
string productBarCode = GetCode(); string productBarCode = GetCode();
var value = OmronHelper.GetPlcVal(entity.DataType, entity.Address); var value = OmronHelper.GetPlcVal(entity.DataType, entity.Address);
if (value.Item2.ToDouble().ToInt() == 1) if (value.Item2.ToDouble().ToInt() == 1)
{ {

Loading…
Cancel
Save