轮胎外观检测添加思谋语义分割模型检测工具
C3204
14 小时以前 9f977a3c2d872b18eb69199b7b1ec18da485dc4e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
2026-04-09 12:45:32,321 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:日志系统启动成功
2026-04-09 12:46:09,906 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Run
2026-04-09 12:46:09,923 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Debug
2026-04-09 12:46:09,924 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Error
2026-04-09 12:46:09,924 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Fatal
2026-04-09 12:46:09,925 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Warn
2026-04-09 12:46:31,653 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯口[通讯口0]加载触发通讯
2026-04-09 12:46:31,657 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯加载成功
2026-04-09 12:46:37,035 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:相机[LX300253A205C003]加载触发通讯
2026-04-09 12:46:37,036 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:相机加载成功
2026-04-09 12:46:37,038 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:读码器加载成功
2026-04-09 12:46:37,046 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:全局变量加载成功
2026-04-09 12:46:37,054 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:运动控制参数加载成功
2026-04-09 12:46:37,065 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:光源控制加载成功
2026-04-09 12:46:37,489 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]添加步骤[结束]
2026-04-09 12:46:37,610 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]添加步骤[相机取图]
2026-04-09 12:46:37,611 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]添加步骤[开始]
2026-04-09 12:46:37,612 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]加载成功
2026-04-09 12:48:50,440 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:添加流程[2D工位]
2026-04-09 12:48:50,470 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]添加步骤[结束]
2026-04-09 12:48:50,473 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]添加步骤[相机取图]
2026-04-09 12:48:50,474 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]添加步骤[开始]
2026-04-09 12:48:50,474 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]加载成功
2026-04-09 12:48:55,053 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:添加流程[3D工位]
2026-04-09 12:48:55,062 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程加载成功
2026-04-09 12:48:55,072 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程设置加载成功
2026-04-09 12:48:55,076 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程布局加载成功
2026-04-09 12:48:55,086 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程表格加载成功
2026-04-09 12:49:10,136 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程运行设置保存成功
2026-04-09 12:49:10,139 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:全局变量保存成功
2026-04-09 12:49:10,142 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:全局布局保存成功
2026-04-09 12:51:04,120 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:日志系统启动成功
2026-04-09 12:51:31,719 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Run
2026-04-09 12:51:31,722 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Debug
2026-04-09 12:51:31,723 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Error
2026-04-09 12:51:31,723 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Fatal
2026-04-09 12:51:31,724 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Warn
2026-04-09 12:51:53,429 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯口[通讯口0]加载触发通讯
2026-04-09 12:51:53,431 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯加载成功
2026-04-09 12:51:58,866 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:相机[LX300253A205C003]加载触发通讯
2026-04-09 12:51:58,867 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:相机加载成功
2026-04-09 12:51:58,869 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:读码器加载成功
2026-04-09 12:51:58,876 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:全局变量加载成功
2026-04-09 12:51:58,879 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:运动控制参数加载成功
2026-04-09 12:51:58,886 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:光源控制加载成功
2026-04-09 12:51:59,352 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]添加步骤[结束]
2026-04-09 12:51:59,439 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]添加步骤[相机取图]
2026-04-09 12:51:59,441 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]添加步骤[开始]
2026-04-09 12:51:59,442 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]加载成功
2026-04-09 12:52:03,173 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:添加流程[2D工位]
2026-04-09 12:52:03,204 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]添加步骤[结束]
2026-04-09 12:52:03,206 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]添加步骤[相机取图]
2026-04-09 12:52:03,207 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]添加步骤[开始]
2026-04-09 12:52:03,208 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]加载成功
2026-04-09 12:52:14,159 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:添加流程[3D工位]
2026-04-09 12:52:14,169 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程加载成功
2026-04-09 12:52:14,175 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程设置加载成功
2026-04-09 12:52:14,178 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程布局加载成功
2026-04-09 12:52:14,186 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程表格加载成功
2026-04-09 12:52:20,032 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:数据库和表创建成功!
2026-04-09 12:59:00,726 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程运行设置保存成功
2026-04-09 12:59:00,730 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:全局变量保存成功
2026-04-09 12:59:00,733 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:全局布局保存成功
2026-04-09 13:02:52,412 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:日志系统启动成功
2026-04-09 13:04:07,551 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Run
2026-04-09 13:04:07,556 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Debug
2026-04-09 13:04:07,556 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Error
2026-04-09 13:04:07,557 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Fatal
2026-04-09 13:04:07,558 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Warn
2026-04-09 13:04:29,165 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯口[通讯口0]加载触发通讯
2026-04-09 13:04:29,167 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯加载成功
2026-04-09 13:04:34,495 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:相机[LX300253A205C003]加载触发通讯
2026-04-09 13:04:34,496 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:相机加载成功
2026-04-09 13:04:34,497 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:读码器加载成功
2026-04-09 13:04:34,505 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:全局变量加载成功
2026-04-09 13:04:34,509 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:运动控制参数加载成功
2026-04-09 13:04:34,517 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:光源控制加载成功
2026-04-09 13:04:34,973 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]添加步骤[结束]
2026-04-09 13:04:35,058 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]添加步骤[相机取图]
2026-04-09 13:04:35,060 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]添加步骤[开始]
2026-04-09 13:04:35,060 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]加载成功
2026-04-09 13:04:35,108 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:添加流程[2D工位]
2026-04-09 13:04:35,132 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]添加步骤[结束]
2026-04-09 13:04:35,135 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]添加步骤[相机取图]
2026-04-09 13:04:35,136 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]添加步骤[开始]
2026-04-09 13:04:35,137 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]加载成功
2026-04-09 13:04:35,180 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:添加流程[3D工位]
2026-04-09 13:04:35,182 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程加载成功
2026-04-09 13:04:35,189 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程设置加载成功
2026-04-09 13:04:35,200 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程布局加载成功
2026-04-09 13:04:35,203 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程表格加载成功
2026-04-09 13:04:36,563 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:数据库和表创建成功!
2026-04-09 13:07:47,929 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程运行设置保存成功
2026-04-09 13:07:47,936 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:全局变量保存成功
2026-04-09 13:07:47,939 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:全局布局保存成功
2026-04-09 13:07:56,642 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:日志系统启动成功
2026-04-09 13:08:03,225 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Run
2026-04-09 13:08:03,228 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Debug
2026-04-09 13:08:03,228 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Error
2026-04-09 13:08:03,229 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Fatal
2026-04-09 13:08:03,230 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Warn
2026-04-09 13:11:14,624 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:日志系统启动成功
2026-04-09 13:11:28,556 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Run
2026-04-09 13:11:28,558 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Debug
2026-04-09 13:11:28,559 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Error
2026-04-09 13:11:28,560 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Fatal
2026-04-09 13:11:28,561 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Warn
2026-04-09 13:11:50,199 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯口[通讯口0]加载触发通讯
2026-04-09 13:11:50,201 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯加载成功
2026-04-09 13:11:55,572 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:相机[LX300253A205C003]加载触发通讯
2026-04-09 13:11:55,573 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:相机加载成功
2026-04-09 13:11:55,575 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:读码器加载成功
2026-04-09 13:11:55,581 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:全局变量加载成功
2026-04-09 13:11:55,583 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:运动控制参数加载成功
2026-04-09 13:11:55,589 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:光源控制加载成功
2026-04-09 13:11:56,021 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]添加步骤[结束]
2026-04-09 13:11:56,126 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]添加步骤[相机取图]
2026-04-09 13:11:56,134 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]添加步骤[开始]
2026-04-09 13:11:56,136 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]加载成功
2026-04-09 13:11:56,185 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:添加流程[2D工位]
2026-04-09 13:11:56,209 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]添加步骤[结束]
2026-04-09 13:11:56,212 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]添加步骤[相机取图]
2026-04-09 13:11:56,212 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]添加步骤[开始]
2026-04-09 13:11:56,213 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]加载成功
2026-04-09 13:11:56,231 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:添加流程[3D工位]
2026-04-09 13:11:56,232 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程加载成功
2026-04-09 13:11:56,236 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程设置加载成功
2026-04-09 13:11:56,238 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程布局加载成功
2026-04-09 13:11:56,240 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程表格加载成功
2026-04-09 13:11:57,428 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:数据库和表创建成功!
2026-04-09 13:12:14,947 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯[通讯口0]接收到的消息"79 00 03 FF"
2026-04-09 13:12:15,008 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:检查到可被触发的流程,清空所有流程运行完成标记位!
2026-04-09 13:12:15,018 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]开始运行
2026-04-09 13:12:15,058 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]开始运行
2026-04-09 13:12:15,293 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:发送给[通讯口0]了消息"57 42 5F 4E 47"
2026-04-09 13:12:15,296 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:发送给[通讯口0]了消息"57 42 5F 4E 47"
2026-04-09 13:12:35,477 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯[通讯口0]接收到的消息"79 00 03 FF"
2026-04-09 13:12:35,569 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:检查到可被触发的流程,清空所有流程运行完成标记位!
2026-04-09 13:12:35,576 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]开始运行
2026-04-09 13:12:35,630 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]开始运行
2026-04-09 13:12:36,546 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]运行成功
2026-04-09 13:12:36,564 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:发送给[通讯口0]了消息"57 42 5F 4F 4B"
2026-04-09 13:12:40,976 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯[通讯口0]接收到的消息"79 00 03 FF"
2026-04-09 13:12:40,981 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:检查到可被触发的流程,清空所有流程运行完成标记位!
2026-04-09 13:12:40,985 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]开始运行
2026-04-09 13:12:40,988 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]开始运行
2026-04-09 13:12:41,751 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]运行成功
2026-04-09 13:12:41,775 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:发送给[通讯口0]了消息"57 42 5F 4F 4B"
2026-04-09 13:12:46,033 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]开始运行
2026-04-09 13:12:46,800 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]运行完成,结果:运行成功
2026-04-09 13:13:21,425 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:保存流程成功
2026-04-09 13:13:28,296 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:保存流程成功
2026-04-09 13:13:31,946 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯[无]接收到的消息"79 00 03 FF"
2026-04-09 13:13:31,984 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:检查到可被触发的流程,清空所有流程运行完成标记位!
2026-04-09 13:13:32,032 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]开始运行
2026-04-09 13:13:32,787 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]运行成功
2026-04-09 13:13:36,062 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯[无]接收到的消息"79 00 03 FF"
2026-04-09 13:13:36,065 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:检查到可被触发的流程,清空所有流程运行完成标记位!
2026-04-09 13:13:36,071 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]开始运行
2026-04-09 13:13:36,851 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]运行成功
2026-04-09 13:16:11,427 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:日志系统启动成功
2026-04-09 13:16:20,270 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Run
2026-04-09 13:16:20,273 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Debug
2026-04-09 13:16:20,274 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Error
2026-04-09 13:16:20,274 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Fatal
2026-04-09 13:16:20,275 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Warn
2026-04-09 13:16:41,855 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯口[通讯口0]加载触发通讯
2026-04-09 13:16:41,856 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯加载成功
2026-04-09 13:16:47,188 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:相机[LX300253A205C003]加载触发通讯
2026-04-09 13:16:47,189 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:相机加载成功
2026-04-09 13:16:47,191 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:读码器加载成功
2026-04-09 13:16:47,197 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:全局变量加载成功
2026-04-09 13:16:47,199 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:运动控制参数加载成功
2026-04-09 13:16:47,205 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:光源控制加载成功
2026-04-09 13:16:47,625 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]添加步骤[结束]
2026-04-09 13:16:47,723 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]添加步骤[相机取图]
2026-04-09 13:16:47,737 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]添加步骤[开始]
2026-04-09 13:16:47,738 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]加载成功
2026-04-09 13:16:47,778 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:添加流程[2D工位]
2026-04-09 13:16:47,799 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]添加步骤[结束]
2026-04-09 13:16:47,800 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]添加步骤[相机取图]
2026-04-09 13:16:47,801 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]添加步骤[开始]
2026-04-09 13:16:47,802 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]加载成功
2026-04-09 13:16:47,819 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:添加流程[3D工位]
2026-04-09 13:16:47,819 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程加载成功
2026-04-09 13:16:47,823 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程设置加载成功
2026-04-09 13:16:47,828 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程布局加载成功
2026-04-09 13:16:47,829 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程表格加载成功
2026-04-09 13:16:48,993 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:数据库和表创建成功!
2026-04-09 13:17:10,109 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯[通讯口0]接收到的消息"79 00 03 FF"
2026-04-09 13:17:10,141 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:检查到可被触发的流程,清空所有流程运行完成标记位!
2026-04-09 13:17:10,195 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]开始运行
2026-04-09 13:17:11,340 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]运行成功
2026-04-09 13:17:11,353 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:发送给[通讯口0]了消息"57 42 5F 4F 4B"
2026-04-09 13:17:18,812 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程运行设置保存成功
2026-04-09 13:17:18,816 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:全局变量保存成功
2026-04-09 13:17:18,821 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:全局布局保存成功
2026-04-09 13:18:50,401 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:日志系统启动成功
2026-04-09 13:18:57,827 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Run
2026-04-09 13:18:57,829 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Debug
2026-04-09 13:18:57,830 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Error
2026-04-09 13:18:57,831 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Fatal
2026-04-09 13:18:57,831 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Warn
2026-04-09 13:19:19,535 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯口[通讯口0]加载触发通讯
2026-04-09 13:19:19,536 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯加载成功
2026-04-09 13:19:24,881 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:相机[LX300253A205C003]加载触发通讯
2026-04-09 13:19:24,882 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:相机加载成功
2026-04-09 13:19:24,884 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:读码器加载成功
2026-04-09 13:19:24,892 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:全局变量加载成功
2026-04-09 13:19:24,893 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:运动控制参数加载成功
2026-04-09 13:19:24,900 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:光源控制加载成功
2026-04-09 13:19:25,266 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]添加步骤[结束]
2026-04-09 13:19:25,360 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]添加步骤[相机取图]
2026-04-09 13:19:25,363 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]添加步骤[开始]
2026-04-09 13:19:25,364 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]加载成功
2026-04-09 13:19:25,399 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:添加流程[2D工位]
2026-04-09 13:19:25,421 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]添加步骤[结束]
2026-04-09 13:19:25,423 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]添加步骤[相机取图]
2026-04-09 13:19:25,424 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]添加步骤[开始]
2026-04-09 13:19:25,424 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]加载成功
2026-04-09 13:19:25,441 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:添加流程[3D工位]
2026-04-09 13:19:25,442 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程加载成功
2026-04-09 13:19:25,447 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程设置加载成功
2026-04-09 13:19:25,450 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程布局加载成功
2026-04-09 13:19:25,452 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程表格加载成功
2026-04-09 13:19:26,599 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:数据库和表创建成功!
2026-04-09 13:19:41,957 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯[通讯口0]接收到的消息"79 00 03 FF"
2026-04-09 13:19:42,000 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:检查到可被触发的流程,清空所有流程运行完成标记位!
2026-04-09 13:19:42,007 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]开始运行
2026-04-09 13:19:43,077 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]运行成功
2026-04-09 13:19:43,088 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:发送给[通讯口0]了消息"57 42 5F 4F 4B"
2026-04-09 13:20:35,346 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:保存流程成功
2026-04-09 13:20:57,633 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯[通讯口0]接收到的消息"79 00 03 FF"
2026-04-09 13:20:57,635 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:检查到可被触发的流程,清空所有流程运行完成标记位!
2026-04-09 13:20:57,640 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯[通讯口0]接收到的消息"79 00 03 FF"
2026-04-09 13:20:57,819 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:检查到可被触发的流程,清空所有流程运行完成标记位!
2026-04-09 13:20:57,823 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]开始运行
2026-04-09 13:20:57,866 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]开始运行
2026-04-09 13:20:57,867 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]开始运行
2026-04-09 13:20:57,869 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]开始运行
2026-04-09 13:20:58,660 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]运行成功
2026-04-09 13:20:58,678 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:发送给[通讯口0]了消息"57 42 5F 4F 4B"
2026-04-09 13:20:58,679 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]运行成功
2026-04-09 13:20:58,681 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:发送给[通讯口0]了消息"57 42 5F 4F 4B"
2026-04-09 13:21:33,100 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:保存流程成功
2026-04-09 13:21:48,654 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯[通讯口0]接收到的消息"79 00 03 FF"
2026-04-09 13:21:48,696 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:检查到可被触发的流程,清空所有流程运行完成标记位!
2026-04-09 13:21:48,699 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯[通讯口0]接收到的消息"79 00 03 FF"
2026-04-09 13:21:48,833 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:检查到可被触发的流程,清空所有流程运行完成标记位!
2026-04-09 13:21:48,851 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]开始运行
2026-04-09 13:21:48,901 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]开始运行
2026-04-09 13:21:48,902 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]开始运行
2026-04-09 13:21:48,904 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]开始运行
2026-04-09 13:21:49,683 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]运行成功
2026-04-09 13:21:49,693 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:发送给[通讯口0]了消息"57 42 5F 4F 4B"
2026-04-09 13:21:49,695 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]运行成功
2026-04-09 13:21:49,696 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:发送给[通讯口0]了消息"57 42 5F 4F 4B"
2026-04-09 13:21:51,852 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯[通讯口0]接收到的消息"79 00 03 FF"
2026-04-09 13:21:51,863 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:检查到可被触发的流程,清空所有流程运行完成标记位!
2026-04-09 13:21:51,864 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯[通讯口0]接收到的消息"79 00 03 FF"
2026-04-09 13:21:51,918 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:检查到可被触发的流程,清空所有流程运行完成标记位!
2026-04-09 13:21:51,921 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]开始运行
2026-04-09 13:21:51,923 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]开始运行
2026-04-09 13:21:51,924 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]开始运行
2026-04-09 13:21:51,927 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]开始运行
2026-04-09 13:21:52,735 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]运行成功
2026-04-09 13:21:52,758 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:发送给[通讯口0]了消息"57 42 5F 4F 4B"
2026-04-09 13:21:52,761 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]运行成功
2026-04-09 13:21:52,765 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:发送给[通讯口0]了消息"57 42 5F 4F 4B"
2026-04-09 13:21:57,913 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程运行设置保存成功
2026-04-09 13:21:57,915 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:全局变量保存成功
2026-04-09 13:21:57,917 [13] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:全局布局保存成功
2026-04-09 13:22:06,370 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:日志系统启动成功
2026-04-09 13:22:12,085 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Run
2026-04-09 13:22:12,089 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Debug
2026-04-09 13:22:12,090 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Error
2026-04-09 13:22:12,090 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Fatal
2026-04-09 13:22:12,091 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Warn
2026-04-09 13:22:33,707 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯口[通讯口0]加载触发通讯
2026-04-09 13:22:33,708 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯加载成功
2026-04-09 13:22:39,077 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:相机[LX300253A205C003]加载触发通讯
2026-04-09 13:22:39,078 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:相机加载成功
2026-04-09 13:22:39,080 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:读码器加载成功
2026-04-09 13:22:39,087 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:全局变量加载成功
2026-04-09 13:22:39,089 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:运动控制参数加载成功
2026-04-09 13:22:39,097 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:光源控制加载成功
2026-04-09 13:22:39,478 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]添加步骤[结束]
2026-04-09 13:22:39,576 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]添加步骤[相机取图]
2026-04-09 13:22:39,581 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]添加步骤[开始]
2026-04-09 13:22:39,582 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]加载成功
2026-04-09 13:22:39,613 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:添加流程[2D工位]
2026-04-09 13:22:39,633 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]添加步骤[结束]
2026-04-09 13:22:39,635 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]添加步骤[相机取图]
2026-04-09 13:22:39,636 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]添加步骤[开始]
2026-04-09 13:22:39,637 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]加载成功
2026-04-09 13:22:39,652 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:添加流程[3D工位]
2026-04-09 13:22:39,652 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程加载成功
2026-04-09 13:22:39,656 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程设置加载成功
2026-04-09 13:22:39,659 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程布局加载成功
2026-04-09 13:22:39,661 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程表格加载成功
2026-04-09 13:22:40,779 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:数据库和表创建成功!
2026-04-09 13:23:11,349 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯[通讯口0]接收到的消息"79 00 03 FF"
2026-04-09 13:23:11,456 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:检查到可被触发的流程,清空所有流程运行完成标记位!
2026-04-09 13:23:11,458 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯[通讯口0]接收到的消息"79 00 03 FF"
2026-04-09 13:23:11,563 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:检查到可被触发的流程,清空所有流程运行完成标记位!
2026-04-09 13:23:11,611 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]开始运行
2026-04-09 13:23:11,809 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]开始运行
2026-04-09 13:23:11,816 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]开始运行
2026-04-09 13:23:11,820 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]开始运行
2026-04-09 13:23:12,581 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]运行成功
2026-04-09 13:23:12,600 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]运行成功
2026-04-09 13:23:12,602 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:发送给[通讯口0]了消息"57 42 5F 4F 4B"
2026-04-09 13:23:12,603 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:发送给[通讯口0]了消息"57 42 5F 4F 4B"
2026-04-09 13:33:26,319 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:日志系统启动成功
2026-04-09 13:34:50,055 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Run
2026-04-09 13:34:50,059 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Debug
2026-04-09 13:34:50,060 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Error
2026-04-09 13:34:50,060 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Fatal
2026-04-09 13:34:50,061 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Warn
2026-04-09 13:35:11,663 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯口[通讯口0]加载触发通讯
2026-04-09 13:35:11,665 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯加载成功
2026-04-09 13:35:17,054 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:相机[LX300253A205C003]加载触发通讯
2026-04-09 13:35:17,054 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:相机加载成功
2026-04-09 13:35:17,056 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:读码器加载成功
2026-04-09 13:35:17,061 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:全局变量加载成功
2026-04-09 13:35:17,064 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:运动控制参数加载成功
2026-04-09 13:35:17,074 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:光源控制加载成功
2026-04-09 13:35:17,454 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]添加步骤[结束]
2026-04-09 13:35:17,541 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]添加步骤[相机取图]
2026-04-09 13:35:17,542 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]添加步骤[开始]
2026-04-09 13:35:17,543 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]加载成功
2026-04-09 13:35:17,577 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:添加流程[2D工位]
2026-04-09 13:35:17,608 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]添加步骤[结束]
2026-04-09 13:35:17,611 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]添加步骤[相机取图]
2026-04-09 13:35:17,611 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]添加步骤[开始]
2026-04-09 13:35:17,612 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]加载成功
2026-04-09 13:35:17,629 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:添加流程[3D工位]
2026-04-09 13:35:17,630 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程加载成功
2026-04-09 13:35:17,633 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程设置加载成功
2026-04-09 13:35:17,636 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程布局加载成功
2026-04-09 13:35:17,638 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程表格加载成功
2026-04-09 13:35:18,814 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:数据库和表创建成功!
2026-04-09 13:37:08,805 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程运行设置保存成功
2026-04-09 13:37:08,811 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:全局变量保存成功
2026-04-09 13:37:08,814 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:全局布局保存成功
2026-04-09 13:50:36,918 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:日志系统启动成功
2026-04-09 14:14:58,631 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:日志系统启动成功
2026-04-09 14:17:11,607 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Run
2026-04-09 14:17:11,612 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Debug
2026-04-09 14:17:11,612 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Error
2026-04-09 14:17:11,613 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Fatal
2026-04-09 14:17:11,613 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Warn
2026-04-09 14:17:33,282 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯口[通讯口0]加载触发通讯
2026-04-09 14:17:33,283 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯加载成功
2026-04-09 14:17:38,684 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:相机[LX300253A205C003]加载触发通讯
2026-04-09 14:17:38,685 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:相机加载成功
2026-04-09 14:17:38,686 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:读码器加载成功
2026-04-09 14:17:38,693 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:全局变量加载成功
2026-04-09 14:17:38,695 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:运动控制参数加载成功
2026-04-09 14:17:38,703 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:光源控制加载成功
2026-04-09 14:17:39,069 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]添加步骤[结束]
2026-04-09 14:17:39,156 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]添加步骤[相机取图]
2026-04-09 14:17:39,157 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]添加步骤[开始]
2026-04-09 14:17:39,159 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]加载成功
2026-04-09 14:17:39,193 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:添加流程[2D工位]
2026-04-09 14:17:39,209 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]添加步骤[结束]
2026-04-09 14:17:39,211 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]添加步骤[相机取图]
2026-04-09 14:17:39,212 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]添加步骤[开始]
2026-04-09 14:17:39,212 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]加载成功
2026-04-09 14:17:39,229 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:添加流程[3D工位]
2026-04-09 14:17:39,230 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程加载成功
2026-04-09 14:17:39,233 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程设置加载成功
2026-04-09 14:17:39,235 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程布局加载成功
2026-04-09 14:17:39,237 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程表格加载成功
2026-04-09 14:17:40,382 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:数据库和表创建成功!
2026-04-09 14:19:07,243 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯[通讯口0]接收到的消息"79 00 03 FF"
2026-04-09 14:19:07,287 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:检查到可被触发的流程,清空所有流程运行完成标记位!
2026-04-09 14:19:07,294 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯[通讯口0]接收到的消息"79 00 03 FF"
2026-04-09 14:19:07,384 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:检查到可被触发的流程,清空所有流程运行完成标记位!
2026-04-09 14:19:07,472 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]开始运行
2026-04-09 14:19:07,551 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]开始运行
2026-04-09 14:19:07,636 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]开始运行
2026-04-09 14:19:07,638 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]开始运行
2026-04-09 14:19:08,468 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]运行成功
2026-04-09 14:19:08,477 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]运行成功
2026-04-09 14:19:08,479 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:发送给[通讯口0]了消息"57 42 5F 4F 4B"
2026-04-09 14:19:08,480 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:发送给[通讯口0]了消息"57 42 5F 4F 4B"
2026-04-09 14:19:34,516 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:保存流程成功
2026-04-09 14:21:01,871 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:保存流程成功
2026-04-09 14:21:19,714 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:保存流程成功
2026-04-09 14:21:26,142 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯[通讯口0]接收到的消息"79 00 03 FF"
2026-04-09 14:21:26,196 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:检查到可被触发的流程,清空所有流程运行完成标记位!
2026-04-09 14:21:26,245 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]开始运行
2026-04-09 14:21:27,045 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]运行成功
2026-04-09 14:21:27,047 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:发送给[通讯口0]了消息"57 42 5F 4F 4B"
2026-04-09 14:21:30,538 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯[通讯口0]接收到的消息"79 00 03 FF"
2026-04-09 14:21:30,541 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:检查到可被触发的流程,清空所有流程运行完成标记位!
2026-04-09 14:21:30,551 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]开始运行
2026-04-09 14:21:31,378 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]运行成功
2026-04-09 14:21:31,408 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:发送给[通讯口0]了消息"57 42 5F 4F 4B"
2026-04-09 14:21:45,323 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程运行设置保存成功
2026-04-09 14:21:45,326 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:全局变量保存成功
2026-04-09 14:21:45,328 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:全局布局保存成功
2026-04-09 14:22:52,858 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:日志系统启动成功
2026-04-09 14:22:58,721 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Run
2026-04-09 14:22:58,723 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Debug
2026-04-09 14:22:58,724 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Error
2026-04-09 14:22:58,724 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Fatal
2026-04-09 14:22:58,725 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Warn
2026-04-09 14:23:20,344 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯口[通讯口0]加载触发通讯
2026-04-09 14:23:20,345 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯加载成功
2026-04-09 14:23:25,694 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:相机[LX300253A205C003]加载触发通讯
2026-04-09 14:23:25,695 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:相机加载成功
2026-04-09 14:23:25,699 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:读码器加载成功
2026-04-09 14:23:25,706 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:全局变量加载成功
2026-04-09 14:23:25,708 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:运动控制参数加载成功
2026-04-09 14:23:25,714 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:光源控制加载成功
2026-04-09 14:23:26,086 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]添加步骤[结束]
2026-04-09 14:23:26,186 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]添加步骤[相机取图]
2026-04-09 14:23:26,191 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]添加步骤[开始]
2026-04-09 14:23:26,194 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]加载成功
2026-04-09 14:23:26,233 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:添加流程[2D工位]
2026-04-09 14:23:26,252 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]添加步骤[结束]
2026-04-09 14:23:26,254 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]添加步骤[相机取图]
2026-04-09 14:23:26,254 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]添加步骤[开始]
2026-04-09 14:23:26,257 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]加载成功
2026-04-09 14:23:26,277 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:添加流程[3D工位]
2026-04-09 14:23:26,278 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程加载成功
2026-04-09 14:23:26,281 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程设置加载成功
2026-04-09 14:23:26,284 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程布局加载成功
2026-04-09 14:23:26,286 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程表格加载成功
2026-04-09 14:23:27,590 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:数据库和表创建成功!
2026-04-09 14:23:33,492 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯[通讯口0]接收到的消息"79 00 03 FF"
2026-04-09 14:23:33,553 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:检查到可被触发的流程,清空所有流程运行完成标记位!
2026-04-09 14:23:33,562 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]开始运行
2026-04-09 14:23:34,566 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]运行成功
2026-04-09 14:23:34,585 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:发送给[通讯口0]了消息"57 42 5F 4F 4B"
2026-04-09 14:24:35,091 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯[通讯口0]接收到的消息"79 00 03 FF"
2026-04-09 14:24:35,094 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:检查到可被触发的流程,清空所有流程运行完成标记位!
2026-04-09 14:24:35,103 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]开始运行
2026-04-09 14:24:35,925 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]运行成功
2026-04-09 14:24:35,949 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:发送给[通讯口0]了消息"57 42 5F 4F 4B"
2026-04-09 14:25:03,291 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯[通讯口0]接收到的消息"79 00 03 FF"
2026-04-09 14:25:03,329 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:检查到可被触发的流程,清空所有流程运行完成标记位!
2026-04-09 14:25:03,373 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]开始运行
2026-04-09 14:25:04,140 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]运行成功
2026-04-09 14:25:04,150 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:发送给[通讯口0]了消息"57 42 5F 4F 4B"
2026-04-09 14:25:06,905 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯[通讯口0]接收到的消息"79 00 03 FF"
2026-04-09 14:25:06,911 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:检查到可被触发的流程,清空所有流程运行完成标记位!
2026-04-09 14:25:06,920 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]开始运行
2026-04-09 14:25:07,707 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]运行成功
2026-04-09 14:25:07,735 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:发送给[通讯口0]了消息"57 42 5F 4F 4B"
2026-04-09 14:25:11,888 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯[通讯口0]接收到的消息"79 00 03 FF"
2026-04-09 14:25:11,892 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:检查到可被触发的流程,清空所有流程运行完成标记位!
2026-04-09 14:25:11,900 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]开始运行
2026-04-09 14:25:12,708 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]运行成功
2026-04-09 14:25:12,737 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:发送给[通讯口0]了消息"57 42 5F 4F 4B"
2026-04-09 14:26:25,340 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程运行设置保存成功
2026-04-09 14:26:25,343 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:全局变量保存成功
2026-04-09 14:26:25,345 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:全局布局保存成功
2026-04-09 14:32:03,674 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:日志系统启动成功
2026-04-09 14:32:33,265 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Run
2026-04-09 14:32:33,268 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Debug
2026-04-09 14:32:33,268 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Error
2026-04-09 14:32:33,269 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Fatal
2026-04-09 14:32:33,270 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Warn
2026-04-09 14:32:54,942 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯口[通讯口0]加载触发通讯
2026-04-09 14:32:54,943 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯加载成功
2026-04-09 14:33:00,302 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:相机[LX300253A205C003]加载触发通讯
2026-04-09 14:33:00,302 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:相机加载成功
2026-04-09 14:33:00,304 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:读码器加载成功
2026-04-09 14:33:00,311 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:全局变量加载成功
2026-04-09 14:33:00,313 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:运动控制参数加载成功
2026-04-09 14:33:00,329 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:光源控制加载成功
2026-04-09 14:33:00,714 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]添加步骤[结束]
2026-04-09 14:33:00,802 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]添加步骤[相机取图]
2026-04-09 14:33:00,803 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]添加步骤[开始]
2026-04-09 14:33:00,804 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]加载成功
2026-04-09 14:33:00,841 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:添加流程[2D工位]
2026-04-09 14:33:00,854 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]添加步骤[结束]
2026-04-09 14:33:00,855 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]添加步骤[相机取图]
2026-04-09 14:33:00,856 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]添加步骤[开始]
2026-04-09 14:33:00,857 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]加载成功
2026-04-09 14:33:00,873 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:添加流程[3D工位]
2026-04-09 14:33:00,874 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程加载成功
2026-04-09 14:33:00,878 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程设置加载成功
2026-04-09 14:33:00,880 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程布局加载成功
2026-04-09 14:33:00,882 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程表格加载成功
2026-04-09 14:33:02,128 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:数据库和表创建成功!
2026-04-09 14:34:03,746 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:保存流程成功
2026-04-09 14:34:11,330 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯[通讯口0]接收到的消息"79 00 03 FF"
2026-04-09 14:34:11,333 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯[通讯口0]接收到的消息"79 00 03 FF"
2026-04-09 14:34:11,504 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:检查到可被触发的流程,清空所有流程运行完成标记位!
2026-04-09 14:34:11,624 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:检查到可被触发的流程,清空所有流程运行完成标记位!
2026-04-09 14:34:11,708 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]开始运行
2026-04-09 14:34:11,710 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]开始运行
2026-04-09 14:34:11,712 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]开始运行
2026-04-09 14:34:11,714 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]开始运行
2026-04-09 14:34:12,546 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]运行成功
2026-04-09 14:34:12,562 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[3D工位]运行成功
2026-04-09 14:34:12,564 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]运行成功
2026-04-09 14:34:12,566 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[2D工位]运行成功
2026-04-09 14:34:12,568 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:发送给[通讯口0]了消息"57 42 5F 4F 4B"
2026-04-09 14:34:12,570 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:发送给[通讯口0]了消息"57 42 5F 4F 4B"
2026-04-09 14:34:12,575 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:发送给[通讯口0]了消息"57 42 5F 4F 4B"
2026-04-09 14:34:12,580 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:发送给[通讯口0]了消息"57 42 5F 4F 4B"
2026-04-09 14:36:50,503 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程运行设置保存成功
2026-04-09 14:36:50,512 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:全局变量保存成功
2026-04-09 14:36:50,515 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:全局布局保存成功