Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
孙克
/
ACSingleStore
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit 91e6143c
由
LN
编写于
2021-05-27 13:58:12 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
增加日志
1 个父辈
350f0810
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
18 行增加
和
3 行删除
source/ACSingleStore/记录.txt
source/DeviceLibrary/StoreConfig/AC/linePositions.csv
source/DeviceLibrary/acSingleStore/AC_SA_BoxBean.cs
source/ACSingleStore/记录.txt
查看文件 @
91e6143
20210222新建分支 SO852-ACSingleStore-SISO,基于RCDL-ACSingleStore-SISO,主要修改显示器分辨率1024X768
20210222新建分支 SO852-ACSingleStore-SISO,基于RCDL-ACSingleStore-SISO,主要修改显示器分辨率1024X768
20210507
1.上次没打开气源,没有报警提示
2.机器人还没有离开光栅就拍照
3.测高规律修改
增加判断
if (result > 40)
{
result = 44;
}
else if (result > 32)
{
result = 32;
}
else if (result >= 24)
{
result = 24;
}
...
...
source/DeviceLibrary/StoreConfig/AC/linePositions.csv
查看文件 @
91e6143
此文件的差异太大,无法显示。
source/DeviceLibrary/acSingleStore/AC_SA_BoxBean.cs
查看文件 @
91e6143
...
@@ -96,7 +96,7 @@ namespace OnlineStore.DeviceLibrary
...
@@ -96,7 +96,7 @@ namespace OnlineStore.DeviceLibrary
}
}
}
}
}
}
LogUtil
.
info
(
StoreName
+
"共加载到["
+
positionList
.
Count
+
"]个库位,["
+
PositionNumList
.
Count
+
"]个为料仓有效库位"
);
dlScanSocket
=
new
DLScanSocket
(
config
.
Scanner_Ip
,
config
.
Scanner_Port
,
onCodeReceived
);
dlScanSocket
=
new
DLScanSocket
(
config
.
Scanner_Ip
,
config
.
Scanner_Port
,
onCodeReceived
);
//初始化摄像机配置
//初始化摄像机配置
// CodeManager.LoadConfig( );
// CodeManager.LoadConfig( );
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论