张松男 6 months ago
parent
commit
dceb63f5f5
  1. 16
      APPQ5/QMAPP.WinForm/Forms/Operation/OperationForm.cs

16
APPQ5/QMAPP.WinForm/Forms/Operation/OperationForm.cs

@ -772,14 +772,14 @@ namespace QMAPP.WinForm.Forms.Operation
//if(string.IsNullOrEmpty(_cfgAutoProduct))
// _cfgAutoProduct = productCode;
if (_operationServiceParam.machineInfo.WORKCELL_CODE == "LFRAME_WELDING_BC316")
{
lblMould.Text = "LFRAME_M1"; //BC316下体骨架焊接
}
else if (_operationServiceParam.machineInfo.WORKCELL_CODE == "AIRDUCT_WELD_BC316")
{
lblMould.Text = "AD_WELD_M1";//BC316多媒体支架
}
//if (_operationServiceParam.machineInfo.WORKCELL_CODE == "LFRAME_WELDING_BC316")
// {
// lblMould.Text = "LFRAME_M1"; //BC316下体骨架焊接
// }
//else if (_operationServiceParam.machineInfo.WORKCELL_CODE == "AIRDUCT_WELD_BC316")
//{
// lblMould.Text = "AD_WELD_M1";//BC316多媒体支架
//}
//采集点输入
var result = _agent.InvokeServiceFunction<DAResult>(B9IPCService.DAI_Input.ToString()

Loading…
Cancel
Save