Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
孙克
/
RC1250-ACPackingStore
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit 9baff2b0
由
LN
编写于
2019-11-12 17:24:06 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
更新aio.dll
1 个父辈
a0bdb503
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
12 个修改的文件
包含
213 行增加
和
283 行删除
dll/Asa.IOModule.AIOBOX.dll
dll/Asa.IOModule.AIOBOX.xml
source/ACPackingStore/ACPackingStore.csproj
source/ACPackingStore/App.config
source/ACPackingStore/FrmBox.Designer.cs
source/ACPackingStore/FrmBox.cs
source/ACPackingStore/FrmIOStatus.Designer.cs
source/ACPackingStore/positionTool/FrmPositionTool.Designer.cs
source/ACPackingStore/positionTool/FrmPositionTool.cs
source/ACPackingStore/positionTool/FrmPositionTool.resx
source/DeviceLibrary/device/IO/AIOBOX/AIOBOXManager.cs
source/LoadCVSLibrary/storeConfig/config/StoreType.cs
dll/Asa.IOModule.AIOBOX.dll
查看文件 @
9baff2b
此文件类型无法预览
dll/Asa.IOModule.AIOBOX.xml
查看文件 @
9baff2b
...
...
@@ -9,7 +9,7 @@
AIOBOX操作类
</summary>
</member>
<member
name=
"F:Asa.IOModule.AIOBOX.
suspend
"
>
<member
name=
"F:Asa.IOModule.AIOBOX.
_unrevdRemote
"
>
<summary>
暂停次数
WriteDO 命令非常多时,暂停一次发送 ReadDI 或 ReadDO
...
...
@@ -22,17 +22,12 @@
小于30时,会出现接收数据连包的情况
</summary>
</member>
<member
name=
"F:Asa.IOModule.AIOBOX.
NET
_SLEEP"
>
<member
name=
"F:Asa.IOModule.AIOBOX.
LISTEN
_SLEEP"
>
<summary>
监听网络接收数据的间隔
必须小于SEND_SLEEP
</summary>
</member>
<member
name=
"F:Asa.IOModule.AIOBOX.TRIG_SLEEP"
>
<summary>
触发DIO状态事件的间隔
</summary>
</member>
<member
name=
"T:Asa.IOModule.AIOBOX.DI_Changed"
>
<summary>
自动读取DI委托
...
...
@@ -157,6 +152,13 @@
<param
name=
"localIP"
>
本地IP地址
</param>
<returns></returns>
</member>
<member
name=
"M:Asa.IOModule.AIOBOX.CheckIP(System.String)"
>
<summary>
检查IP地址
</summary>
<param
name=
"ip"
></param>
<returns></returns>
</member>
<member
name=
"M:Asa.IOModule.AIOBOX.Connect"
>
<summary>
连接
...
...
@@ -170,17 +172,23 @@
</member>
<member
name=
"M:Asa.IOModule.AIOBOX.AutoReadInput(System.Boolean,System.Int32)"
>
<summary>
自动读取输入端,触发事件
自动读取输入端并触发事件(主动上传数据 = 禁止)
</summary>
<param
name=
"read"
>
是否自动读取
</param>
<param
name=
"sleep"
>
间隔,必须大于等于15ms
</param>
</member>
<member
name=
"M:Asa.IOModule.AIOBOX.AutoReadInput(System.Boolean)"
>
<summary>
自动读取输入端并触发事件(主动上传数据 = 使能)
</summary>
<param
name=
"read"
>
是否自动读取
</param>
<param
name=
"sleep"
>
间隔,必须大于15ms
</param>
</member>
<member
name=
"M:Asa.IOModule.AIOBOX.AutoReadOutput(System.Boolean,System.Int32)"
>
<summary>
自动读取输出端,触发事件
</summary>
<param
name=
"read"
>
是否自动读取
</param>
<param
name=
"sleep"
>
间隔,必须大于
10
ms
</param>
<param
name=
"sleep"
>
间隔,必须大于
等于15
ms
</param>
</member>
<member
name=
"M:Asa.IOModule.AIOBOX.ReverseStatus(Asa.IOModule.Box_Sta)"
>
<summary>
...
...
@@ -365,248 +373,5 @@
闭合,打开,高电平
</summary>
</member>
<member
name=
"T:Asa.IOModule.Reg"
>
<summary>
IO模块寄存器
</summary>
</member>
<member
name=
"F:Asa.IOModule.Reg.ID"
>
<summary>
标识
</summary>
</member>
<member
name=
"F:Asa.IOModule.Reg.Text"
>
<summary>
文本,仅用于显示
</summary>
</member>
<member
name=
"F:Asa.IOModule.Reg.Address"
>
<summary>
寄存器地址
</summary>
</member>
<member
name=
"F:Asa.IOModule.Reg.Status"
>
<summary>
当前的状态
</summary>
</member>
<member
name=
"M:Asa.IOModule.Reg.#ctor(Asa.IOModule.Box_Addr)"
>
<summary>
寄存器,文本空,状态OFF
</summary>
<param
name=
"address"
>
地址
</param>
</member>
<member
name=
"M:Asa.IOModule.Reg.#ctor(System.String,Asa.IOModule.Box_Addr)"
>
<summary>
寄存器,状态OFF
</summary>
<param
name=
"text"
>
文本
</param>
<param
name=
"addr"
>
地址
</param>
</member>
<member
name=
"M:Asa.IOModule.Reg.#ctor(System.Int32,System.String,Asa.IOModule.Box_Addr)"
>
<summary>
寄存器,状态OFF
</summary>
<param
name=
"id"
>
标志
</param>
<param
name=
"text"
>
文本
</param>
<param
name=
"addr"
>
地址
</param>
</member>
<member
name=
"M:Asa.IOModule.Reg.#ctor(System.String,Asa.IOModule.Box_Addr,Asa.IOModule.Box_Sta)"
>
<summary>
寄存器
</summary>
<param
name=
"text"
>
文本
</param>
<param
name=
"addr"
>
地址
</param>
<param
name=
"status"
>
状态
</param>
</member>
<member
name=
"M:Asa.IOModule.Reg.#ctor(System.Int32,System.String,Asa.IOModule.Box_Addr,Asa.IOModule.Box_Sta)"
>
<summary>
寄存器
</summary>
<param
name=
"id"
>
标志
</param>
<param
name=
"text"
>
文本
</param>
<param
name=
"address"
>
地址
</param>
<param
name=
"status"
>
状态
</param>
</member>
<member
name=
"T:Asa.IOModule.Box_Addr"
>
<summary>
IO模块寄存器地址
</summary>
</member>
<member
name=
"F:Asa.IOModule.Box_Addr.DI_1"
>
<summary>
输入点,DI01
</summary>
</member>
<member
name=
"F:Asa.IOModule.Box_Addr.DI_2"
>
<summary>
输入点,DI02
</summary>
</member>
<member
name=
"F:Asa.IOModule.Box_Addr.DI_3"
>
<summary>
输入点,DI03
</summary>
</member>
<member
name=
"F:Asa.IOModule.Box_Addr.DI_4"
>
<summary>
输入点,DI04
</summary>
</member>
<member
name=
"F:Asa.IOModule.Box_Addr.DI_5"
>
<summary>
输入点,DI05
</summary>
</member>
<member
name=
"F:Asa.IOModule.Box_Addr.DI_6"
>
<summary>
输入点,DI06
</summary>
</member>
<member
name=
"F:Asa.IOModule.Box_Addr.DI_7"
>
<summary>
输入点,DI07
</summary>
</member>
<member
name=
"F:Asa.IOModule.Box_Addr.DI_8"
>
<summary>
输入点,DI08
</summary>
</member>
<member
name=
"F:Asa.IOModule.Box_Addr.DI_9"
>
<summary>
输入点,DI09
</summary>
</member>
<member
name=
"F:Asa.IOModule.Box_Addr.DI_10"
>
<summary>
输入点,DI10
</summary>
</member>
<member
name=
"F:Asa.IOModule.Box_Addr.DI_11"
>
<summary>
输入点,DI11
</summary>
</member>
<member
name=
"F:Asa.IOModule.Box_Addr.DI_12"
>
<summary>
输入点,DI12
</summary>
</member>
<member
name=
"F:Asa.IOModule.Box_Addr.DI_13"
>
<summary>
输入点,DI13
</summary>
</member>
<member
name=
"F:Asa.IOModule.Box_Addr.DI_14"
>
<summary>
输入点,DI14
</summary>
</member>
<member
name=
"F:Asa.IOModule.Box_Addr.DI_15"
>
<summary>
输入点,DI15
</summary>
</member>
<member
name=
"F:Asa.IOModule.Box_Addr.DI_16"
>
<summary>
输入点,DI16
</summary>
</member>
<member
name=
"F:Asa.IOModule.Box_Addr.DO_1"
>
<summary>
输出点,DO01
</summary>
</member>
<member
name=
"F:Asa.IOModule.Box_Addr.DO_2"
>
<summary>
输出点,DO02
</summary>
</member>
<member
name=
"F:Asa.IOModule.Box_Addr.DO_3"
>
<summary>
输出点,DO03
</summary>
</member>
<member
name=
"F:Asa.IOModule.Box_Addr.DO_4"
>
<summary>
输出点,DO04
</summary>
</member>
<member
name=
"F:Asa.IOModule.Box_Addr.DO_5"
>
<summary>
输出点,DO05
</summary>
</member>
<member
name=
"F:Asa.IOModule.Box_Addr.DO_6"
>
<summary>
输出点,DO06
</summary>
</member>
<member
name=
"F:Asa.IOModule.Box_Addr.DO_7"
>
<summary>
输出点,DO07
</summary>
</member>
<member
name=
"F:Asa.IOModule.Box_Addr.DO_8"
>
<summary>
输出点,DO08
</summary>
</member>
<member
name=
"F:Asa.IOModule.Box_Addr.DO_9"
>
<summary>
输出点,DO09
</summary>
</member>
<member
name=
"F:Asa.IOModule.Box_Addr.DO_10"
>
<summary>
输出点,DO10
</summary>
</member>
<member
name=
"F:Asa.IOModule.Box_Addr.DO_11"
>
<summary>
输出点,DO11
</summary>
</member>
<member
name=
"F:Asa.IOModule.Box_Addr.DO_12"
>
<summary>
输出点,DO12
</summary>
</member>
<member
name=
"F:Asa.IOModule.Box_Addr.DO_13"
>
<summary>
输出点,DO13
</summary>
</member>
<member
name=
"F:Asa.IOModule.Box_Addr.DO_14"
>
<summary>
输出点,DO14
</summary>
</member>
<member
name=
"F:Asa.IOModule.Box_Addr.DO_15"
>
<summary>
输出点,DO15
</summary>
</member>
<member
name=
"F:Asa.IOModule.Box_Addr.DO_16"
>
<summary>
输出点,DO16
</summary>
</member>
<member
name=
"F:Asa.IOModule.Box_Addr.NONE"
>
<summary>
无
</summary>
</member>
<member
name=
"T:Asa.IOModule.DI_Addr"
>
<summary>
输入端地址
</summary>
</member>
<member
name=
"T:Asa.IOModule.DO_Addr"
>
<summary>
输入端地址
</summary>
</member>
</members>
</doc>
source/ACPackingStore/ACPackingStore.csproj
查看文件 @
9baff2b
...
...
@@ -104,6 +104,12 @@
<DependentUpon>FrmBox.cs</DependentUpon>
</Compile>
<Compile Include="ManagerUtil.cs" />
<Compile Include="positionTool\FrmPositionTool.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="positionTool\FrmPositionTool.Designer.cs">
<DependentUpon>FrmPositionTool.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="useControl\AxisMoveControl.cs">
...
...
@@ -133,6 +139,9 @@
<EmbeddedResource Include="FrmBox.resx">
<DependentUpon>FrmBox.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="positionTool\FrmPositionTool.resx">
<DependentUpon>FrmPositionTool.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
...
...
source/ACPackingStore/App.config
查看文件 @
9baff2b
...
...
@@ -42,7 +42,9 @@
<
add
key
=
"LineServerPort"
value
=
"5246"
/>
<!--是否调试状态-->
<
add
key
=
"IsInDebug"
value
=
"1"
/>
<
add
key
=
"UseBuzzer"
value
=
"1"
/>
<
add
key
=
"UseBuzzer"
value
=
"1"
/>
<!--
IO
模块是否主动上传-->
<
add
key
=
"AIOAutoUpload"
value
=
"1"
/>
</
appSettings
>
<
log4net
>
<
appender
name
=
"RollingLogFileAppender"
type
=
"log4net.Appender.RollingFileAppender"
>
...
...
source/ACPackingStore/FrmBox.Designer.cs
查看文件 @
9baff2b
此文件的差异被折叠,
点击展开。
source/ACPackingStore/FrmBox.cs
查看文件 @
9baff2b
...
...
@@ -1136,5 +1136,35 @@ namespace OnlineStore.ACPackingStore
MessageBox
.
Show
(
"库位【"
+
selectPositionNum
+
"】保存失败!"
);
}
}
private
void
btnUpdown_Click
(
object
sender
,
EventArgs
e
)
{
string
PortName
=
BoxBean
.
Config
.
UpDown_Axis
.
DeviceName
;
int
slvAddr
=
BoxBean
.
Config
.
UpDown_Axis
.
GetAxisValue
();
string
ioIP
=
"192.168.200.13"
;
int
ioIndex
=
0
;
// if (store.Config.StoreDIList.ContainsKey(IO_Type.UpdownPositionSingal))
if
(
BoxBean
.
Config
.
DIList
.
ContainsKey
(
IO_Type
.
TrayCheck_Fixture
))
{
ioIP
=
BoxBean
.
Config
.
DIList
[
IO_Type
.
TrayCheck_Fixture
].
DeviceName
;
ioIndex
=
BoxBean
.
Config
.
DIList
[
IO_Type
.
TrayCheck_Fixture
].
GetIOAddr
();
}
FrmPositionTool
frm
=
new
FrmPositionTool
(
PortName
,
slvAddr
,
ioIP
,
ioIndex
,
Text
);
frm
.
ShowDialog
();
}
private
void
btnReadLimit1_Click
(
object
sender
,
EventArgs
e
)
{
int
value
=
ACServerManager
.
GetLimitPositiveSingle
(
GetPortName
(),
GetSlaveAddr
());
this
.
txtLimit1
.
Text
=
value
.
ToString
();
}
private
void
btnReadLimit2_Click
(
object
sender
,
EventArgs
e
)
{
int
value
=
ACServerManager
.
GetLimitNegativeSingle
(
GetPortName
(),
GetSlaveAddr
());
this
.
txtLimit2
.
Text
=
value
.
ToString
();
}
}
}
source/ACPackingStore/FrmIOStatus.Designer.cs
查看文件 @
9baff2b
...
...
@@ -18,6 +18,8 @@
this
.
components
=
new
System
.
ComponentModel
.
Container
();
this
.
timer1
=
new
System
.
Windows
.
Forms
.
Timer
(
this
.
components
);
this
.
groupBox1
=
new
System
.
Windows
.
Forms
.
GroupBox
();
this
.
btnBlow
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnStoreOn
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnStopMove
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
button4
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnCamerLed
=
new
System
.
Windows
.
Forms
.
Button
();
...
...
@@ -47,8 +49,6 @@
this
.
tableLayoutPanel2
=
new
System
.
Windows
.
Forms
.
TableLayoutPanel
();
this
.
groupBox3
=
new
System
.
Windows
.
Forms
.
GroupBox
();
this
.
tableLayoutPanel1
=
new
System
.
Windows
.
Forms
.
TableLayoutPanel
();
this
.
btnStoreOn
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnBlow
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
groupBox1
.
SuspendLayout
();
this
.
groupBox4
.
SuspendLayout
();
this
.
groupBox3
.
SuspendLayout
();
...
...
@@ -96,6 +96,30 @@
this
.
groupBox1
.
TabStop
=
false
;
this
.
groupBox1
.
Text
=
"DO写入"
;
//
// btnBlow
//
this
.
btnBlow
.
FlatStyle
=
System
.
Windows
.
Forms
.
FlatStyle
.
Flat
;
this
.
btnBlow
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnBlow
.
Location
=
new
System
.
Drawing
.
Point
(
175
,
469
);
this
.
btnBlow
.
Name
=
"btnBlow"
;
this
.
btnBlow
.
Size
=
new
System
.
Drawing
.
Size
(
125
,
34
);
this
.
btnBlow
.
TabIndex
=
294
;
this
.
btnBlow
.
Text
=
"开始吹气"
;
this
.
btnBlow
.
UseVisualStyleBackColor
=
false
;
this
.
btnBlow
.
Click
+=
new
System
.
EventHandler
(
this
.
btnBlow_Click
);
//
// btnStoreOn
//
this
.
btnStoreOn
.
FlatStyle
=
System
.
Windows
.
Forms
.
FlatStyle
.
Flat
;
this
.
btnStoreOn
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnStoreOn
.
Location
=
new
System
.
Drawing
.
Point
(
175
,
375
);
this
.
btnStoreOn
.
Name
=
"btnStoreOn"
;
this
.
btnStoreOn
.
Size
=
new
System
.
Drawing
.
Size
(
125
,
34
);
this
.
btnStoreOn
.
TabIndex
=
293
;
this
.
btnStoreOn
.
Text
=
"料仓运转ON"
;
this
.
btnStoreOn
.
UseVisualStyleBackColor
=
false
;
this
.
btnStoreOn
.
Click
+=
new
System
.
EventHandler
(
this
.
btnStoreOn_Click
);
//
// btnStopMove
//
this
.
btnStopMove
.
FlatStyle
=
System
.
Windows
.
Forms
.
FlatStyle
.
Flat
;
...
...
@@ -290,7 +314,7 @@
this
.
txtWriteTime
.
Location
=
new
System
.
Drawing
.
Point
(
236
,
77
);
this
.
txtWriteTime
.
MaxLength
=
10
;
this
.
txtWriteTime
.
Name
=
"txtWriteTime"
;
this
.
txtWriteTime
.
Size
=
new
System
.
Drawing
.
Size
(
7
4
,
23
);
this
.
txtWriteTime
.
Size
=
new
System
.
Drawing
.
Size
(
7
2
,
23
);
this
.
txtWriteTime
.
TabIndex
=
238
;
this
.
txtWriteTime
.
Text
=
"0"
;
//
...
...
@@ -448,30 +472,6 @@
this
.
tableLayoutPanel1
.
Size
=
new
System
.
Drawing
.
Size
(
218
,
570
);
this
.
tableLayoutPanel1
.
TabIndex
=
102
;
//
// btnStoreOn
//
this
.
btnStoreOn
.
FlatStyle
=
System
.
Windows
.
Forms
.
FlatStyle
.
Flat
;
this
.
btnStoreOn
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnStoreOn
.
Location
=
new
System
.
Drawing
.
Point
(
175
,
375
);
this
.
btnStoreOn
.
Name
=
"btnStoreOn"
;
this
.
btnStoreOn
.
Size
=
new
System
.
Drawing
.
Size
(
125
,
34
);
this
.
btnStoreOn
.
TabIndex
=
293
;
this
.
btnStoreOn
.
Text
=
"料仓运转ON"
;
this
.
btnStoreOn
.
UseVisualStyleBackColor
=
false
;
this
.
btnStoreOn
.
Click
+=
new
System
.
EventHandler
(
this
.
btnStoreOn_Click
);
//
// btnBlow
//
this
.
btnBlow
.
FlatStyle
=
System
.
Windows
.
Forms
.
FlatStyle
.
Flat
;
this
.
btnBlow
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnBlow
.
Location
=
new
System
.
Drawing
.
Point
(
175
,
469
);
this
.
btnBlow
.
Name
=
"btnBlow"
;
this
.
btnBlow
.
Size
=
new
System
.
Drawing
.
Size
(
125
,
34
);
this
.
btnBlow
.
TabIndex
=
294
;
this
.
btnBlow
.
Text
=
"开始吹气"
;
this
.
btnBlow
.
UseVisualStyleBackColor
=
false
;
this
.
btnBlow
.
Click
+=
new
System
.
EventHandler
(
this
.
btnBlow_Click
);
//
// FrmIOStatus
//
this
.
AutoScaleDimensions
=
new
System
.
Drawing
.
SizeF
(
7F
,
17F
);
...
...
source/ACPackingStore/positionTool/FrmPositionTool.Designer.cs
0 → 100644
查看文件 @
9baff2b
此文件的差异被折叠,
点击展开。
source/ACPackingStore/positionTool/FrmPositionTool.cs
0 → 100644
查看文件 @
9baff2b
此文件的差异被折叠,
点击展开。
source/ACPackingStore/positionTool/FrmPositionTool.resx
0 → 100644
查看文件 @
9baff2b
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="timer1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
</root>
\ No newline at end of file
source/DeviceLibrary/device/IO/AIOBOX/AIOBOXManager.cs
查看文件 @
9baff2b
...
...
@@ -118,7 +118,8 @@ namespace OnlineStore.DeviceLibrary
aioBox
.
SetInput
(
Asa
.
IOModule
.
Box_Type
.
DI
,
DILength
);
aioBox
.
SetOutput
(
Asa
.
IOModule
.
Box_Type
.
DO
,
DOLength
);
aioBox
.
AutoReadInput
(
true
,
DIMS
);
//DI主动上传
aioBox
.
AutoReadInput
(
true
);
aioBox
.
AutoReadOutput
(
true
,
DOMS
);
aioBox
.
LogOut
=
true
;
...
...
source/LoadCVSLibrary/storeConfig/config/StoreType.cs
查看文件 @
9baff2b
...
...
@@ -42,6 +42,6 @@ namespace OnlineStore.LoadCSVLibrary
/// <summary>
/// 松下伺服控制的包装料料仓
/// </summary>
public
static
string
RC_AC_PA
=
"RC_AC_P
101
"
;
public
static
string
RC_AC_PA
=
"RC_AC_P
A
"
;
}
}
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论