Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
孙克
/
ACSingleStore
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit f98769fe
由
几米阳光
编写于
2018-11-03 09:35:09 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
AI模块分包修改
1 个父辈
0acddeec
显示空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
7 行增加
和
4 行删除
doc/(485伺服料仓)IO关系表.xlsx
doc/(RC23北京料仓)IO关系表.xlsx
doc/设备IP地址分配.xlsx
source/DeviceLibrary/KangNaiDe/AITcpClient.cs
source/DeviceLibrary/PanasonicServo/ACServerManager.cs
source/DeviceLibrary/acSingleStore/AC_SA_BoxBean.cs
doc/(485伺服料仓)IO关系表.xlsx
deleted
100644 → 0
查看文件 @
0acddee
此文件类型无法预览
doc/(RC23北京料仓)IO关系表.xlsx
deleted
100644 → 0
查看文件 @
0acddee
此文件类型无法预览
doc/设备IP地址分配.xlsx
查看文件 @
f98769f
此文件类型无法预览
source/DeviceLibrary/KangNaiDe/AITcpClient.cs
查看文件 @
f98769f
...
...
@@ -275,10 +275,12 @@ namespace OnlineStore.DeviceLibrary
if
(
rdata
.
Length
<
currStartIndex
+
lengthIndex
)
{
LogUtil
.
error
(
clientipe
.
ToString
()
+
"收到数据:"
+
str
+
"分包出错 ["
+
currStartIndex
+
"]"
);
break
;
}
else
{
dataLength
=
rdata
[
currStartIndex
+
lengthIndex
];
allLength
=
lengthIndex
+
1
+
dataLength
;
allLength
=
lengthIndex
+
1
+
dataLength
;
byte
[]
thisData
=
new
byte
[
allLength
];
Array
.
Copy
(
rdata
,
currStartIndex
,
thisData
,
0
,
allLength
);
...
...
@@ -293,6 +295,7 @@ namespace OnlineStore.DeviceLibrary
}
currStartIndex
=
currStartIndex
+
allLength
;
}
}
catch
(
Exception
ex
)
{
LogUtil
.
error
(
clientipe
.
ToString
()
+
"收到数据:"
+
str
+
"分包出错 ["
+
currStartIndex
+
"]:"
+
ex
.
ToString
());
...
...
source/DeviceLibrary/PanasonicServo/ACServerManager.cs
查看文件 @
f98769f
...
...
@@ -311,7 +311,7 @@ namespace OnlineStore.DeviceLibrary
//else
//{
UpdateBlock
(
portName
,
slvAddr
,
ACCMDManager
.
Block_HomeMove1
);
LogUtil
.
info
(
"回原点:反方向"
);
LogUtil
.
debug
(
"回原点:反方向"
);
//}
Thread
.
Sleep
(
SleepMSendons
);
OpenAndCloseSTB
(
portName
,
slvAddr
);
...
...
source/DeviceLibrary/acSingleStore/AC_SA_BoxBean.cs
查看文件 @
f98769f
...
...
@@ -451,7 +451,7 @@ namespace OnlineStore.DeviceLibrary
{
if
(
IsHasCompress_Axis
)
{
LogUtil
.
info
(
"压紧轴绝对运动目标位置:"
+
targetPosition
);
LogUtil
.
debug
(
"压紧轴绝对运动目标位置:"
+
targetPosition
);
ShuoKeControls
.
AbsMove
(
Config
.
CompressAxis_Slv
,
targetPosition
);
StoreMove
.
WaitList
.
Add
(
WaitResultInfo
.
WaitShuoKe
(
Config
.
CompressAxis_Slv
,
targetPosition
,
false
));
Thread
.
Sleep
(
100
);
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论