Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
孙克
/
ACSingleStore
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit 020e8c88
由
LN
编写于
2021-06-15 09:12:03 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
料叉检测信号和仓门口检测信号功能改为可配置
1 个父辈
53b5febe
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
8 个修改的文件
包含
135 行增加
和
77 行删除
dll/camera/Asa.Camera.VisionLib.dll
source/ACSingleStore/FrmStoreBox.Designer.cs
source/ACSingleStore/FrmStoreBox.cs
source/ACSingleStore/记录.txt
source/DeviceLibrary/StoreConfig/AC/StoreConfig.csv
source/DeviceLibrary/acSingleStore/AC_SA_BoxBean_Partial.cs
source/DeviceLibrary/store/StoreStep.cs
source/LoadCVSLibrary/storeConfig/config/AC_SA_Config.cs
dll/camera/Asa.Camera.VisionLib.dll
查看文件 @
020e8c8
此文件类型无法预览
source/ACSingleStore/FrmStoreBox.Designer.cs
查看文件 @
020e8c8
...
...
@@ -105,14 +105,10 @@
this
.
cmbAxisList
=
new
System
.
Windows
.
Forms
.
ComboBox
();
this
.
label49
=
new
System
.
Windows
.
Forms
.
Label
();
this
.
groupBox1
=
new
System
.
Windows
.
Forms
.
GroupBox
();
this
.
axis_4_Alarm
=
new
UserFromControl
.
IOStatusControl
();
this
.
txt4Target
=
new
System
.
Windows
.
Forms
.
TextBox
();
this
.
lblTargetP4
=
new
System
.
Windows
.
Forms
.
TextBox
();
this
.
lblActual4
=
new
System
.
Windows
.
Forms
.
TextBox
();
this
.
label7
=
new
System
.
Windows
.
Forms
.
Label
();
this
.
axis_1_Alarm
=
new
UserFromControl
.
IOStatusControl
();
this
.
axis_3_Alarm
=
new
UserFromControl
.
IOStatusControl
();
this
.
axis_2_Alarm
=
new
UserFromControl
.
IOStatusControl
();
this
.
label38
=
new
System
.
Windows
.
Forms
.
Label
();
this
.
txtMiddleTarget
=
new
System
.
Windows
.
Forms
.
TextBox
();
this
.
txtInoutTarget
=
new
System
.
Windows
.
Forms
.
TextBox
();
...
...
@@ -190,6 +186,11 @@
this
.
btnUpDownP6
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnUpDownP3
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnUpDownP4
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
lblConfigInfo
=
new
System
.
Windows
.
Forms
.
Label
();
this
.
axis_4_Alarm
=
new
UserFromControl
.
IOStatusControl
();
this
.
axis_1_Alarm
=
new
UserFromControl
.
IOStatusControl
();
this
.
axis_3_Alarm
=
new
UserFromControl
.
IOStatusControl
();
this
.
axis_2_Alarm
=
new
UserFromControl
.
IOStatusControl
();
this
.
contextMenuStrip1
.
SuspendLayout
();
this
.
tabControl2
.
SuspendLayout
();
this
.
tabPage4
.
SuspendLayout
();
...
...
@@ -266,9 +267,9 @@
//
// tabPage4
//
this
.
tabPage4
.
Controls
.
Add
(
this
.
lblConfigInfo
);
this
.
tabPage4
.
Controls
.
Add
(
this
.
btnStoreExit
);
this
.
tabPage4
.
Controls
.
Add
(
this
.
chbDebug
);
this
.
tabPage4
.
Controls
.
Add
(
this
.
btnStoreHome
);
this
.
tabPage4
.
Controls
.
Add
(
this
.
chbAuto
);
this
.
tabPage4
.
Controls
.
Add
(
this
.
btnSotreReset
);
this
.
tabPage4
.
Controls
.
Add
(
this
.
btnStoreStop
);
...
...
@@ -284,7 +285,7 @@
// btnStoreExit
//
this
.
btnStoreExit
.
FlatStyle
=
System
.
Windows
.
Forms
.
FlatStyle
.
Flat
;
this
.
btnStoreExit
.
Location
=
new
System
.
Drawing
.
Point
(
539
,
4
);
this
.
btnStoreExit
.
Location
=
new
System
.
Drawing
.
Point
(
406
,
4
);
this
.
btnStoreExit
.
Name
=
"btnStoreExit"
;
this
.
btnStoreExit
.
Size
=
new
System
.
Drawing
.
Size
(
132
,
39
);
this
.
btnStoreExit
.
TabIndex
=
4
;
...
...
@@ -308,12 +309,13 @@
// btnStoreHome
//
this
.
btnStoreHome
.
FlatStyle
=
System
.
Windows
.
Forms
.
FlatStyle
.
Flat
;
this
.
btnStoreHome
.
Location
=
new
System
.
Drawing
.
Point
(
406
,
4
);
this
.
btnStoreHome
.
Location
=
new
System
.
Drawing
.
Point
(
352
,
48
);
this
.
btnStoreHome
.
Name
=
"btnStoreHome"
;
this
.
btnStoreHome
.
Size
=
new
System
.
Drawing
.
Size
(
132
,
39
);
this
.
btnStoreHome
.
TabIndex
=
3
;
this
.
btnStoreHome
.
Text
=
"回待机位"
;
this
.
btnStoreHome
.
UseVisualStyleBackColor
=
true
;
this
.
btnStoreHome
.
Visible
=
false
;
this
.
btnStoreHome
.
Click
+=
new
System
.
EventHandler
(
this
.
回待机点
ToolStripMenuItem_Click
);
//
// chbAuto
...
...
@@ -520,6 +522,7 @@
this
.
tabPage3
.
Controls
.
Add
(
this
.
btnImgSave
);
this
.
tabPage3
.
Controls
.
Add
(
this
.
btnFcomp
);
this
.
tabPage3
.
Controls
.
Add
(
this
.
btnForig
);
this
.
tabPage3
.
Controls
.
Add
(
this
.
btnStoreHome
);
this
.
tabPage3
.
Controls
.
Add
(
this
.
btnClearLog
);
this
.
tabPage3
.
Controls
.
Add
(
this
.
btnCloseDoor
);
this
.
tabPage3
.
Controls
.
Add
(
this
.
btnOpenDoor
);
...
...
@@ -612,7 +615,7 @@
this
.
richTextBox1
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
richTextBox1
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
96
);
this
.
richTextBox1
.
Name
=
"richTextBox1"
;
this
.
richTextBox1
.
Size
=
new
System
.
Drawing
.
Size
(
558
,
404
);
this
.
richTextBox1
.
Size
=
new
System
.
Drawing
.
Size
(
558
,
397
);
this
.
richTextBox1
.
TabIndex
=
256
;
this
.
richTextBox1
.
Text
=
""
;
this
.
richTextBox1
.
VisibleChanged
+=
new
System
.
EventHandler
(
this
.
richTextBox1_VisibleChanged
);
...
...
@@ -1199,17 +1202,6 @@
this
.
groupBox1
.
TabStop
=
false
;
this
.
groupBox1
.
Text
=
"伺服状态"
;
//
// axis_4_Alarm
//
this
.
axis_4_Alarm
.
IOName
=
""
;
this
.
axis_4_Alarm
.
IOValue
=
0
;
this
.
axis_4_Alarm
.
isCanClick
=
false
;
this
.
axis_4_Alarm
.
Location
=
new
System
.
Drawing
.
Point
(
432
,
39
);
this
.
axis_4_Alarm
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
axis_4_Alarm
.
Name
=
"axis_4_Alarm"
;
this
.
axis_4_Alarm
.
Size
=
new
System
.
Drawing
.
Size
(
43
,
39
);
this
.
axis_4_Alarm
.
TabIndex
=
271
;
//
// txt4Target
//
this
.
txt4Target
.
Location
=
new
System
.
Drawing
.
Point
(
409
,
143
);
...
...
@@ -1244,39 +1236,6 @@
this
.
label7
.
TabIndex
=
267
;
this
.
label7
.
Text
=
"轴四:压紧轴"
;
//
// axis_1_Alarm
//
this
.
axis_1_Alarm
.
IOName
=
""
;
this
.
axis_1_Alarm
.
IOValue
=
0
;
this
.
axis_1_Alarm
.
isCanClick
=
false
;
this
.
axis_1_Alarm
.
Location
=
new
System
.
Drawing
.
Point
(
127
,
40
);
this
.
axis_1_Alarm
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
axis_1_Alarm
.
Name
=
"axis_1_Alarm"
;
this
.
axis_1_Alarm
.
Size
=
new
System
.
Drawing
.
Size
(
43
,
39
);
this
.
axis_1_Alarm
.
TabIndex
=
264
;
//
// axis_3_Alarm
//
this
.
axis_3_Alarm
.
IOName
=
""
;
this
.
axis_3_Alarm
.
IOValue
=
0
;
this
.
axis_3_Alarm
.
isCanClick
=
false
;
this
.
axis_3_Alarm
.
Location
=
new
System
.
Drawing
.
Point
(
329
,
40
);
this
.
axis_3_Alarm
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
axis_3_Alarm
.
Name
=
"axis_3_Alarm"
;
this
.
axis_3_Alarm
.
Size
=
new
System
.
Drawing
.
Size
(
43
,
39
);
this
.
axis_3_Alarm
.
TabIndex
=
266
;
//
// axis_2_Alarm
//
this
.
axis_2_Alarm
.
IOName
=
""
;
this
.
axis_2_Alarm
.
IOValue
=
0
;
this
.
axis_2_Alarm
.
isCanClick
=
false
;
this
.
axis_2_Alarm
.
Location
=
new
System
.
Drawing
.
Point
(
224
,
40
);
this
.
axis_2_Alarm
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
axis_2_Alarm
.
Name
=
"axis_2_Alarm"
;
this
.
axis_2_Alarm
.
Size
=
new
System
.
Drawing
.
Size
(
43
,
39
);
this
.
axis_2_Alarm
.
TabIndex
=
265
;
//
// label38
//
this
.
label38
.
AutoSize
=
true
;
...
...
@@ -2342,6 +2301,61 @@
this
.
btnUpDownP4
.
UseVisualStyleBackColor
=
false
;
this
.
btnUpDownP4
.
Click
+=
new
System
.
EventHandler
(
this
.
btnUpDownP4_Click
);
//
// lblConfigInfo
//
this
.
lblConfigInfo
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
lblConfigInfo
.
ForeColor
=
System
.
Drawing
.
Color
.
Blue
;
this
.
lblConfigInfo
.
Location
=
new
System
.
Drawing
.
Point
(
543
,
4
);
this
.
lblConfigInfo
.
Name
=
"lblConfigInfo"
;
this
.
lblConfigInfo
.
Size
=
new
System
.
Drawing
.
Size
(
260
,
36
);
this
.
lblConfigInfo
.
TabIndex
=
273
;
this
.
lblConfigInfo
.
Text
=
"移栽状态"
;
this
.
lblConfigInfo
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
//
// axis_4_Alarm
//
this
.
axis_4_Alarm
.
IOName
=
""
;
this
.
axis_4_Alarm
.
IOValue
=
0
;
this
.
axis_4_Alarm
.
isCanClick
=
false
;
this
.
axis_4_Alarm
.
Location
=
new
System
.
Drawing
.
Point
(
432
,
39
);
this
.
axis_4_Alarm
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
axis_4_Alarm
.
Name
=
"axis_4_Alarm"
;
this
.
axis_4_Alarm
.
Size
=
new
System
.
Drawing
.
Size
(
43
,
39
);
this
.
axis_4_Alarm
.
TabIndex
=
271
;
//
// axis_1_Alarm
//
this
.
axis_1_Alarm
.
IOName
=
""
;
this
.
axis_1_Alarm
.
IOValue
=
0
;
this
.
axis_1_Alarm
.
isCanClick
=
false
;
this
.
axis_1_Alarm
.
Location
=
new
System
.
Drawing
.
Point
(
127
,
40
);
this
.
axis_1_Alarm
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
axis_1_Alarm
.
Name
=
"axis_1_Alarm"
;
this
.
axis_1_Alarm
.
Size
=
new
System
.
Drawing
.
Size
(
43
,
39
);
this
.
axis_1_Alarm
.
TabIndex
=
264
;
//
// axis_3_Alarm
//
this
.
axis_3_Alarm
.
IOName
=
""
;
this
.
axis_3_Alarm
.
IOValue
=
0
;
this
.
axis_3_Alarm
.
isCanClick
=
false
;
this
.
axis_3_Alarm
.
Location
=
new
System
.
Drawing
.
Point
(
329
,
40
);
this
.
axis_3_Alarm
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
axis_3_Alarm
.
Name
=
"axis_3_Alarm"
;
this
.
axis_3_Alarm
.
Size
=
new
System
.
Drawing
.
Size
(
43
,
39
);
this
.
axis_3_Alarm
.
TabIndex
=
266
;
//
// axis_2_Alarm
//
this
.
axis_2_Alarm
.
IOName
=
""
;
this
.
axis_2_Alarm
.
IOValue
=
0
;
this
.
axis_2_Alarm
.
isCanClick
=
false
;
this
.
axis_2_Alarm
.
Location
=
new
System
.
Drawing
.
Point
(
224
,
40
);
this
.
axis_2_Alarm
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
axis_2_Alarm
.
Name
=
"axis_2_Alarm"
;
this
.
axis_2_Alarm
.
Size
=
new
System
.
Drawing
.
Size
(
43
,
39
);
this
.
axis_2_Alarm
.
TabIndex
=
265
;
//
// FrmStoreBox
//
this
.
AutoScaleDimensions
=
new
System
.
Drawing
.
SizeF
(
96F
,
96F
);
...
...
@@ -2555,6 +2569,7 @@
private
System
.
Windows
.
Forms
.
Button
btnFcomp
;
private
System
.
Windows
.
Forms
.
Button
btnForig
;
private
System
.
Windows
.
Forms
.
Button
btnImgSave
;
private
System
.
Windows
.
Forms
.
Label
lblConfigInfo
;
}
}
source/ACSingleStore/FrmStoreBox.cs
查看文件 @
020e8c8
...
...
@@ -58,6 +58,16 @@ namespace OnlineStore.ACSingleStore
btnFcomp
.
Visible
=
canCom
;
btnForig
.
Visible
=
canCom
;
btnImgSave
.
Visible
=
!
String
.
IsNullOrEmpty
(
store
.
Config
.
PhotoCamera_Name
);
string
text
=
""
;
if
(
store
.
Config
.
IsUse_Tray_Check
.
Equals
(
1
))
{
text
+=
"启用料叉料盘检测\r"
;
}
if
(
store
.
Config
.
IsUse_Door_Check
.
Equals
(
1
))
{
text
+=
"启用仓门口料盘检测"
;
}
lblConfigInfo
.
Text
=
text
;
LoadOk
=
true
;
}
private
void
LoadStore
()
...
...
@@ -211,6 +221,7 @@ namespace OnlineStore.ACSingleStore
chbDebug
.
Checked
=
store
.
IsDebug
;
LoadOk
=
true
;
}
lblTemp
.
Text
=
store
.
currTempStr
;
lblMoveEquipInfo
.
Text
=
"移栽状态:"
+(
LineConnect
.
CanStartOut
()
?
"可出库"
:
"不可出库"
)+
" "
+
LineConnect
.
LastUpdateTime
.
ToLongTimeString
()+
""
;
//忙碌状态不读取状态
...
...
source/ACSingleStore/记录.txt
查看文件 @
020e8c8
...
...
@@ -57,4 +57,14 @@
增加空出相机拍照功能。料门口物料视觉识别功能。
StoreConfig.csv增加配置:
PRO,,仓门口相机IP,Camera_IP,192.168.1.123,,,,,,,,,,,,
PRO,,拍照相机名称,PhotoCamera_Name,,,,,,,,,,,,,
\ No newline at end of file
PRO,,拍照相机名称,PhotoCamera_Name,,,,,,,,,,,,,
20210611更新说明:
修改内容:
启用料叉检测信号为1时,出入库取料之后会若料叉料盘检测信号没亮会报警。
启用仓门口料盘检测为1时,出库到仓门口,入库开始时,若仓门检测信号没亮会报警。
StoreConfig.csv需要增加一行配置:
PRO,是否启用仓门口料盘检测信号,IsUse_Door_Check,1,,,,,,,,,,,
\ No newline at end of file
source/DeviceLibrary/StoreConfig/AC/StoreConfig.csv
查看文件 @
020e8c8
...
...
@@ -88,7 +88,8 @@ PRO,(轴三)进出轴停止时可误差的脉冲数的最大值,InoutAxis_ErrorCountMax,1000,,,,,
PRO,出入库多少次,会自动重置旋转轴,Box_ResetMCount,1000,,,,,,,,,,,
PRO,出入库多少次,会自动重置所有轴操作,Box_ResetACount,100,,,,,,,,,,,
PRO,IO信号超时时间(毫秒),IOSingle_TimerOut,10000,,,,,,,,,,,
PRO,是否使用料盘检测信号,IsUse_Tray_Check,0,,,,,, ,,,,,
PRO,是否使用料叉料盘检测信号,IsUse_Tray_Check,1,,,,,,,,,,,
PRO,是否启用仓门口料盘检测信号,IsUse_Door_Check,1,,,,,,,,,,,
PRO,(轴一)旋转轴最小限位,MiddleAxis_PositionMin,0,,,,,,,,,,,
PRO,(轴二)升降轴最小限位,UpdownAxis_PositionMin,0,,,,,,,,,,,
PRO,(轴三)进出轴最小限位,InoutAxis_PositionMin,0,,,,,,,,,,,
...
...
source/DeviceLibrary/acSingleStore/AC_SA_BoxBean_Partial.cs
查看文件 @
020e8c8
此文件的差异被折叠,
点击展开。
source/DeviceLibrary/store/StoreStep.cs
查看文件 @
020e8c8
...
...
@@ -262,38 +262,48 @@ namespace OnlineStore.DeviceLibrary
/// 料仓出库,,所有设备运行到门,,旋转轴到P1( 待机点)升降轴到P2( 进料口出料前点)
/// </summary>
SO_21_ToDoorP
=
121
,
/// <summary>
/// 料仓出库:等待夹爪有料
/// </summary>
SO_22_WaitTray
,
/// <summary>
/// 等待门口无料盘
/// </summary>
SO_2
2
_WaitNoTray
,
SO_2
3
_WaitNoTray
,
/// <summary>
/// 料仓出库,,叉子进出料口,,进出轴到P2( 进料口取料点)
/// /// </summary>
SO_2
3
_InoutToP2
,
SO_2
4
_InoutToP2
,
/// <summary>
/// 料仓出库,,把物品放下,,升降轴到P8( 进料口出料缓冲点)压紧轴到P1( 待机点)
/// </summary>
SO_2
4
_PutWare
,
SO_2
5
_PutWare
,
/// <summary>
/// 料仓出库,,叉子从出料口返回,,轴3( 叉子) 动作至P1( 待机点)
/// </summary>
SO_25_InoutToP1
,
SO_26_InoutToP1
,
/// <summary>
/// 料仓出库:等待仓门口有料
/// </summary>
SO_27_WaitDoorTray
,
/// <summary>
/// 料仓出库,,升降轴返回,, 轴2至P1( 待机点),关闭仓门
/// </summary>
SO_2
6
_CloseDoor
,
SO_2
8
_CloseDoor
,
/// <summary>
/// 料仓出库,检测料仓门口信号
/// </summary>
SO_2
7
_CheckTray
,
SO_2
9
_CheckTray
,
/// <summary>
/// 料仓出库,,升降轴返回,, 轴2至P1( 待机点)
/// </summary>
SO_
28
_GoBack
,
SO_
30
_GoBack
,
/// <summary>
/// 等待拿走物品
/// </summary>
SO_
29
_WaitTake
,
SO_
31
_WaitTake
,
#
endregion
...
...
@@ -309,60 +319,65 @@ namespace OnlineStore.DeviceLibrary
/// <summary>
/// 入库。。进出轴(叉子)先返回P1
/// </summary>
SI_02_InOutAxisHome
=
202
,
SI_02_InOutAxisHome
,
/// <summary>
/// 入库。。所有轴先回到待机点,轴2、轴1 动作到P1,,轴4动作至P3
/// </summary>
SI_03_ReturnHome
=
203
,
SI_03_ReturnHome
,
/// <summary>
/// 入库。。压紧物品(有压紧轴的才需要此步骤),压紧轴到P3(压紧前点)
/// </summary>
SI_04_CompressWare
=
204
,
SI_04_CompressWare
,
/// <summary>
/// 入库。。叉子进入入料口,进出轴到P2( 进料口取料点)
/// </summary>
SI_05_DeviceToDoor
=
205
,
SI_05_DeviceToDoor
,
/// <summary>
/// 入库。。把物品放入叉子上,升降轴到P7( 进料口取料缓冲点),压紧物品(有压紧轴的才需要此步骤),压紧轴到P2(压紧点)
/// </summary>
SI_06_
DoorWarToDevice
=
206
,
SI_06_
GetWare
,
/// <summary>
/// 入库。。叉子 从入料口抽出,进出轴到P1( 待机点)
/// </summary>
SI_07_DeviceBackFromDoor
=
207
,
SI_07_InoutToP1
,
/// <summary>
/// 入库:等待叉子有料
/// </summary>
SI_08_WaitTray
,
/// <summary>
/// 入库。。,定位气缸伸出 (有压紧轴的不需要此步骤)
/// </summary>
SI_0
8_LocationCylinder_Up
=
208
,
SI_0
9_LocationUp
,
/// <summary>
/// 入库。。移动到库位点,旋转轴到P2( 库位点)升降轴到P3(库位入库前点)
/// </summary>
SI_
09_MoveToBag
=
209
,
SI_
11_MoveToBag
,
/// <summary>
/// 入库。。定位气缸退回 (有压紧轴的不需要此步骤)
/// </summary>
SI_1
0_LocationCylinder_Down
=
210
,
SI_1
2_LocationDown
,
/// <summary>
/// 入库。。叉子进入库位中,进出轴到P3(库位取放料点)
/// </summary>
SI_1
1_DeviceToBag
=
211
,
SI_1
3_InoutToP3
,
/// <summary>
/// 入库。。放下物品,升降轴到P4( 库位入料缓冲点)压紧轴到P3( 压紧前点)
/// </summary>
SI_1
2_PutWareToBag
=
212
,
SI_1
4_PutWareToBag
,
/// <summary>
/// 入库。。叉子从库位中返回,轴3( 叉子) 动作至P1( 待机点)
/// </summary>
SI_1
3
_InoutBack
,
SI_1
5
_InoutBack
,
/// <summary>
/// 入库。。返回待机点,轴2/轴1/轴4动作至P1( 待机点))开始
/// </summary>
SI_1
4
_GoBack
,
SI_1
6
_GoBack
,
/// <summary>
/// 入库。等待叉子无信号
/// </summary>
SI_1
5
_WaitNoReel
,
SI_1
7
_WaitNoReel
,
#
endregion
...
...
source/LoadCVSLibrary/storeConfig/config/AC_SA_Config.cs
查看文件 @
020e8c8
...
...
@@ -331,7 +331,13 @@ namespace OnlineStore.LoadCSVLibrary
/// </summary>
[
ConfigProAttribute
(
"IsUse_Tray_Check"
)]
public
int
IsUse_Tray_Check
{
get
;
set
;
}
/// <summary>
/// PRO,是否使用仓门料盘检测信号,IsUse_Door_Check,0,,,,,, ,,,,,
/// </summary>
[
ConfigProAttribute
(
"IsUse_Door_Check"
)]
public
int
IsUse_Door_Check
{
get
;
set
;
}
/// <summary>
///轴2升降轴 运动上下轴
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论