Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
刘韬
/
SO775-DUOStore
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit 6b2e7217
由
LN
编写于
2020-10-13 16:38:40 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
配置保存bug
1 个父辈
a2cde732
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
4 行增加
和
3 行删除
source/DeviceLibrary/StoreConfig/StoreConfig.csv
source/DeviceLibrary/StoreConfig/linePositions_2.csv
source/LoadCVSLibrary/storeConfig/CSVConfigReader.cs
source/LoadCVSLibrary/storeConfig/ConfigItemBase.cs
source/DeviceLibrary/StoreConfig/StoreConfig.csv
查看文件 @
6b2e721
...
...
@@ -59,8 +59,8 @@ DI,2,右侧出料口安全光栅,OutDoor_SafeSignal,10,PRO_AIO_IP_2,X31,,,,,,,,,,
DI,2,右侧暂存区料盘检测,InDoor_Check,11,PRO_AIO_IP_2,X32,,,,,,,,,,
DI,2,右侧出料口门上升/打开端,OutDoor_Up,12,PRO_AIO_IP_2,X33,,,,,,,,,,
DI,2,右侧出料口门下降/关闭端,OutDoor_Down,13,PRO_AIO_IP_2,X34,,,,,,,,,,
DI,2,右侧料叉料盘检测,
OutDoor
_Check,14,PRO_AIO_IP_2,X35,,,,,,,,,,
DI,2,右侧出料口料盘检测,
Fixture
_Check,15,PRO_AIO_IP_2,X36,,,,,,,,,,
DI,2,右侧料叉料盘检测,
Fixture
_Check,14,PRO_AIO_IP_2,X35,,,,,,,,,,
DI,2,右侧出料口料盘检测,
OutDoor
_Check,15,PRO_AIO_IP_2,X36,,,,,,,,,,
,,,,,,,,,,,,,,,,
DO,2,右侧料仓伺服ON,Axis_Run,0,PRO_AIO_IP_2,Y21,,,,,,,,,,
DO,0,取料机构伺服ON,MoveAxis_Run,1,PRO_AIO_IP_2,Y22,,,,,,,,,,
...
...
source/DeviceLibrary/StoreConfig/linePositions_2.csv
查看文件 @
6b2e721
此文件的差异被折叠,
点击展开。
source/LoadCVSLibrary/storeConfig/CSVConfigReader.cs
查看文件 @
6b2e721
...
...
@@ -213,6 +213,7 @@ namespace OnlineStore.LoadCSVLibrary
string
proValue
=
array
[
4
];
if
(
proName
.
ToUpper
().
Contains
(
BaseConfig
.
IOIP_Str
.
ToUpper
()))
{
index
++;
continue
;
}
try
...
...
source/LoadCVSLibrary/storeConfig/ConfigItemBase.cs
查看文件 @
6b2e721
...
...
@@ -169,7 +169,7 @@ namespace OnlineStore.LoadCSVLibrary
io
.
ProType
=
this
.
ProType
;
io
.
SubType
=
this
.
SubType
;
io
.
Explain
=
this
.
Explain
;
io
.
Pro
Type
=
this
.
ProTyp
e
;
io
.
Pro
Value
=
this
.
ProValu
e
;
io
.
ProName
=
this
.
ProName
+
suffix
;
return
io
;
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论