Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
李娜
/
SO827-OutletEquip
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit b63bd98f
由
LN
编写于
2021-03-26 18:25:20 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
bug修改
1 个父辈
973af2ee
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
17 行增加
和
10 行删除
source/DeviceLibrary/bean/EquipBean.cs
source/DeviceLibrary/bean/EquipBean_Partial.cs
source/DeviceLibrary/bean/WorkStation.cs
source/HCSingleStore/App.config
source/HCSingleStore/FrmEquip.cs
source/DeviceLibrary/bean/EquipBean.cs
查看文件 @
b63bd98
...
...
@@ -613,8 +613,16 @@ namespace OnlineStore.DeviceLibrary
{
return
;
}
if
(
MoveInfo
.
IsInWait
==
false
)
if
(
!
MoveInfo
.
IsInWait
)
{
foreach
(
WorkStation
w
in
StationMap
.
Values
)
{
if
(
w
.
MoveInfo
.
IsInWait
)
{
return
;
}
}
LogInfo
(
"之前有IO超时异常【"
+
alarmInfo
.
alarmDetail
+
"】,但是当前已经没有在等待中,清理信号超时异常!"
);
alarmType
=
StoreAlarmType
.
None
;
WarnMsg
=
""
;
...
...
@@ -910,6 +918,7 @@ namespace OnlineStore.DeviceLibrary
{
LogUtil
.
error
(
Name
+
"轴报警,关闭刹车,停止运动,关闭轴,打开报警灯"
);
StopMove
();
}
else
if
(
alarmType
==
StoreAlarmType
.
SuddenStop
)
{
...
...
source/DeviceLibrary/bean/EquipBean_Partial.cs
查看文件 @
b63bd98
...
...
@@ -485,11 +485,9 @@ namespace OnlineStore.DeviceLibrary
else
if
(
MoveInfo
.
IsStep
(
MoveStep
.
SO_23_PutReel
))
{
MoveInfo
.
NextMoveStep
(
MoveStep
.
SO_24_InoutBack
);
MoveLog
(
" 进出轴动作至P1["
+
moveP
.
InOut_P1
+
"],调用SheflFinish "
);
HttpServer
.
ShelfFinish
(
CurrTray
.
realRFID
,
CurrTray
.
barcode
,
CurrTray
.
shelfP
.
ToString
()
);
MoveLog
(
" 进出轴动作至P1["
+
moveP
.
InOut_P1
+
"],调用SheflFinish "
);
ACAxisMove
(
Config
.
InOut_Axis
,
moveP
.
InOut_P1
,
Config
.
InOutAxis_P1_Speed
);
HttpServer
.
ShelfFinish
(
CurrTray
.
realRFID
,
CurrTray
.
barcode
,
CurrTray
.
shelfP
.
ToString
());
}
else
if
(
MoveInfo
.
IsStep
(
MoveStep
.
SO_24_InoutBack
))
{
...
...
source/DeviceLibrary/bean/WorkStation.cs
查看文件 @
b63bd98
...
...
@@ -153,7 +153,7 @@ namespace OnlineStore.DeviceLibrary
else
if
(
MoveInfo
.
IsStep
(
MoveStep
.
SR_03_LocationUp
))
{
LogUtil
.
info
(
Name
+
"复位:"
+
CurrShelf
.
ToStr
()
+
"准备完成,可以放料 "
);
MoveInfo
.
EndMove
();
MoveInfo
.
EndMove
();
}
}
private
void
SR_03_LocationUp
()
...
...
source/HCSingleStore/App.config
查看文件 @
b63bd98
...
...
@@ -11,8 +11,8 @@
<!-- 停止吹气的判断值(配置值=服务器发送的湿度值-停止吹气值)-->
<
add
key
=
"StopBlowValue"
value
=
"4"
/>
<!--
Server
address
-->
<
add
key
=
"http.server"
value
=
"http://1
0.85.162.12
4/myproject/"
/>
<
add
key
=
"httpAddr"
value
=
"http://1
0.85.160.25
/myproject/rest/api/qisda/device/"
/>
<
add
key
=
"http.server"
value
=
"http://1
92.168.100.1
4/myproject/"
/>
<
add
key
=
"httpAddr"
value
=
"http://1
92.168.100.14
/myproject/rest/api/qisda/device/"
/>
<!--
AGV
调度服务器地址-->
<
add
key
=
"AgvServerIp"
value
=
"10.85.162.40"
/>
<!--
storeType
-->
...
...
source/HCSingleStore/FrmEquip.cs
查看文件 @
b63bd98
...
...
@@ -292,8 +292,8 @@ namespace OnlineStore.ACSingleStore
if
(
position
!=
null
)
{
position
.
MiddleAxis_P2
=
FormUtil
.
GetIntValue
(
txtMiddleP2
);
position
.
UpDownAxis_L_P4
=
FormUtil
.
GetIntValue
(
txtUpDownP
5
);
position
.
UpDownAxis_H_P3
=
FormUtil
.
GetIntValue
(
txtUpDownP
6
);
position
.
UpDownAxis_L_P4
=
FormUtil
.
GetIntValue
(
txtUpDownP
4
);
position
.
UpDownAxis_H_P3
=
FormUtil
.
GetIntValue
(
txtUpDownP
3
);
position
.
InOutAxis_P3
=
FormUtil
.
GetIntValue
(
txtInOutP3
);
position
.
CompressAxis_P3
=
FormUtil
.
GetIntValue
(
txtComP3
);
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论