Commit 484350ab LN

1

1 个父辈 57061555
......@@ -403,11 +403,14 @@ namespace TSA_V.LoadCSVLibrary
string[] strarr = GetPositionNum(com.PositionNum);
string[] intarr = com.ComCount.Split(';');
if (strarr.Length != intarr.Length)
{
LogUtil.error($"{com.PN}的数量分组{intarr.Length}和位置分组{strarr.Length},不统一!");
return new List<ComponetInfo>();
}else if (strarr.Length > 1)
{
LogUtil.error($"{com.PN}的数量分组{intarr.Length}和位置分组{strarr.Length}");
}
for (int j = 0; j < strarr.Length; j++)
......
......@@ -70,7 +70,7 @@ namespace TSA_V
}
currIndex = 0;
ShowCom();
//if (!Setting_NInit.App_IsDebug)
if (!Setting_NInit.App_IsDebug)
{
if (TSAVBean.Status <= TSAVStatus.Wait)
{
......
......@@ -35,7 +35,7 @@ namespace TSA_V
if(count<=0)
{
LogUtil.info($"hand start : 未查询到相机");
return;
//return;
}
//脚本所在地址
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!