Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
孙克
/
RC1250-AssemblyLine
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit 2797984d
由
LN
编写于
2020-01-16 20:08:30 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
未扫到码也需要获取库位
1 个父辈
667e0e04
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
8 行增加
和
6 行删除
source/DeviceLibrary/assemblyLine/DischargeLine.cs
source/DeviceLibrary/assemblyLine/FeedingEquip_InStore.cs
source/DeviceLibrary/assemblymanager/SServerManager.cs
source/DeviceLibrary/assemblyLine/DischargeLine.cs
查看文件 @
2797984
...
@@ -250,13 +250,14 @@ namespace OnlineStore.DeviceLibrary
...
@@ -250,13 +250,14 @@ namespace OnlineStore.DeviceLibrary
StartOutStoreMove
(
new
InOutParam
());
StartOutStoreMove
(
new
InOutParam
());
}
}
}
}
if
((
runStatus
.
Equals
(
LineRunStatus
.
Runing
)
||
runStatus
.
Equals
(
LineRunStatus
.
Busy
))
&&
NoAlarm
()
)
if
((
runStatus
.
Equals
(
LineRunStatus
.
Runing
)
||
runStatus
.
Equals
(
LineRunStatus
.
Busy
))
)
{
{
TrayLine1
.
TimerPro
();
TrayLine1
.
TimerPro
();
if
(
NgISBack
())
if
(
NgISBack
())
{
{
TrayLine2
.
TimerPro
();
TrayLine2
.
TimerPro
();
}
}
Line3TimerPro
();
Line3TimerPro
();
//小皮带线常转
//小皮带线常转
...
@@ -298,7 +299,7 @@ namespace OnlineStore.DeviceLibrary
...
@@ -298,7 +299,7 @@ namespace OnlineStore.DeviceLibrary
}
}
internal
bool
Line3TurnIsStop
()
internal
bool
Line3TurnIsStop
()
{
{
if
(
Line3Turn
.
InTurn
.
Equals
(
false
))
if
(
Line3Turn
.
InTurn
.
Equals
(
false
)
&&
NoAlarm
()
)
{
{
if
(
IOValue
(
IO_Type
.
DLine_Run3
).
Equals
(
IO_VALUE
.
LOW
))
if
(
IOValue
(
IO_Type
.
DLine_Run3
).
Equals
(
IO_VALUE
.
LOW
))
{
{
...
...
source/DeviceLibrary/assemblyLine/FeedingEquip_InStore.cs
查看文件 @
2797984
...
@@ -777,6 +777,7 @@ namespace OnlineStore.DeviceLibrary
...
@@ -777,6 +777,7 @@ namespace OnlineStore.DeviceLibrary
MoveInfo
.
NextMoveStep
(
LineMoveStep
.
FI_34_OutCheck
);
MoveInfo
.
NextMoveStep
(
LineMoveStep
.
FI_34_OutCheck
);
InLog
(
"上料完成"
+
MoveInfo
.
SLog
+
",等待出料线体无料架"
);
InLog
(
"上料完成"
+
MoveInfo
.
SLog
+
",等待出料线体无料架"
);
MoveInfo
.
WaitList
.
Add
(
WaitResultInfo
.
WaitIO
(
IO_Type
.
SL_Out_Check
,
IO_VALUE
.
LOW
));
MoveInfo
.
WaitList
.
Add
(
WaitResultInfo
.
WaitIO
(
IO_Type
.
SL_Out_Check
,
IO_VALUE
.
LOW
));
MoveInfo
.
WaitList
.
Add
(
WaitResultInfo
.
WaitIO
(
IO_Type
.
SL_Out_StopDown
,
IO_VALUE
.
LOW
));
}
}
else
if
(
MoveInfo
.
MoveStep
.
Equals
(
LineMoveStep
.
FI_34_OutCheck
))
else
if
(
MoveInfo
.
MoveStep
.
Equals
(
LineMoveStep
.
FI_34_OutCheck
))
{
{
...
...
source/DeviceLibrary/assemblymanager/SServerManager.cs
查看文件 @
2797984
...
@@ -65,10 +65,10 @@ namespace OnlineStore.DeviceLibrary
...
@@ -65,10 +65,10 @@ namespace OnlineStore.DeviceLibrary
string
code
=
"="
+
width
+
"x"
+
height
+
"="
+
str
.
Trim
();
string
code
=
"="
+
width
+
"x"
+
height
+
"="
+
str
.
Trim
();
codeStr
=
codeStr
+
code
+
spiltStr
;
codeStr
=
codeStr
+
code
+
spiltStr
;
}
}
if
(
String
.
IsNullOrEmpty
(
codeStr
))
//
if (String.IsNullOrEmpty(codeStr))
{
//
{
return
msg
=
deviceName
+
"未扫到条码"
;
//
return msg = deviceName + "未扫到条码";
}
//
}
codeStr
=
CodeManager
.
ReplaceCode
(
codeStr
);
codeStr
=
CodeManager
.
ReplaceCode
(
codeStr
);
//http://localhost/myproject/service/store/emptyPosForPutin
//http://localhost/myproject/service/store/emptyPosForPutin
// 参数:cids: 多个 cid
// 参数:cids: 多个 cid
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论