Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
孙克
/
RC1250-VMILineClient
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit 7b34e538
由
张东亮
编写于
2021-08-16 09:03:16 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
0816
1 个父辈
82f8c8fa
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
4 行增加
和
5 行删除
source/DeviceLibrary/acVmiLine/VMILineBean.cs
source/VMILineClient/FrmVMIClient.cs
source/DeviceLibrary/acVmiLine/VMILineBean.cs
查看文件 @
7b34e53
...
...
@@ -241,7 +241,7 @@ namespace OnlineStore.DeviceLibrary
}
else
if
(
runStatus
.
Equals
(
RunStatus
.
Runing
))
{
InLineTimerProcess
();
In
StoreReelString
LineTimerProcess
();
OutLineTimerProcess
();
...
...
@@ -308,9 +308,9 @@ namespace OnlineStore.DeviceLibrary
private
DateTime
il_lastCallAgvTime
=
DateTime
.
Now
.
AddMinutes
(-
5
);
private
Stopwatch
il_outstopCheckWarch
=
new
Stopwatch
();
/// <summary>
///
入料线体定时处理
///
出料线体定时处理(入库料串)
/// </summary>
private
void
InLineTimerProcess
()
private
void
In
StoreReelString
LineTimerProcess
()
{
TimeSpan
span
=
DateTime
.
Now
-
il_lastCallAgvTime
;
//出口有料架,需要通知agv取走料架
...
...
@@ -323,7 +323,6 @@ namespace OnlineStore.DeviceLibrary
if
(
LineManager
.
checkWatch
(
il_outstopCheckWarch
,
1000
))
{
il_lastCallAgvTime
=
DateTime
.
Now
;
//StopIOMove(IO_Type.InL_OutStopDown, StopDownMS);
LogUtil
.
info
(
" 出料线体出口有料架"
+
LastOutShelfId
+
",呼叫agv小车["
+
Config
.
L2_AgvName
+
"] [NeedLeave] "
);
AgvClient
.
NeedLeave
(
Config
.
L2_AgvName
,
LastOutShelfId
);
...
...
source/VMILineClient/FrmVMIClient.cs
查看文件 @
7b34e53
...
...
@@ -419,7 +419,7 @@ namespace OnlineStore.VMILineClient
private
void
btnTranverse_Click
(
object
sender
,
EventArgs
e
)
{
BtnMove
(
btnTranverse
,
"横移运转"
,
"横移停止"
,
IO_Type
.
L2
_Run
);
BtnMove
(
btnTranverse
,
"横移运转"
,
"横移停止"
,
IO_Type
.
Traverse1
_Run
);
//Button btn = (Button)sender;
//LogUtil.info(vmiLine.Name + "点击【" + btn.Text + "】 ");
//if (btn.Text.Equals("横移运转"))
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论