wxw
2024-09-28 c74091c0091c32daff05359a2de0f60872e9da71
Admin.NET/WCS.Application/PLC/PLCTaskAction.cs
@@ -153,7 +153,7 @@
                            {
                                //Console.WriteLine($"{modPlc.IP}读取{modDevice.DbNumber}.{modDevice.PlcPos}的值为:{value}");
                                //无流程跳出
                                if (value == 0)
                                if (value == 0 )// && modPlc.Type!= PLCTypeEnum.BoxConveyorLine
                                    continue;
                                var dto = modDevice.Adapt<WcsDeviceDto>();
                                dto.Value = value;