PLC数据采集

This commit is contained in:
quowingwang 2026-01-26 19:44:55 +08:00
parent 794221fbc6
commit c3b3a68e99

View File

@ -2124,7 +2124,7 @@ namespace RIZO.Admin.WebApi.PLC.Service
try
{
WritePlcValue(plc, _mesIntReturnMap["设备使能"], "1");
WritePlcValue(plc, _mesIntReturnMap["工位开始查询结果"], "1");
//WritePlcValue(plc, _mesIntReturnMap["工位开始查询结果"], "1");
WritePlcValue(plc, _mesIntReturnMap["保存结果"], saveResult);
if (prodData.ProductModel != null && prodData.ProductModel.Length > 0)
{