Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
孙克
/
ACSingleStore
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit 1c163202
由
刘韬
编写于
2025-02-27 14:39:47 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
出库时屏蔽料叉检测
1 个父辈
0e1429fb
显示空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
9 行增加
和
5 行删除
source/ACSingleStore/Properties/AssemblyInfo.cs
source/DeviceLibrary/acSingleStore/AC_SA_BoxBean_Partial.cs
source/LoadCVSLibrary/storeConfig/config/StoreConfig.cs
source/ACSingleStore/Properties/AssemblyInfo.cs
查看文件 @
1c16320
...
@@ -9,7 +9,7 @@ using System.Runtime.InteropServices;
...
@@ -9,7 +9,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("SO951-HC-ACSingleStore
8df519a3f541e9b5045e30ff7459067dc3f30f8a
")]
[assembly: AssemblyProduct("SO951-HC-ACSingleStore
0e1429fb249590453ab89366ff80a630d1edae41
")]
[assembly: AssemblyCopyright("Copyright ? 2017")]
[assembly: AssemblyCopyright("Copyright ? 2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyCulture("")]
...
...
source/DeviceLibrary/acSingleStore/AC_SA_BoxBean_Partial.cs
查看文件 @
1c16320
...
@@ -442,7 +442,7 @@ namespace OnlineStore.DeviceLibrary
...
@@ -442,7 +442,7 @@ namespace OnlineStore.DeviceLibrary
{
{
InStoreLog
(
"入库:SI_08 检测叉子料盘检测信号 "
);
InStoreLog
(
"入库:SI_08 检测叉子料盘检测信号 "
);
StoreMove
.
NextMoveStep
(
StoreMoveStep
.
SI_08_CheckTray
);
StoreMove
.
NextMoveStep
(
StoreMoveStep
.
SI_08_CheckTray
);
StoreMove
.
WaitList
.
Add
(
WaitResultInfo
.
WaitIO
(
IO_Type
.
TrayCheck_Fixture
,
IO_VALUE
.
HIGH
));
//
StoreMove.WaitList.Add(WaitResultInfo.WaitIO(IO_Type.TrayCheck_Fixture, IO_VALUE.HIGH));
}
}
else
else
//if (IOManager.IOValue(IO_Type.TrayCheck_Fixture).Equals(IO_VALUE.HIGH))
//if (IOManager.IOValue(IO_Type.TrayCheck_Fixture).Equals(IO_VALUE.HIGH))
...
@@ -621,7 +621,7 @@ namespace OnlineStore.DeviceLibrary
...
@@ -621,7 +621,7 @@ namespace OnlineStore.DeviceLibrary
}
}
return
false
;
return
false
;
}
}
bool
fixturestates
=
false
;
//
bool fixturestates = false;
LineMoveP
movePfix
=
new
LineMoveP
();
LineMoveP
movePfix
=
new
LineMoveP
();
protected
override
void
OutStoreProcess
()
protected
override
void
OutStoreProcess
()
{
{
...
@@ -646,7 +646,7 @@ namespace OnlineStore.DeviceLibrary
...
@@ -646,7 +646,7 @@ namespace OnlineStore.DeviceLibrary
}
}
else
if
(
StoreMove
.
MoveStep
==
StoreMoveStep
.
SO_02_DeviceBack
)
else
if
(
StoreMove
.
MoveStep
==
StoreMoveStep
.
SO_02_DeviceBack
)
{
{
fixturestates
=
false
;
//
fixturestates = false;
StoreMove
.
NextMoveStep
(
StoreMoveStep
.
SO_03_ToBagPosition
);
StoreMove
.
NextMoveStep
(
StoreMoveStep
.
SO_03_ToBagPosition
);
OutStoreLog
(
"出库:SO_03 走到库位,压紧轴至P3(压紧前点) ,旋转轴至P2(库位点),升降轴至P5(库位出库前点)"
);
OutStoreLog
(
"出库:SO_03 走到库位,压紧轴至P3(压紧前点) ,旋转轴至P2(库位点),升降轴至P5(库位出库前点)"
);
ComMoveToPosition
(
moveP
.
ComPress_P3
,
Config
.
CompAxis_P3_Speed
);
ComMoveToPosition
(
moveP
.
ComPress_P3
,
Config
.
CompAxis_P3_Speed
);
...
@@ -693,7 +693,7 @@ namespace OnlineStore.DeviceLibrary
...
@@ -693,7 +693,7 @@ namespace OnlineStore.DeviceLibrary
}
}
HIKCamera
.
Current
.
CameraGrabOne
(
HIKCamera
.
Current
.
GetFixtureStateFilename
(
StoreMove
.
MoveParam
,
StoreMove
.
MoveType
,
FixtureState
.
Out
));
HIKCamera
.
Current
.
CameraGrabOne
(
HIKCamera
.
Current
.
GetFixtureStateFilename
(
StoreMove
.
MoveParam
,
StoreMove
.
MoveType
,
FixtureState
.
Out
));
fixturestates
=
IOManager
.
IOValue
(
IO_Type
.
TrayCheck_Fixture
).
Equals
(
IO_VALUE
.
HIGH
);
//
fixturestates = IOManager.IOValue(IO_Type.TrayCheck_Fixture).Equals(IO_VALUE.HIGH);
var
fixposid
=
$
"fix#{StoreMove.MoveParam.PlagtW}"
;
var
fixposid
=
$
"fix#{StoreMove.MoveParam.PlagtW}"
;
var
fixposition
=
CSVPositionReader
<
ACStorePosition
>.
GetPositon
(
fixposid
);
var
fixposition
=
CSVPositionReader
<
ACStorePosition
>.
GetPositon
(
fixposid
);
...
...
source/LoadCVSLibrary/storeConfig/config/StoreConfig.cs
查看文件 @
1c16320
...
@@ -179,6 +179,10 @@ namespace OnlineStore.LoadCSVLibrary
...
@@ -179,6 +179,10 @@ namespace OnlineStore.LoadCSVLibrary
{
{
prop
.
SetValue
(
this
,
Convert
.
ChangeType
(
""
,
prop
.
PropertyType
),
null
);
//赋值****在这里需要考虑类型问题
prop
.
SetValue
(
this
,
Convert
.
ChangeType
(
""
,
prop
.
PropertyType
),
null
);
//赋值****在这里需要考虑类型问题
}
}
else
if
(
prop
.
PropertyType
.
Equals
(
typeof
(
double
)))
{
prop
.
SetValue
(
this
,
Convert
.
ChangeType
(
0
,
prop
.
PropertyType
),
null
);
//赋值****在这里需要考虑类型问题
}
else
else
{
{
prop
.
SetValue
(
this
,
Convert
.
ChangeType
(
null
,
prop
.
PropertyType
),
null
);
//赋值****在这里需要考虑类型问题
prop
.
SetValue
(
this
,
Convert
.
ChangeType
(
null
,
prop
.
PropertyType
),
null
);
//赋值****在这里需要考虑类型问题
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论