轮胎外观检测添加思谋语义分割模型检测工具
C3204
2026-04-01 4d6c9ad3c9714d5f8520c6f52c3ed6ecb75b76b8
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
2026-03-30 13:02:00,191 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:日志系统启动成功
2026-03-30 13:03:16,756 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Run
2026-03-30 13:03:16,772 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Debug
2026-03-30 13:03:16,773 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Error
2026-03-30 13:03:16,773 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Fatal
2026-03-30 13:03:16,774 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Warn
2026-03-30 13:03:17,188 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:初始化通讯口[通讯口0]成功
2026-03-30 13:03:17,195 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯口[通讯口0]加载触发通讯
2026-03-30 13:03:17,197 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯加载成功
2026-03-30 13:03:17,426 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:相机加载成功
2026-03-30 13:03:17,435 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:全局变量加载成功
2026-03-30 13:03:17,438 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:运动控制参数加载成功
2026-03-30 13:03:17,445 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:光源控制加载成功
2026-03-30 13:03:17,861 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程0]添加步骤[结束]
2026-03-30 13:03:17,965 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程0]添加步骤[相机取图]
2026-03-30 13:03:17,966 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程0]添加步骤[开始]
2026-03-30 13:03:17,967 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程0]加载成功
2026-03-30 13:03:18,008 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:添加流程[流程0]
2026-03-30 13:03:18,025 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程1]添加步骤[结束]
2026-03-30 13:03:18,027 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程1]添加步骤[相机取图]
2026-03-30 13:03:18,027 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程1]添加步骤[开始]
2026-03-30 13:03:18,028 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程1]加载成功
2026-03-30 13:03:18,052 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:添加流程[流程1]
2026-03-30 13:03:18,053 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程加载成功
2026-03-30 13:03:18,057 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程设置加载成功
2026-03-30 13:03:18,060 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程布局加载成功
2026-03-30 13:03:18,062 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程表格加载成功
2026-03-30 13:15:58,508 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:日志系统启动成功
2026-03-30 13:16:04,323 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Run
2026-03-30 13:16:04,326 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Debug
2026-03-30 13:16:04,328 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Error
2026-03-30 13:16:04,329 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Fatal
2026-03-30 13:16:04,330 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Warn
2026-03-30 13:16:04,661 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:初始化通讯口[通讯口0]成功
2026-03-30 13:16:04,666 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯口[通讯口0]加载触发通讯
2026-03-30 13:16:04,667 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯加载成功
2026-03-30 13:16:04,851 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:相机加载成功
2026-03-30 13:16:04,858 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:全局变量加载成功
2026-03-30 13:16:04,862 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:运动控制参数加载成功
2026-03-30 13:16:04,869 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:光源控制加载成功
2026-03-30 13:16:05,196 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程0]添加步骤[结束]
2026-03-30 13:16:05,273 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程0]添加步骤[相机取图]
2026-03-30 13:16:05,301 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程0]添加步骤[开始]
2026-03-30 13:16:05,302 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程0]加载成功
2026-03-30 13:16:05,344 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:添加流程[流程0]
2026-03-30 13:16:05,360 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程1]添加步骤[结束]
2026-03-30 13:16:05,362 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程1]添加步骤[相机取图]
2026-03-30 13:16:05,363 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程1]添加步骤[开始]
2026-03-30 13:16:05,364 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程1]加载成功
2026-03-30 13:16:05,383 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:添加流程[流程1]
2026-03-30 13:16:05,384 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程加载成功
2026-03-30 13:16:05,389 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程设置加载成功
2026-03-30 13:16:05,395 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程布局加载成功
2026-03-30 13:16:05,397 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程表格加载成功
2026-03-30 13:16:33,275 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:日志系统启动成功
2026-03-30 13:16:57,928 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Run
2026-03-30 13:16:57,930 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Debug
2026-03-30 13:16:57,931 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Error
2026-03-30 13:16:57,931 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Fatal
2026-03-30 13:16:57,932 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Warn
2026-03-30 13:16:58,252 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:初始化通讯口[通讯口0]成功
2026-03-30 13:16:58,256 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯口[通讯口0]加载触发通讯
2026-03-30 13:16:58,257 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯加载成功
2026-03-30 13:16:58,423 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:相机加载成功
2026-03-30 13:16:58,430 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:全局变量加载成功
2026-03-30 13:16:58,431 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:运动控制参数加载成功
2026-03-30 13:16:58,437 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:光源控制加载成功
2026-03-30 13:16:58,771 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程0]添加步骤[结束]
2026-03-30 13:16:58,859 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程0]添加步骤[相机取图]
2026-03-30 13:16:58,860 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程0]添加步骤[开始]
2026-03-30 13:16:58,861 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程0]加载成功
2026-03-30 13:16:58,895 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:添加流程[流程0]
2026-03-30 13:16:58,907 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程1]添加步骤[结束]
2026-03-30 13:16:58,909 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程1]添加步骤[相机取图]
2026-03-30 13:16:58,910 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程1]添加步骤[开始]
2026-03-30 13:16:58,911 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程1]加载成功
2026-03-30 13:16:58,927 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:添加流程[流程1]
2026-03-30 13:16:58,928 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程加载成功
2026-03-30 13:16:58,932 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程设置加载成功
2026-03-30 13:16:58,935 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程布局加载成功
2026-03-30 13:16:58,937 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程表格加载成功
2026-03-30 13:17:00,254 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:数据库和表创建成功!
2026-03-30 13:17:06,013 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯[通讯口0]接收到的消息"True"
2026-03-30 13:17:06,056 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:检查到可被触发的流程,清空所有流程运行完成标记位!
2026-03-30 13:17:06,102 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程0]开始运行
2026-03-30 13:17:06,107 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程1]开始运行
2026-03-30 13:17:07,126 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程0]运行成功
2026-03-30 13:17:07,128 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程1]运行成功
2026-03-30 13:17:07,131 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:发送给[通讯口0]了消息"True"
2026-03-30 13:17:07,134 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:发送给[通讯口0]了消息"True"
2026-03-30 13:17:09,576 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯[通讯口0]接收到的消息"True"
2026-03-30 13:17:09,580 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:检查到可被触发的流程,清空所有流程运行完成标记位!
2026-03-30 13:17:09,584 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程0]开始运行
2026-03-30 13:17:09,587 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程1]开始运行
2026-03-30 13:17:10,406 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程1]运行成功
2026-03-30 13:17:10,410 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:发送给[通讯口0]了消息"True"
2026-03-30 13:17:10,411 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程0]运行成功
2026-03-30 13:17:10,413 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:发送给[通讯口0]了消息"True"
2026-03-30 13:17:19,753 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程运行设置保存成功
2026-03-30 13:17:19,756 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:全局变量保存成功
2026-03-30 13:17:19,759 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:全局布局保存成功
2026-03-30 16:36:29,980 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:日志系统启动成功
2026-03-30 16:36:44,346 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Run
2026-03-30 16:36:44,357 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Debug
2026-03-30 16:36:44,361 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Error
2026-03-30 16:36:44,362 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Fatal
2026-03-30 16:36:44,362 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Warn
2026-03-30 16:36:44,773 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:初始化通讯口[通讯口0]成功
2026-03-30 16:36:44,781 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯口[通讯口0]加载触发通讯
2026-03-30 16:36:44,782 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯加载成功
2026-03-30 16:36:45,014 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:相机加载成功
2026-03-30 16:36:45,021 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:全局变量加载成功
2026-03-30 16:36:45,023 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:运动控制参数加载成功
2026-03-30 16:36:45,034 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:光源控制加载成功
2026-03-30 16:36:45,464 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程0]添加步骤[结束]
2026-03-30 16:36:45,559 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程0]添加步骤[相机取图]
2026-03-30 16:36:45,568 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程0]添加步骤[开始]
2026-03-30 16:36:45,569 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程0]加载成功
2026-03-30 16:36:45,604 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:添加流程[流程0]
2026-03-30 16:36:45,621 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程1]添加步骤[结束]
2026-03-30 16:36:45,622 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程1]添加步骤[相机取图]
2026-03-30 16:36:45,623 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程1]添加步骤[开始]
2026-03-30 16:36:45,624 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程1]加载成功
2026-03-30 16:36:45,640 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:添加流程[流程1]
2026-03-30 16:36:45,641 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程加载成功
2026-03-30 16:36:45,647 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程设置加载成功
2026-03-30 16:36:45,652 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程布局加载成功
2026-03-30 16:36:45,654 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程表格加载成功
2026-03-30 16:37:10,978 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程运行设置保存成功
2026-03-30 16:37:10,981 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:全局变量保存成功
2026-03-30 16:37:10,984 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:全局布局保存成功
2026-03-30 16:37:18,541 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:日志系统启动成功
2026-03-30 16:37:39,246 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Run
2026-03-30 16:37:39,252 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Debug
2026-03-30 16:37:39,254 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Error
2026-03-30 16:37:39,255 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Fatal
2026-03-30 16:37:39,258 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Warn
2026-03-30 16:37:39,645 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:初始化通讯口[通讯口0]成功
2026-03-30 16:37:39,652 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯口[通讯口0]加载触发通讯
2026-03-30 16:37:39,652 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯加载成功
2026-03-30 16:37:39,848 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:相机加载成功
2026-03-30 16:37:39,858 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:全局变量加载成功
2026-03-30 16:37:39,860 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:运动控制参数加载成功
2026-03-30 16:37:39,867 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:光源控制加载成功
2026-03-30 16:37:40,269 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程0]添加步骤[结束]
2026-03-30 16:37:40,371 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程0]添加步骤[相机取图]
2026-03-30 16:37:40,374 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程0]添加步骤[开始]
2026-03-30 16:37:40,375 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程0]加载成功
2026-03-30 16:37:40,410 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:添加流程[流程0]
2026-03-30 16:37:40,427 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程1]添加步骤[结束]
2026-03-30 16:37:40,428 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程1]添加步骤[相机取图]
2026-03-30 16:37:40,429 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程1]添加步骤[开始]
2026-03-30 16:37:40,430 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程1]加载成功
2026-03-30 16:37:40,451 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:添加流程[流程1]
2026-03-30 16:37:40,452 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程加载成功
2026-03-30 16:37:40,457 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程设置加载成功
2026-03-30 16:37:40,464 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程布局加载成功
2026-03-30 16:37:40,466 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程表格加载成功
2026-03-30 16:37:41,803 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:数据库和表创建成功!
2026-03-30 16:44:22,719 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程0]开始运行
2026-03-30 16:44:24,117 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程0]运行完成,结果:运行成功
2026-03-30 16:44:29,516 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程1]开始运行
2026-03-30 16:44:30,326 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程1]运行完成,结果:运行成功
2026-03-30 16:44:36,565 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯[通讯口0]接收到的消息"True"
2026-03-30 16:44:40,572 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯[通讯口0]接收到的消息"True"
2026-03-30 16:44:40,576 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:检查到可被触发的流程,清空所有流程运行完成标记位!
2026-03-30 16:44:40,623 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程1]开始运行
2026-03-30 16:44:40,625 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程0]开始运行
2026-03-30 16:44:41,452 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程1]运行成功
2026-03-30 16:44:41,454 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程0]运行成功
2026-03-30 16:44:41,456 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:发送给[通讯口0]了消息"True"
2026-03-30 16:44:41,458 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:发送给[通讯口0]了消息"True"
2026-03-30 16:44:45,779 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯[通讯口0]接收到的消息"True"
2026-03-30 16:44:45,781 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:检查到可被触发的流程,清空所有流程运行完成标记位!
2026-03-30 16:44:45,784 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程0]开始运行
2026-03-30 16:44:45,786 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程1]开始运行
2026-03-30 16:44:46,648 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程0]运行成功
2026-03-30 16:44:46,667 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:发送给[通讯口0]了消息"True"
2026-03-30 16:44:46,669 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程1]运行成功
2026-03-30 16:44:46,670 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:发送给[通讯口0]了消息"True"
2026-03-30 16:45:06,368 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程运行设置保存成功
2026-03-30 16:45:06,371 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:全局变量保存成功
2026-03-30 16:45:06,373 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:全局布局保存成功
2026-03-30 16:48:51,519 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程1]新建触发设置
2026-03-30 16:49:06,844 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程1]新建触发设置
2026-03-30 16:49:13,313 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程1]删除触发设置
2026-03-30 16:49:16,116 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程1]删除触发设置
2026-03-30 16:49:17,407 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:保存流程成功
2026-03-30 16:49:22,552 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯[通讯口0]接收到的消息"True"
2026-03-30 16:49:22,589 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:检查到可被触发的流程,清空所有流程运行完成标记位!
2026-03-30 16:49:22,596 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程1]开始运行
2026-03-30 16:49:22,638 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程0]开始运行
2026-03-30 16:49:22,874 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:发送给[通讯口0]了消息"FALSE"
2026-03-30 16:49:22,877 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:发送给[通讯口0]了消息"FALSE"
2026-03-30 16:49:24,746 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯[通讯口0]接收到的消息"True"
2026-03-30 16:49:24,748 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:检查到可被触发的流程,清空所有流程运行完成标记位!
2026-03-30 16:49:24,751 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程0]开始运行
2026-03-30 16:49:24,792 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程1]开始运行
2026-03-30 16:49:25,008 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:发送给[通讯口0]了消息"FALSE"
2026-03-30 16:49:25,009 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:发送给[通讯口0]了消息"FALSE"
2026-03-30 16:53:09,373 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:日志系统启动成功
2026-03-30 16:53:15,502 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Run
2026-03-30 16:53:15,523 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Debug
2026-03-30 16:53:15,524 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Error
2026-03-30 16:53:15,524 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Fatal
2026-03-30 16:53:15,525 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:ℹ️ 目录已存在: D:\项目\轮胎外观检测\SmartVision\LB_SmartVision\bin\Debug\net8.0-windows\Log\Warn
2026-03-30 16:53:15,915 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:初始化通讯口[通讯口0]成功
2026-03-30 16:53:15,920 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯口[通讯口0]加载触发通讯
2026-03-30 16:53:15,930 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯加载成功
2026-03-30 16:53:16,123 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:相机加载成功
2026-03-30 16:53:16,131 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:全局变量加载成功
2026-03-30 16:53:16,135 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:运动控制参数加载成功
2026-03-30 16:53:16,145 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:光源控制加载成功
2026-03-30 16:53:16,513 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程0]添加步骤[结束]
2026-03-30 16:53:16,598 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程0]添加步骤[相机取图]
2026-03-30 16:53:16,600 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程0]添加步骤[开始]
2026-03-30 16:53:16,600 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程0]加载成功
2026-03-30 16:53:16,638 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:添加流程[流程0]
2026-03-30 16:53:16,672 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程1]添加步骤[结束]
2026-03-30 16:53:16,673 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程1]添加步骤[相机取图]
2026-03-30 16:53:16,674 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程1]添加步骤[开始]
2026-03-30 16:53:16,675 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程1]加载成功
2026-03-30 16:53:16,699 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:添加流程[流程1]
2026-03-30 16:53:16,700 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程加载成功
2026-03-30 16:53:16,703 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程设置加载成功
2026-03-30 16:53:16,706 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程布局加载成功
2026-03-30 16:53:16,708 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程表格加载成功
2026-03-30 16:53:17,946 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:数据库和表创建成功!
2026-03-30 16:53:24,292 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:通讯[通讯口0]接收到的消息"True"
2026-03-30 16:53:24,352 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:检查到可被触发的流程,清空所有流程运行完成标记位!
2026-03-30 16:53:24,365 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程0]开始运行
2026-03-30 16:53:24,401 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程1]开始运行
2026-03-30 16:53:25,420 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程0]运行成功
2026-03-30 16:53:25,474 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程[流程1]运行成功
2026-03-30 16:53:25,483 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:发送给[通讯口0]了消息"True"
2026-03-30 16:53:25,486 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:发送给[通讯口0]了消息"True"
2026-03-30 16:53:37,029 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:流程运行设置保存成功
2026-03-30 16:53:37,040 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:全局变量保存成功
2026-03-30 16:53:37,042 [12] INFO  LB_SmartVisionCommon.AsyncLogHelper - 记录信息:全局布局保存成功