Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
李娜
/
SO664-HCSingleStore
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit f25bcdbd
由
LN
编写于
2020-12-16 16:10:16 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
服务器地址修改
1 个父辈
e49b2b3c
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
17 行增加
和
10 行删除
source/HCSingleStore/App.config
source/HCSingleStore/FrmIDConfig.Designer.cs
source/HCSingleStore/FrmIDConfig.cs
source/HCSingleStore/记录.txt
source/HCSingleStore/App.config
查看文件 @
f25bcdb
...
...
@@ -5,13 +5,13 @@
</
configSections
>
<
appSettings
>
<!--是否开机自动启动料仓-->
<
add
key
=
"App_AutoRun"
value
=
"
0
"
/>
<
add
key
=
"App_AutoRun"
value
=
"
1
"
/>
<!-- 开始吹气的判断值(配置值=服务器发送的湿度值-开始吹气值)-->
<
add
key
=
"StartBlowValue"
value
=
"4"
/>
<!-- 停止吹气的判断值(配置值=服务器发送的湿度值-停止吹气值)-->
<
add
key
=
"StopBlowValue"
value
=
"4"
/>
<!--
Server
address
-->
<!-- <
add
key
=
"http.server"
value
=
"http://192.168.101.11/myproject/"
/>--
>
<
add
key
=
"http.server"
value
=
"http://10.85.162.124/myproject/"
/
>
<!--
storeType
-->
<
add
key
=
"store_count"
value
=
"2"
/>
<!--
start
one
store
config
-->
...
...
@@ -32,12 +32,11 @@
<
add
key
=
"HumitureControllerType"
value
=
"0"
/>
<
add
key
=
"UseHCBoard"
value
=
"1"
/>
<!--流水线地址和端口配置-->
<!-- <
add
key
=
"LineServerIp"
value
=
"192.168.8.108"
/> -->
<
add
key
=
"LineServerIp"
value
=
"10.85.162.124"
/>
<
add
key
=
"LineServerPort"
value
=
"5246"
/>
<!--是否调试状态-->
<
add
key
=
"IsInDebug"
value
=
"1"
/>
<
add
key
=
"ClientSettingsProvider.ServiceUri"
value
=
""
/>
<
add
key
=
"App_AutoRun"
value
=
"0"
/>
<
add
key
=
"ClientSettingsProvider.ServiceUri"
value
=
""
/>
<
add
key
=
"Tool_P3_Offset"
value
=
"30"
/>
<
add
key
=
"Tool_P4_Offset"
value
=
"100"
/>
<
add
key
=
"Tool_P5_Offset"
value
=
"100"
/>
...
...
source/HCSingleStore/FrmIDConfig.Designer.cs
查看文件 @
f25bcdb
...
...
@@ -147,7 +147,7 @@
this
.
txtLineAddr
.
Name
=
"txtLineAddr"
;
this
.
txtLineAddr
.
Size
=
new
System
.
Drawing
.
Size
(
285
,
26
);
this
.
txtLineAddr
.
TabIndex
=
279
;
this
.
txtLineAddr
.
Text
=
"1
92.168.101.11
"
;
this
.
txtLineAddr
.
Text
=
"1
0.85.162.124
"
;
//
// txthttpAddr
//
...
...
@@ -156,7 +156,7 @@
this
.
txthttpAddr
.
Name
=
"txthttpAddr"
;
this
.
txthttpAddr
.
Size
=
new
System
.
Drawing
.
Size
(
285
,
26
);
this
.
txthttpAddr
.
TabIndex
=
280
;
this
.
txthttpAddr
.
Text
=
"http://1
92.168.101.11
/myproject/"
;
this
.
txthttpAddr
.
Text
=
"http://1
0.85.162.124
/myproject/"
;
//
// btnReset
//
...
...
@@ -409,7 +409,7 @@
this
.
tabPage2
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
26
);
this
.
tabPage2
.
Name
=
"tabPage2"
;
this
.
tabPage2
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
tabPage2
.
Size
=
new
System
.
Drawing
.
Size
(
576
,
2
25
);
this
.
tabPage2
.
Size
=
new
System
.
Drawing
.
Size
(
576
,
2
03
);
this
.
tabPage2
.
TabIndex
=
1
;
this
.
tabPage2
.
Text
=
" 右侧BOX2料仓 "
;
this
.
tabPage2
.
UseVisualStyleBackColor
=
true
;
...
...
source/HCSingleStore/FrmIDConfig.cs
查看文件 @
f25bcdb
...
...
@@ -170,8 +170,8 @@ namespace OnlineStore.ACSingleStore
private
void
btnReset_Click
(
object
sender
,
EventArgs
e
)
{
txthttpAddr
.
Text
=
"http://1
92.168.101.11
/myproject/"
;
txtLineAddr
.
Text
=
"1
92.168.101.10
"
;
txthttpAddr
.
Text
=
"http://1
0.85.162.124
/myproject/"
;
txtLineAddr
.
Text
=
"1
0.85.162.124
"
;
}
private
void
cmbPosition7_MouseLeave
(
object
sender
,
EventArgs
e
)
...
...
source/HCSingleStore/记录.txt
查看文件 @
f25bcdb
...
...
@@ -66,3 +66,11 @@
2.点位调试:增加升降轴开始位置,方便仓门列的库位调试。
3.点位调试:打开文件夹默认可用。
4.自动出入库修改。
20201216
更改配置:
http://192.168.101.11/myproject/
192.168.101.10
已全部更新
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论