Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
孙克
/
ACSingleStore
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit 082bd137
由
LN
编写于
2021-02-22 13:45:00 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
界面调整1024X768
1 个父辈
1a935e7c
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
11 个修改的文件
包含
64 行增加
和
23 行删除
RC-SISO-ACSingleStore.sln → SO852-ACSingleStore.sln
SO852.txt
source/ACSingleStore/FrmBase.cs
source/ACSingleStore/FrmStoreBox.Designer.cs
source/ACSingleStore/FrmStoreBox.cs
source/ACSingleStore/positionTool/FrmPositionTool.Designer.cs
source/ACSingleStore/resource/language.resource
source/ACSingleStore/useControl/AxisMoveControl.Designer.cs
source/ACSingleStore/useControl/AxisMoveControl.cs
source/ACSingleStore/记录.txt
墨西哥料仓.txt
RC-SISO
-ACSingleStore.sln
→
SO852
-ACSingleStore.sln
查看文件 @
082bd13
文件被删除
SO852.txt
0 → 100644
查看文件 @
082bd13
分辨率改为1024X768
source/ACSingleStore/FrmBase.cs
查看文件 @
082bd13
...
@@ -44,7 +44,7 @@ namespace OnlineStore.ACSingleStore
...
@@ -44,7 +44,7 @@ namespace OnlineStore.ACSingleStore
}
}
return
str
;
return
str
;
}
}
internal
static
string
GetCodeNum
(
string
codeName
=
"
RC-SISO
-ACSingleStore"
)
internal
static
string
GetCodeNum
(
string
codeName
=
"
SO852
-ACSingleStore"
)
{
{
byte
[]
byteArray
=
System
.
Text
.
Encoding
.
ASCII
.
GetBytes
(
codeName
);
byte
[]
byteArray
=
System
.
Text
.
Encoding
.
ASCII
.
GetBytes
(
codeName
);
string
result
=
""
;
string
result
=
""
;
...
...
source/ACSingleStore/FrmStoreBox.Designer.cs
查看文件 @
082bd13
此文件的差异被折叠,
点击展开。
source/ACSingleStore/FrmStoreBox.cs
查看文件 @
082bd13
...
@@ -170,8 +170,22 @@ namespace OnlineStore.ACSingleStore
...
@@ -170,8 +170,22 @@ namespace OnlineStore.ACSingleStore
}
}
LanguageProcess
();
LanguageProcess
();
LanguagePro
();
LanguagePro
();
tabControl1
.
TabPages
.
Remove
(
tabPage3
);
richTextBox1
.
Visible
=
false
;
tabControl1
.
TabPages
.
Remove
(
tabPage2
);
bool
showLog
=
true
;
if
(
showLog
)
{
richTextBox1
.
Visible
=
true
;
chbIsDebug
.
Checked
=
true
;
}
else
{
chbIsDebug
.
Checked
=
false
;
richTextBox1
.
Visible
=
false
;
tabControl1
.
TabPages
.
Remove
(
tabPage3
);
}
// this.tabControl1.TabPages.Remove(tabPage3);
// this.tabControl1.TabPages.Remove(tabPage3);
// groupCode.Visible = false;
// groupCode.Visible = false;
}
}
...
...
source/ACSingleStore/positionTool/FrmPositionTool.Designer.cs
查看文件 @
082bd13
...
@@ -88,7 +88,7 @@
...
@@ -88,7 +88,7 @@
this
.
groupBox6
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
groupBox6
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
groupBox6
.
Location
=
new
System
.
Drawing
.
Point
(
6
,
5
);
this
.
groupBox6
.
Location
=
new
System
.
Drawing
.
Point
(
6
,
5
);
this
.
groupBox6
.
Name
=
"groupBox6"
;
this
.
groupBox6
.
Name
=
"groupBox6"
;
this
.
groupBox6
.
Size
=
new
System
.
Drawing
.
Size
(
1008
,
707
);
this
.
groupBox6
.
Size
=
new
System
.
Drawing
.
Size
(
992
,
707
);
this
.
groupBox6
.
TabIndex
=
250
;
this
.
groupBox6
.
TabIndex
=
250
;
this
.
groupBox6
.
TabStop
=
false
;
this
.
groupBox6
.
TabStop
=
false
;
//
//
...
@@ -499,7 +499,7 @@
...
@@ -499,7 +499,7 @@
// btnExit
// btnExit
//
//
this
.
btnExit
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)((
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)));
this
.
btnExit
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)((
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)));
this
.
btnExit
.
Location
=
new
System
.
Drawing
.
Point
(
8
38
,
665
);
this
.
btnExit
.
Location
=
new
System
.
Drawing
.
Point
(
8
22
,
665
);
this
.
btnExit
.
Name
=
"btnExit"
;
this
.
btnExit
.
Name
=
"btnExit"
;
this
.
btnExit
.
Size
=
new
System
.
Drawing
.
Size
(
132
,
36
);
this
.
btnExit
.
Size
=
new
System
.
Drawing
.
Size
(
132
,
36
);
this
.
btnExit
.
TabIndex
=
281
;
this
.
btnExit
.
TabIndex
=
281
;
...
@@ -510,7 +510,7 @@
...
@@ -510,7 +510,7 @@
// btnClear
// btnClear
//
//
this
.
btnClear
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)((
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)));
this
.
btnClear
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)((
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)));
this
.
btnClear
.
Location
=
new
System
.
Drawing
.
Point
(
6
91
,
665
);
this
.
btnClear
.
Location
=
new
System
.
Drawing
.
Point
(
6
75
,
665
);
this
.
btnClear
.
Name
=
"btnClear"
;
this
.
btnClear
.
Name
=
"btnClear"
;
this
.
btnClear
.
Size
=
new
System
.
Drawing
.
Size
(
132
,
36
);
this
.
btnClear
.
Size
=
new
System
.
Drawing
.
Size
(
132
,
36
);
this
.
btnClear
.
TabIndex
=
106
;
this
.
btnClear
.
TabIndex
=
106
;
...
@@ -526,7 +526,7 @@
...
@@ -526,7 +526,7 @@
this
.
richTextBox1
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
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
(
473
,
20
);
this
.
richTextBox1
.
Location
=
new
System
.
Drawing
.
Point
(
473
,
20
);
this
.
richTextBox1
.
Name
=
"richTextBox1"
;
this
.
richTextBox1
.
Name
=
"richTextBox1"
;
this
.
richTextBox1
.
Size
=
new
System
.
Drawing
.
Size
(
5
26
,
642
);
this
.
richTextBox1
.
Size
=
new
System
.
Drawing
.
Size
(
5
10
,
642
);
this
.
richTextBox1
.
TabIndex
=
105
;
this
.
richTextBox1
.
TabIndex
=
105
;
this
.
richTextBox1
.
Text
=
""
;
this
.
richTextBox1
.
Text
=
""
;
//
//
...
@@ -539,7 +539,7 @@
...
@@ -539,7 +539,7 @@
//
//
this
.
AutoScaleDimensions
=
new
System
.
Drawing
.
SizeF
(
96F
,
96F
);
this
.
AutoScaleDimensions
=
new
System
.
Drawing
.
SizeF
(
96F
,
96F
);
this
.
AutoScaleMode
=
System
.
Windows
.
Forms
.
AutoScaleMode
.
Dpi
;
this
.
AutoScaleMode
=
System
.
Windows
.
Forms
.
AutoScaleMode
.
Dpi
;
this
.
ClientSize
=
new
System
.
Drawing
.
Size
(
10
20
,
719
);
this
.
ClientSize
=
new
System
.
Drawing
.
Size
(
10
04
,
719
);
this
.
Controls
.
Add
(
this
.
groupBox6
);
this
.
Controls
.
Add
(
this
.
groupBox6
);
this
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
10.5F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
10.5F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
Name
=
"FrmPositionTool"
;
this
.
Name
=
"FrmPositionTool"
;
...
...
source/ACSingleStore/resource/language.resource
查看文件 @
082bd13
...
@@ -321,4 +321,5 @@ FrmStoreBox_lblTempStr_Text,FrmStoreBox_lblTempStr_Text,FrmStoreBox_lblTempStr_T
...
@@ -321,4 +321,5 @@ FrmStoreBox_lblTempStr_Text,FrmStoreBox_lblTempStr_Text,FrmStoreBox_lblTempStr_T
Y11,设备照明开,Equipment lighting on
Y11,设备照明开,Equipment lighting on
FrmIOStatus_btnCDLed_Text,关闭设备照明,Turn off equipment lighting
FrmIOStatus_btnCDLed_Text,关闭设备照明,Turn off equipment lighting
FrmIOStatus_btnDevideLed_Text,打开设备照明,Turn on equipment lighting
FrmIOStatus_btnDevideLed_Text,打开设备照明,Turn on equipment lighting
FrmStoreBox_chbOpenLog_Text,显示日志,Open Log
\ No newline at end of file
\ No newline at end of file
FrmStoreBox_chbOpenLog_Text,显示日志,Open Log
FrmStoreBox_tabPage7_Text, 设备状态 , Machine state
\ No newline at end of file
\ No newline at end of file
source/ACSingleStore/useControl/AxisMoveControl.Designer.cs
查看文件 @
082bd13
此文件的差异被折叠,
点击展开。
source/ACSingleStore/useControl/AxisMoveControl.cs
查看文件 @
082bd13
...
@@ -182,11 +182,13 @@ namespace OnlineStore.ACPackingStore
...
@@ -182,11 +182,13 @@ namespace OnlineStore.ACPackingStore
{
{
txtServoStatue
.
Text
=
"✘"
;
txtServoStatue
.
Text
=
"✘"
;
}
}
ReadA
(
BoxBean
.
Config
.
Middle_Axis
,
lblActual1
,
lblTargetP1
,
txtMiddleTarget
,
axis_1_Alarm
);
if
(
groupBox1
.
Visible
)
ReadA
(
BoxBean
.
Config
.
UpDown_Axis
,
lblActual2
,
lblTargetP2
,
txtUpdownTarget
,
axis_2_Alarm
);
{
ReadA
(
BoxBean
.
Config
.
InOut_Axis
,
lblActual3
,
lblTargetP3
,
txtInoutTarget
,
axis_3_Alarm
);
ReadA
(
BoxBean
.
Config
.
Middle_Axis
,
lblActual1
,
lblTargetP1
,
txtMiddleTarget
,
axis_1_Alarm
);
ReadA
(
BoxBean
.
Config
.
Comp_Axis
,
lblActual4
,
lblTargetP4
,
txt4Target
,
axis_4_Alarm
);
ReadA
(
BoxBean
.
Config
.
UpDown_Axis
,
lblActual2
,
lblTargetP2
,
txtUpdownTarget
,
axis_2_Alarm
);
ReadA
(
BoxBean
.
Config
.
InOut_Axis
,
lblActual3
,
lblTargetP3
,
txtInoutTarget
,
axis_3_Alarm
);
ReadA
(
BoxBean
.
Config
.
Comp_Axis
,
lblActual4
,
lblTargetP4
,
txt4Target
,
axis_4_Alarm
);
}
}
}
private
void
ReadA
(
ConfigMoveAxis
axis
,
TextBox
lblActual
,
TextBox
lblTarget
,
TextBox
lblT
,
IOStatusControl
sta
)
private
void
ReadA
(
ConfigMoveAxis
axis
,
TextBox
lblActual
,
TextBox
lblTarget
,
TextBox
lblT
,
IOStatusControl
sta
)
{
{
...
@@ -250,10 +252,6 @@ namespace OnlineStore.ACPackingStore
...
@@ -250,10 +252,6 @@ namespace OnlineStore.ACPackingStore
moveAxis
.
TargetPosition
=
targetPosition
;
moveAxis
.
TargetPosition
=
targetPosition
;
ACServerManager
.
AbsMove
(
moveAxis
.
DeviceName
,
moveAxis
.
GetAxisValue
(),
targetPosition
,
targetSpeed
);
ACServerManager
.
AbsMove
(
moveAxis
.
DeviceName
,
moveAxis
.
GetAxisValue
(),
targetPosition
,
targetSpeed
);
}
}
private
void
groupAxis_Enter
(
object
sender
,
EventArgs
e
)
{
}
}
}
}
}
source/ACSingleStore/记录.txt
查看文件 @
082bd13
// 机器状态 顶灯显示
20210222新建分支 SO852-ACSingleStore-SISO,基于RCDL-ACSingleStore-SISO,主要修改显示器分辨率1024X768
// 机器状态 顶灯显示
// 绿 黄 红
// 绿 黄 红
//机器复位中 闪 灭 灭
//机器复位中 闪 灭 灭
//机器待机中 亮 灭 灭
//机器待机中 亮 灭 灭
...
...
墨西哥料仓.txt
deleted
100644 → 0
查看文件 @
1a935e7
SISO料仓9台
datalogic版本,增加照明DO,门打开时自动打开照明。
DIDO定义修改。
\ No newline at end of file
\ No newline at end of file
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论