|
@ -104,6 +104,8 @@ namespace QMAPP.WinForm.Forms.Operation |
|
|
private string _371BiaoPiBarCodeRegex = string.Empty; //表皮码
|
|
|
private string _371BiaoPiBarCodeRegex = string.Empty; //表皮码
|
|
|
private string _316BiaoPiBarCodeRegex = string.Empty; //表皮码
|
|
|
private string _316BiaoPiBarCodeRegex = string.Empty; //表皮码
|
|
|
|
|
|
|
|
|
|
|
|
private string _AutoMachineCode = string.Empty; //自动扫码的配置设备编号
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
#region 窗体构造函数
|
|
|
#region 窗体构造函数
|
|
@ -117,6 +119,7 @@ namespace QMAPP.WinForm.Forms.Operation |
|
|
_showDetailError = System.Configuration.ConfigurationManager.AppSettings["是否显示异常详细信息"]?.ToLower(); |
|
|
_showDetailError = System.Configuration.ConfigurationManager.AppSettings["是否显示异常详细信息"]?.ToLower(); |
|
|
_lowCfgAutoSwitchLoc = GetAppConfigValue("AutomationLocAdd"); //查找所有 需要自动填充的工位
|
|
|
_lowCfgAutoSwitchLoc = GetAppConfigValue("AutomationLocAdd"); //查找所有 需要自动填充的工位
|
|
|
_ipGJBarCodeRegex = GetAppConfigValue("AutomationBarCodeRegex"); //查找所有 需要自动填充的工位
|
|
|
_ipGJBarCodeRegex = GetAppConfigValue("AutomationBarCodeRegex"); //查找所有 需要自动填充的工位
|
|
|
|
|
|
_AutoMachineCode = GetAppConfigValue("MachineCode"); //查找所有 需要自动填充的工位
|
|
|
|
|
|
|
|
|
var str__cfgAutoInputLocs = GetAppConfigValue("AutoInputLocAdd"); //查找所有 需要自动填充的工位
|
|
|
var str__cfgAutoInputLocs = GetAppConfigValue("AutoInputLocAdd"); //查找所有 需要自动填充的工位
|
|
|
if (str__cfgAutoInputLocs.Split(';').Length > 0) |
|
|
if (str__cfgAutoInputLocs.Split(';').Length > 0) |
|
@ -2180,7 +2183,7 @@ namespace QMAPP.WinForm.Forms.Operation |
|
|
else |
|
|
else |
|
|
{ |
|
|
{ |
|
|
|
|
|
|
|
|
if ("DPWELDING_L".Contains(_operationServiceParam.machineInfo.MACHINECODDE)) |
|
|
if (_AutoMachineCode.Contains(_operationServiceParam.machineInfo.MACHINECODDE)) |
|
|
{ |
|
|
{ |
|
|
List<ParameterConfig> list = QMFrameWork.Common.Serialization.JsonConvertHelper.GetDeserialize<List<ParameterConfig>>(message); |
|
|
List<ParameterConfig> list = QMFrameWork.Common.Serialization.JsonConvertHelper.GetDeserialize<List<ParameterConfig>>(message); |
|
|
if (list.Count <= 0) |
|
|
if (list.Count <= 0) |
|
|