Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
刘韬
/
1069_MIMO_PlUS
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit af262659
由
张东亮
编写于
2026-02-06 10:23:27 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
添加料串到位折叠门是否自动关闭
1 个父辈
4de1a697
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
4 行增加
和
2 行删除
Common/Setting_Init.cs
DeviceLibrary/theMachine/MainMachine_String.cs
Common/Setting_Init.cs
查看文件 @
af26265
...
@@ -193,7 +193,8 @@ namespace OnlineStore.Common
...
@@ -193,7 +193,8 @@ namespace OnlineStore.Common
[
MyConfigComment
(
"启用料串按Reset按钮流出"
)]
[
MyConfigComment
(
"启用料串按Reset按钮流出"
)]
public
static
MyConfig
<
bool
>
Enable_StringAutoOut
=
false
;
public
static
MyConfig
<
bool
>
Enable_StringAutoOut
=
false
;
[
MyConfigComment
(
"启用料串到位折叠门自动关闭"
)]
public
static
MyConfig
<
bool
>
Enable_StringDoorAutoClose
=
false
;
[
MyConfigComment
(
"压紧轴回原失败重试最大次数"
)]
[
MyConfigComment
(
"压紧轴回原失败重试最大次数"
)]
public
static
MyConfig
<
int
>
Comp_Axis_HomeResetTimes
=
999
;
public
static
MyConfig
<
int
>
Comp_Axis_HomeResetTimes
=
999
;
...
@@ -207,6 +208,7 @@ namespace OnlineStore.Common
...
@@ -207,6 +208,7 @@ namespace OnlineStore.Common
public
static
MyConfig
<
int
>
StringDoor_DownOverTimeMS
=
0
;
public
static
MyConfig
<
int
>
StringDoor_DownOverTimeMS
=
0
;
[
MyConfigComment
(
"料串门打开延时,到位信号亮后延时一定时间再停止"
)]
[
MyConfigComment
(
"料串门打开延时,到位信号亮后延时一定时间再停止"
)]
public
static
MyConfig
<
int
>
StringDoor_UpOverTimeMS
=
0
;
public
static
MyConfig
<
int
>
StringDoor_UpOverTimeMS
=
0
;
[
MyConfigComment
(
"料串门光栅触发处理方式:0-设备急停;1-仅料串门停止"
)]
[
MyConfigComment
(
"料串门光栅触发处理方式:0-设备急停;1-仅料串门停止"
)]
public
static
MyConfig
<
int
>
StringDoor_SafetyLightCurtainsProcStrategy
=
1
;
public
static
MyConfig
<
int
>
StringDoor_SafetyLightCurtainsProcStrategy
=
1
;
[
MyConfigComment
(
"料串进出滚筒控制模式,SingleIoIn_SingleIoOut=242405之前的设备单IO进出,SingleIoIn_DoubltIoOut之后的设备双IO反转"
)]
[
MyConfigComment
(
"料串进出滚筒控制模式,SingleIoIn_SingleIoOut=242405之前的设备单IO进出,SingleIoIn_DoubltIoOut之后的设备双IO反转"
)]
...
...
DeviceLibrary/theMachine/MainMachine_String.cs
查看文件 @
af26265
...
@@ -170,7 +170,7 @@ namespace DeviceLibrary
...
@@ -170,7 +170,7 @@ namespace DeviceLibrary
{
{
StringMoveInfo
.
NextMoveStep
(
MoveStep
.
StringLoad_02a
);
StringMoveInfo
.
NextMoveStep
(
MoveStep
.
StringLoad_02a
);
StringMoveInfo
.
log
(
$
"顶起料串固定顶升"
);
StringMoveInfo
.
log
(
$
"顶起料串固定顶升"
);
if
(
!
UseAgv
()
)
if
(
Setting_Init
.
Enable_StringDoorAutoClose
)
StringDoorClose
(
StringMoveInfo
);
StringDoorClose
(
StringMoveInfo
);
CylinderMove
(
StringMoveInfo
,
IO_Type
.
StringFix_Bottom
,
IO_Type
.
StringFix_Top
,
IO_VALUE
.
HIGH
);
CylinderMove
(
StringMoveInfo
,
IO_Type
.
StringFix_Bottom
,
IO_Type
.
StringFix_Top
,
IO_VALUE
.
HIGH
);
CylinderMove
(
StringMoveInfo
,
IO_Type
.
StringPosChecker_Home
,
IO_Type
.
StringPosChecker_Work
,
IO_VALUE
.
HIGH
);
CylinderMove
(
StringMoveInfo
,
IO_Type
.
StringPosChecker_Home
,
IO_Type
.
StringPosChecker_Work
,
IO_VALUE
.
HIGH
);
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论