Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
孙克
/
RC1250-VMILineClient
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit 83b9eb25
由
LN
编写于
2020-01-13 09:57:08 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
文字修改
1 个父辈
b82fc895
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
4 行增加
和
4 行删除
source/DeviceLibrary/acVmiLine/VMILineBean.cs
source/DeviceLibrary/acVmiLine/VMILineBean_Partial.cs
source/VMILineClient/FrmVMIClient.Designer.cs
source/VMILineClient/FrmVMIClient.cs
source/DeviceLibrary/acVmiLine/VMILineBean.cs
查看文件 @
83b9eb2
...
...
@@ -486,7 +486,7 @@ namespace OnlineStore.DeviceLibrary
}
private
string
http_server
=
ConfigAppSettings
.
GetValue
(
Setting_Init
.
http_server
);
private
string
api_communication
=
"service/store/qisda/vmiRfid"
;
//流水线状态通信接口
private
string
api_communication
=
"
/
service/store/qisda/vmiRfid"
;
//流水线状态通信接口
private
string
lastLog
=
""
;
public
bool
SendVmiRfid
(
string
rfid
)
{
...
...
source/DeviceLibrary/acVmiLine/VMILineBean_Partial.cs
查看文件 @
83b9eb2
...
...
@@ -125,7 +125,7 @@ namespace OnlineStore.DeviceLibrary
public
string
GetRunInfo
()
{
return
"进料流水线:入
库料架 ["
+
LastInShelfId
+
"] 出口
料架 ["
+
LastOutShelfId
+
"]"
;
return
"进料流水线:入
口处料架 ["
+
LastInShelfId
+
"] 出口处
料架 ["
+
LastOutShelfId
+
"]"
;
}
#
endregion
}
...
...
source/VMILineClient/FrmVMIClient.Designer.cs
查看文件 @
83b9eb2
...
...
@@ -508,7 +508,7 @@
this
.
txtname
.
Name
=
"txtname"
;
this
.
txtname
.
Size
=
new
System
.
Drawing
.
Size
(
53
,
26
);
this
.
txtname
.
TabIndex
=
5
;
this
.
txtname
.
Text
=
"
C2
"
;
this
.
txtname
.
Text
=
"
A1
"
;
//
// btnNeedEntry
//
...
...
source/VMILineClient/FrmVMIClient.cs
查看文件 @
83b9eb2
...
...
@@ -46,12 +46,12 @@ namespace OnlineStore.VMILineClient
this
.
Close
();
return
;
}
timer1
.
Enabled
=
true
;
groupBox5
.
Text
=
"AGV调度通信,入料线体 ["
+
vmiLine
.
Config
.
InL_AgvName
+
"] ,出料线体 ["
+
vmiLine
.
Config
.
OutL_AgvName
+
"] "
;
chbDebug
.
Checked
=
vmiLine
.
IsDebug
;
this
.
ShowInTaskbar
=
true
;
LoadIOList
();
txtname
.
Name
=
vmiLine
.
Config
.
InL_AgvName
;
notifyIcon1
.
Text
=
ConfigAppSettings
.
GetValue
(
Setting_Init
.
App_Title
);
HideForm
();
this
.
Opacity
=
1
;
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论