Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
李娜
/
Line-Smart-Workstation
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit 6f6d468c
由
LN
编写于
2021-07-15 11:27:09 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
默认图片修改
1 个父辈
0e697b84
显示空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
13 行增加
和
3 行删除
DeviceLibrary/DeviceLibrary.csproj
DeviceLibrary/config/defaultBoard0.jpg → DeviceLibrary/config/image/defaultBoard.jpg
TSA-V/FrmBoardList.cs
TSA-V/记录.txt
DeviceLibrary/DeviceLibrary.csproj
查看文件 @
6f6d468
...
@@ -128,7 +128,9 @@
...
@@ -128,7 +128,9 @@
<None Include="config\user.sqlite3">
<None Include="config\user.sqlite3">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</None>
<None Include="config\defaultBoard0.jpg" />
<Content Include="config\image\defaultBoard.jpg">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<None Include="config\元器件信息模板.csv">
<None Include="config\元器件信息模板.csv">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</None>
...
...
DeviceLibrary/config/
defaultBoard0
.jpg
→
DeviceLibrary/config/
image/defaultBoard
.jpg
查看文件 @
6f6d468
99.0 KB
TSA-V/FrmBoardList.cs
查看文件 @
6f6d468
...
@@ -329,8 +329,8 @@ namespace TSA_V
...
@@ -329,8 +329,8 @@ namespace TSA_V
string
oldName
=
ConfigAppSettings
.
GetValue
(
Setting_Init
.
BOARD_IMAGE_DEFAULT
);
string
oldName
=
ConfigAppSettings
.
GetValue
(
Setting_Init
.
BOARD_IMAGE_DEFAULT
);
string
newName
=
board
.
boardName
+
Path
.
GetExtension
(
oldName
);
string
newName
=
board
.
boardName
+
Path
.
GetExtension
(
oldName
);
string
configPath
=
ConfigAppSettings
.
GetValue
(
Setting_Init
.
BOARD_IMAGE_PATH
);
string
configPath
=
ConfigAppSettings
.
GetValue
(
Setting_Init
.
BOARD_IMAGE_PATH
);
string
oldPath
=
Application
.
StartupPath
+
"/"
+
configPath
+
"/
"
+
oldName
;
string
oldPath
=
Application
.
StartupPath
+
@"\" + configPath +@"
\
" + oldName;
string
newPath
=
Application
.
StartupPath
+
"/"
+
configPath
+
"/
"
+
newName
;
string
newPath
=
Application
.
StartupPath
+
@"\" + configPath + @"
\
" + newName;
if
(
File
.
Exists
(
oldPath
))
if
(
File
.
Exists
(
oldPath
))
{
{
File
.
Copy
(
oldPath
,
newPath
,
true
);
File
.
Copy
(
oldPath
,
newPath
,
true
);
...
...
TSA-V/记录.txt
查看文件 @
6f6d468
...
@@ -94,3 +94,11 @@ SmartWorkstation.exe.config文件需要增加参数:
...
@@ -94,3 +94,11 @@ SmartWorkstation.exe.config文件需要增加参数:
20210518
20210518
1.条码根据开头的匹配
1.条码根据开头的匹配
2.
2.
20210623
修改内容:
1. 增加配置,此配置值为1时,板子到位后侧挡气缸先前进,底部气缸再上升。
需要再 SmartWorkstation.exe.config配置文件增加如下一行配置 :
<add key ="SideCylinderMoveFirst" value ="1"/>
2.导入元器件库时,不同料配置同库位,增加提示确认。
\ No newline at end of file
\ No newline at end of file
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论