Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
李娜
/
SO664-HCSingleStore
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit b371f7b5
由
LN
编写于
2021-01-05 17:45:26 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
增加库位尺寸显示
1 个父辈
d60b991c
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
8 行增加
和
3 行删除
source/HCSingleStore/App.config
source/HCSingleStore/FrmBox.Designer.cs
source/HCSingleStore/FrmBox.cs
source/HCSingleStore/App.config
查看文件 @
b371f7b
...
...
@@ -19,9 +19,9 @@
<
add
key
=
"Store_ConfigPath"
value
=
"\StoreConfig\StoreConfig.csv"
/>
<
add
key
=
"Box_ConfigPath"
value
=
"\StoreConfig\BoxConfig.csv"
/>
<
add
key
=
"Store_Type"
value
=
"RC_AC_SA"
/>
<
add
key
=
"Store_CID"
value
=
"D
8
"
/>
<
add
key
=
"Store_CID_1"
value
=
"line-ac-
16
"
/>
<
add
key
=
"Store_CID_2"
value
=
"line-ac-
15
"
/>
<
add
key
=
"Store_CID"
value
=
"D
1
"
/>
<
add
key
=
"Store_CID_1"
value
=
"line-ac-
01
"
/>
<
add
key
=
"Store_CID_2"
value
=
"line-ac-
02
"
/>
<!--
end
one
store
config
-->
<
add
key
=
"ACBaudRate"
value
=
"115200"
/>
<
add
key
=
"InOutDefaultPosition"
value
=
"5000"
/>
...
...
source/HCSingleStore/FrmBox.Designer.cs
查看文件 @
b371f7b
此文件的差异被折叠,
点击展开。
source/HCSingleStore/FrmBox.cs
查看文件 @
b371f7b
...
...
@@ -412,6 +412,7 @@ namespace OnlineStore.ACSingleStore
if
(
ktkPosition
!=
null
)
{
lblSize
.
Text
=
"库位尺寸:"
+
ktkPosition
.
BagWidth
+
"X"
+
ktkPosition
.
BagHigh
;
txtMiddleP2
.
Text
=
ktkPosition
.
MiddleAxis_Position_P2
.
ToString
();
//txtMiddleP3.Text = ktkPosition.MiddleAxis_Position_P3.ToString();
txtUpDownP3
.
Text
=
ktkPosition
.
UpDownAxis_IHPosition_P3
.
ToString
();
...
...
@@ -430,6 +431,10 @@ namespace OnlineStore.ACSingleStore
//txtInOutP2.Text = ktkPosition.InOutAxis_DoorPosition_P2.ToString();
//txtUpDownP1.Text = ktkPosition.UpDownAxis_DoorOPosition_P1.ToString();
}
else
{
lblSize
.
Text
=
"库位尺寸:未知"
;
}
}
}
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论