#20250307: 修复因NXS 自检报告变动,导致生成客户所需格式的问题
This commit is contained in:
@@ -1733,7 +1733,7 @@ namespace NSAnalysis
|
||||
sb.Append(",");
|
||||
sb.Append(DateTime.Now.ToString("yyyy/MM/dd HH:mm:ss"));
|
||||
sb.AppendLine();
|
||||
for (int i = 0; i < listCSVTitleInfo.Count; i++)
|
||||
for (int i = 2; i < listCSVTitleInfo.Count-1; i++)
|
||||
{
|
||||
if (listCSVTitleInfo[i].Contains("prodnum"))
|
||||
{
|
||||
|
||||
+1
-1
@@ -95,7 +95,7 @@ namespace NSAnalysis
|
||||
if (gAuthorizationMode == 1)
|
||||
{
|
||||
MyBase.TraceWriteLine("Log in using the CLMS authorization.");
|
||||
Application.Run(new CenterControl());
|
||||
|
||||
#region 检测CLMS
|
||||
|
||||
/////1登陆验证
|
||||
|
||||
@@ -1,16 +1,21 @@
|
||||
2025-03-05 14:52:27.565----软件Program Main函数开始执行--
|
||||
2025-03-05 14:52:27.579--加载配置文件——>开始
|
||||
2025-03-05 14:52:27.648--加载配置文件——>完成
|
||||
2025-03-05 14:52:27.652--Log in using the CLMS authorization.
|
||||
2025-03-05 14:52:32.057-- 进入显示车身模式!显示车身界面。
|
||||
2025-03-05 14:52:33.377--启动PLC写线程!
|
||||
2025-03-05 14:52:33.384-- 进入解析CSV文件模式,开始解析扫码CSV文件!
|
||||
2025-03-05 14:52:33.387--软件首次启动, Nextsense EH3 CSV读取路径存在;不清空,读取NextSense生成 CSV报告路径下的所有文件,路径为:D:\cherytestEH3
|
||||
2025-03-05 14:52:33.410--软件首次启动, Nextsense EHY CSV读取路径存在;不清空,读取NextSense生成 CSV报告路径下的所有文件,路径为:D:\cherytestEHY
|
||||
2025-03-05 14:52:33.414--连接PLC....
|
||||
2025-03-05 14:52:34.918--Right EH3 UI Refresh tmrRefreshData (strVIN.Length==21):CarType:EHY ;VIN: LNNBBDEC8RDA23997
|
||||
2025-03-05 14:52:34.934--Right EHY UI Refresh tmrRefreshData (strVIN.Length==21):CarType:EHY ;VIN: LNNBBDEC8RDA23997
|
||||
2025-03-05 14:52:35.624--PLC S7连接失败。
|
||||
2025-03-05 14:52:35.638--显示右侧EHY车身数据界面。
|
||||
2025-03-05 14:52:35.645--连接PLC失败
|
||||
2025-03-05 15:01:34.102---------------海克斯康面隙分析软件程序关闭---------------------
|
||||
2025-03-07 11:51:04.897----软件Program Main函数开始执行--
|
||||
2025-03-07 11:51:04.904--加载配置文件——>开始
|
||||
2025-03-07 11:51:04.933--加载配置文件——>完成
|
||||
2025-03-07 11:51:04.935--Log in using the CLMS authorization.
|
||||
2025-03-07 11:51:07.433-- 进入显示车身模式!显示车身界面。
|
||||
2025-03-07 11:51:07.943--启动PLC写线程!
|
||||
2025-03-07 11:51:07.978-- 进入解析CSV文件模式,开始解析扫码CSV文件!
|
||||
2025-03-07 11:51:07.980--软件首次启动, Nextsense EH3 CSV读取路径存在;不清空,读取NextSense生成 CSV报告路径下的所有文件,路径为:D:\cherytestEH3
|
||||
2025-03-07 11:51:07.981--连接PLC....
|
||||
2025-03-07 11:51:07.981--软件首次启动, Nextsense EHY CSV读取路径存在;不清空,读取NextSense生成 CSV报告路径下的所有文件,路径为:D:\cherytestEHY
|
||||
2025-03-07 11:51:08.881--存在EHY CSV文件,开始解析:
|
||||
2025-03-07 11:51:08.888--Copy D:\test\5mm_SelfTest_20250304_141005.csv TO D:\HexagonProjects\2024-20-奇瑞间隙面差\奇瑞间隙面差总装代码资料\Code\Analysis\bin\x64\Debug\File\NextSenseCSVBackup\5mm_SelfTest_20250304_141005.csv Done. 备份完成
|
||||
2025-03-07 11:51:08.894--开始解析NextSense EHY CSV 报告:D:\test\5mm_SelfTest_20250304_141005.csv
|
||||
2025-03-07 11:51:11.466--PLC S7连接失败。
|
||||
2025-03-07 11:51:14.826--解析NextSense 自检报告完毕!检查数量=4
|
||||
2025-03-07 11:51:14.832--开始生成客户所需要的CSV格式文件:
|
||||
2025-03-07 11:51:14.835--客户自检报告生成完毕,路径为:D:\QMLTest\20250307115114_SelfMeasure20250307115108.csv
|
||||
2025-03-07 11:51:14.859--连接PLC失败
|
||||
2025-03-07 11:51:14.975--Right EH3 UI Refresh tmrRefreshData (strVIN.Length==21):CarType:EHY ;VIN: LNNBBDEC8RDA23997
|
||||
2025-03-07 11:51:14.985--Right EHY UI Refresh tmrRefreshData (strVIN.Length==21):CarType:EHY ;VIN: LNNBBDEC8RDA23997
|
||||
2025-03-07 11:51:15.160--显示右侧EHY车身数据界面。
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user