Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
李娜
/
Line-Smart-Workstation
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit 0e697b84
由
LN
编写于
2021-06-23 14:05:16 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
增加侧挡气缸在底部气缸之前前进的配置
1 个父辈
e8ac8f26
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
4 行增加
和
0 行删除
Common/Setting_Init.cs
DeviceLibrary/manager/TSAVBean.cs
DeviceLibrary/manager/TSAVBean_Partial.cs
TSA-V/App.config
Common/Setting_Init.cs
查看文件 @
0e697b8
...
@@ -169,6 +169,7 @@ namespace TSA_V.Common
...
@@ -169,6 +169,7 @@ namespace TSA_V.Common
public
static
string
DisableSideCylinder
=
"DisableSideCylinder"
;
public
static
string
DisableSideCylinder
=
"DisableSideCylinder"
;
public
static
string
DisableBottomCylinder
=
"DisableBottomCylinder"
;
public
static
string
DisableBottomCylinder
=
"DisableBottomCylinder"
;
public
static
string
IsCycleDebug
=
"IsCycleDebug"
;
public
static
string
IsCycleDebug
=
"IsCycleDebug"
;
public
static
string
SideCylinderMoveFirst
=
"SideCylinderMoveFirst"
;
}
}
}
}
DeviceLibrary/manager/TSAVBean.cs
查看文件 @
0e697b8
...
@@ -15,6 +15,7 @@ namespace TSA_V.DeviceLibrary
...
@@ -15,6 +15,7 @@ namespace TSA_V.DeviceLibrary
public
partial
class
TSAVBean
public
partial
class
TSAVBean
{
{
public
static
bool
IsDebug
=
ConfigAppSettings
.
GetBoolValue
(
Setting_Init
.
IsDebug
);
public
static
bool
IsDebug
=
ConfigAppSettings
.
GetBoolValue
(
Setting_Init
.
IsDebug
);
public
static
bool
SideCylinderMoveFirst
=
ConfigAppSettings
.
GetBoolValue
(
Setting_Init
.
SideCylinderMoveFirst
);
public
static
string
Name
=
"MASCOT"
;
public
static
string
Name
=
"MASCOT"
;
public
static
int
RotateNode_DefaultPosition
=
ConfigAppSettings
.
GetIntValue
(
Setting_Init
.
RotateNode_DefaultPosition
);
public
static
int
RotateNode_DefaultPosition
=
ConfigAppSettings
.
GetIntValue
(
Setting_Init
.
RotateNode_DefaultPosition
);
public
static
Dictionary
<
int
,
Dictionary
<
int
,
NodeInfo
>>
RotateMap
=
new
Dictionary
<
int
,
Dictionary
<
int
,
NodeInfo
>>();
public
static
Dictionary
<
int
,
Dictionary
<
int
,
NodeInfo
>>
RotateMap
=
new
Dictionary
<
int
,
Dictionary
<
int
,
NodeInfo
>>();
...
...
DeviceLibrary/manager/TSAVBean_Partial.cs
查看文件 @
0e697b8
此文件的差异被折叠,
点击展开。
TSA-V/App.config
查看文件 @
0e697b8
...
@@ -106,6 +106,8 @@
...
@@ -106,6 +106,8 @@
<!--<
add
key
=
"DCSServerAddr"
value
=
"http://192.168.8.1:1007/DCS_Integration/Cartridge.asmx?op=CartridgeInfo"
/>-->
<!--<
add
key
=
"DCSServerAddr"
value
=
"http://192.168.8.1:1007/DCS_Integration/Cartridge.asmx?op=CartridgeInfo"
/>-->
<!--组装工作前,需要输入
pcb
板条码-->
<!--组装工作前,需要输入
pcb
板条码-->
<
add
key
=
"NeedPCBCode"
value
=
"0"
/>
<
add
key
=
"NeedPCBCode"
value
=
"0"
/>
<!--是否调整气缸顺序,配置
1
时,侧挡气缸前进,底部气缸在上升-->
<
add
key
=
"SideCylinderMoveFirst"
value
=
"1"
/>
</
appSettings
>
</
appSettings
>
<
log4net
>
<
log4net
>
<
appender
name
=
"defaultAppender"
type
=
"log4net.Appender.RollingFileAppender"
>
<
appender
name
=
"defaultAppender"
type
=
"log4net.Appender.RollingFileAppender"
>
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论