2017-06-30 Update 1 Final Package to 1.3.9
@@ -5,7 +5,7 @@
|
|||||||
<AssemblyName>Modbus.Net.Core</AssemblyName>
|
<AssemblyName>Modbus.Net.Core</AssemblyName>
|
||||||
<RootNamespace>Modbus.Net</RootNamespace>
|
<RootNamespace>Modbus.Net</RootNamespace>
|
||||||
<PackageId>Modbus.Net.Core</PackageId>
|
<PackageId>Modbus.Net.Core</PackageId>
|
||||||
<Version>1.3.9-beta1</Version>
|
<Version>1.3.9</Version>
|
||||||
<Product>Modbus.Net</Product>
|
<Product>Modbus.Net</Product>
|
||||||
<Authors>Chris L.(Luo Sheng)</Authors>
|
<Authors>Chris L.(Luo Sheng)</Authors>
|
||||||
<Company>Hangzhou Delian IoT Science Technology Co.,Ltd.</Company>
|
<Company>Hangzhou Delian IoT Science Technology Co.,Ltd.</Company>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<AssemblyName>Modbus.Net.Modbus</AssemblyName>
|
<AssemblyName>Modbus.Net.Modbus</AssemblyName>
|
||||||
<RootNamespace>Modbus.Net.Modbus</RootNamespace>
|
<RootNamespace>Modbus.Net.Modbus</RootNamespace>
|
||||||
<PackageId>Modbus.Net.Modbus</PackageId>
|
<PackageId>Modbus.Net.Modbus</PackageId>
|
||||||
<Version>1.3.9-beta1</Version>
|
<Version>1.3.9</Version>
|
||||||
<Authors>Chris L.(Luo Sheng)</Authors>
|
<Authors>Chris L.(Luo Sheng)</Authors>
|
||||||
<Company>Hangzhou Delian IoT Science Technology Co.,Ltd.</Company>
|
<Company>Hangzhou Delian IoT Science Technology Co.,Ltd.</Company>
|
||||||
<Product>Modbus.Net.Modbus</Product>
|
<Product>Modbus.Net.Modbus</Product>
|
||||||
@@ -34,4 +34,7 @@
|
|||||||
<Reference Include="System.Configuration" />
|
<Reference Include="System.Configuration" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<PackageReference Include="System.ValueTuple" Version="4.3.1" />
|
||||||
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
@@ -5,7 +5,7 @@
|
|||||||
<AssemblyName>Modbus.Net.OPC</AssemblyName>
|
<AssemblyName>Modbus.Net.OPC</AssemblyName>
|
||||||
<RootNamespace>Modbus.Net.OPC</RootNamespace>
|
<RootNamespace>Modbus.Net.OPC</RootNamespace>
|
||||||
<PackageId>Modbus.Net.OPC</PackageId>
|
<PackageId>Modbus.Net.OPC</PackageId>
|
||||||
<Version>1.3.9-beta2</Version>
|
<Version>1.3.9</Version>
|
||||||
<Authors>Chris L.(Luo Sheng)</Authors>
|
<Authors>Chris L.(Luo Sheng)</Authors>
|
||||||
<Company>Hangzhou Delian IoT Science Technology Co.,Ltd.</Company>
|
<Company>Hangzhou Delian IoT Science Technology Co.,Ltd.</Company>
|
||||||
<Description>Modbus.Net OPC Implementation</Description>
|
<Description>Modbus.Net OPC Implementation</Description>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<AssemblyName>Modbus.Net.Siemens</AssemblyName>
|
<AssemblyName>Modbus.Net.Siemens</AssemblyName>
|
||||||
<RootNamespace>Modbus.Net.Siemens</RootNamespace>
|
<RootNamespace>Modbus.Net.Siemens</RootNamespace>
|
||||||
<PackageId>Modbus.Net.Siemens</PackageId>
|
<PackageId>Modbus.Net.Siemens</PackageId>
|
||||||
<Version>1.3.9-beta1</Version>
|
<Version>1.3.9</Version>
|
||||||
<Authors>Chris L.(Luo Sheng)</Authors>
|
<Authors>Chris L.(Luo Sheng)</Authors>
|
||||||
<Company>Hangzhou Delian IoT Science Technology Co.,Ltd.</Company>
|
<Company>Hangzhou Delian IoT Science Technology Co.,Ltd.</Company>
|
||||||
<Description>Modbus.Net Siemens Profinet Implementation</Description>
|
<Description>Modbus.Net Siemens Profinet Implementation</Description>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<AssemblyName>Modbus.Net</AssemblyName>
|
<AssemblyName>Modbus.Net</AssemblyName>
|
||||||
<RootNamespace>Modbus.Net</RootNamespace>
|
<RootNamespace>Modbus.Net</RootNamespace>
|
||||||
<PackageId>Modbus.Net</PackageId>
|
<PackageId>Modbus.Net</PackageId>
|
||||||
<Version>1.3.9-beta1</Version>
|
<Version>1.3.9</Version>
|
||||||
<Product>Modbus.Net</Product>
|
<Product>Modbus.Net</Product>
|
||||||
<Authors>Chris L.(Luo Sheng)</Authors>
|
<Authors>Chris L.(Luo Sheng)</Authors>
|
||||||
<Company>Hangzhou Delian IoT Science Technology Co.,Ltd.</Company>
|
<Company>Hangzhou Delian IoT Science Technology Co.,Ltd.</Company>
|
||||||
@@ -57,7 +57,6 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Nito.AsyncEx" Version="4.0.1" />
|
<PackageReference Include="Nito.AsyncEx" Version="4.0.1" />
|
||||||
<PackageReference Include="Serilog" Version="2.4.0" />
|
<PackageReference Include="Serilog" Version="2.4.0" />
|
||||||
<PackageReference Include="System.ValueTuple" Version="4.3.1" />
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
@@ -92,9 +92,9 @@ RoadMap
|
|||||||
* Modbus Single Write for Coil and Reg (05 and 06) (Complete)
|
* Modbus Single Write for Coil and Reg (05 and 06) (Complete)
|
||||||
* Fix OPC tag combine problem (Complete)
|
* Fix OPC tag combine problem (Complete)
|
||||||
|
|
||||||
###
|
### 1.3.X Other
|
||||||
* Github wiki Document Chinese (Not Complete)
|
* Github wiki Document Chinese (Complete)
|
||||||
* Github wiki Document English (In Road)
|
* Github wiki Document English (Complete)
|
||||||
|
|
||||||
### Version 1.4.0
|
### Version 1.4.0
|
||||||
* BaseController (In Road)
|
* BaseController (In Road)
|
||||||
|
|||||||
BIN
pic/PNG/CHS/内部图1.png
Normal file
|
After Width: | Height: | Size: 6.3 KiB |
BIN
pic/PNG/CHS/内部图2.png
Normal file
|
After Width: | Height: | Size: 9.9 KiB |
BIN
pic/PNG/CHS/内部图3.png
Normal file
|
After Width: | Height: | Size: 7.5 KiB |
BIN
pic/PNG/CHS/内部图4.png
Normal file
|
After Width: | Height: | Size: 7.0 KiB |
BIN
pic/PNG/CHS/内部图5.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
pic/PNG/CHS/内部图6.png
Normal file
|
After Width: | Height: | Size: 6.3 KiB |
BIN
pic/PNG/CHS/外部图1.png
Normal file
|
After Width: | Height: | Size: 9.2 KiB |
BIN
pic/PNG/CHS/外部图2.png
Normal file
|
After Width: | Height: | Size: 4.9 KiB |
BIN
pic/PNG/CHS/外部图3.png
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
pic/PNG/CHS/外部图4.png
Normal file
|
After Width: | Height: | Size: 5.5 KiB |
BIN
pic/PNG/CHS/外部图5.png
Normal file
|
After Width: | Height: | Size: 5.5 KiB |
BIN
pic/PNG/CHS/外部图6.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
pic/PNG/CHS/架构图.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
BIN
pic/PNG/CHS/类图Modbus.png
Normal file
|
After Width: | Height: | Size: 38 KiB |
BIN
pic/PNG/CHS/类图OPC.png
Normal file
|
After Width: | Height: | Size: 31 KiB |
BIN
pic/PNG/CHS/类图Siemens.png
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
pic/PNG/ENG/Architecture Graph.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
pic/PNG/ENG/Class Modbus.png
Normal file
|
After Width: | Height: | Size: 38 KiB |
BIN
pic/PNG/ENG/Class OPC.png
Normal file
|
After Width: | Height: | Size: 31 KiB |
BIN
pic/PNG/ENG/Class Siemens.png
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
pic/PNG/ENG/Inner Graph 1.png
Normal file
|
After Width: | Height: | Size: 6.1 KiB |
BIN
pic/PNG/ENG/Inner Graph 2.png
Normal file
|
After Width: | Height: | Size: 9.2 KiB |
BIN
pic/PNG/ENG/Inner Graph 3.png
Normal file
|
After Width: | Height: | Size: 7.2 KiB |
BIN
pic/PNG/ENG/Inner Graph 4.png
Normal file
|
After Width: | Height: | Size: 5.9 KiB |
BIN
pic/PNG/ENG/Inner Graph 5.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
pic/PNG/ENG/Inner Graph 6.png
Normal file
|
After Width: | Height: | Size: 5.9 KiB |
BIN
pic/PNG/ENG/Module Graph.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
pic/PNG/ENG/Outer Graph 1.png
Normal file
|
After Width: | Height: | Size: 8.7 KiB |
BIN
pic/PNG/ENG/Outer Graph 2.png
Normal file
|
After Width: | Height: | Size: 4.9 KiB |
BIN
pic/PNG/ENG/Outer Graph 3.png
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
pic/PNG/ENG/Outer Graph 4.png
Normal file
|
After Width: | Height: | Size: 5.6 KiB |
BIN
pic/PNG/ENG/Outer Graph 5.png
Normal file
|
After Width: | Height: | Size: 5.4 KiB |
BIN
pic/PNG/ENG/Outer Graph 6.png
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
pic/UML/CHS/内部图1.vsdx
Normal file
BIN
pic/UML/CHS/内部图2.vsdx
Normal file
BIN
pic/UML/CHS/内部图3.vsdx
Normal file
BIN
pic/UML/CHS/内部图4.vsdx
Normal file
BIN
pic/UML/CHS/内部图5.vsdx
Normal file
BIN
pic/UML/CHS/内部图6.vsdx
Normal file
BIN
pic/UML/CHS/外部图1.vsdx
Normal file
BIN
pic/UML/CHS/外部图2.vsdx
Normal file
BIN
pic/UML/CHS/外部图3.vsdx
Normal file
BIN
pic/UML/CHS/外部图4.vsdx
Normal file
BIN
pic/UML/CHS/外部图5.vsdx
Normal file
BIN
pic/UML/CHS/外部图6.vsdx
Normal file
BIN
pic/UML/CHS/架构图.vsdx
Normal file
BIN
pic/UML/CHS/模块图.vsdx
Normal file
BIN
pic/UML/CHS/类图Modbus.vsdx
Normal file
BIN
pic/UML/CHS/类图OPC.vsdx
Normal file
BIN
pic/UML/CHS/类图Siemens.vsdx
Normal file
BIN
pic/UML/ENG/Architecture Graph.vsdx
Normal file
BIN
pic/UML/ENG/Class Modbus.vsdx
Normal file
BIN
pic/UML/ENG/Class OPC.vsdx
Normal file
BIN
pic/UML/ENG/Class Siemens.vsdx
Normal file
BIN
pic/UML/ENG/Inner Graph 1.vsdx
Normal file
BIN
pic/UML/ENG/Inner Graph 2.vsdx
Normal file
BIN
pic/UML/ENG/Inner Graph 3.vsdx
Normal file
BIN
pic/UML/ENG/Inner Graph 4.vsdx
Normal file
BIN
pic/UML/ENG/Inner Graph 5.vsdx
Normal file
BIN
pic/UML/ENG/Inner Graph 6.vsdx
Normal file
BIN
pic/UML/ENG/Module Graph.vsdx
Normal file
BIN
pic/UML/ENG/Outer Graph 1.vsdx
Normal file
BIN
pic/UML/ENG/Outer Graph 2.vsdx
Normal file
BIN
pic/UML/ENG/Outer Graph 3.vsdx
Normal file
BIN
pic/UML/ENG/Outer Graph 4.vsdx
Normal file
BIN
pic/UML/ENG/Outer Graph 5.vsdx
Normal file
BIN
pic/UML/ENG/Outer Graph 6.vsdx
Normal file
BIN
pic/内部图1.png
|
Before Width: | Height: | Size: 5.4 KiB |
BIN
pic/内部图2.png
|
Before Width: | Height: | Size: 9.9 KiB |
BIN
pic/内部图3.png
|
Before Width: | Height: | Size: 6.7 KiB |
BIN
pic/内部图4.png
|
Before Width: | Height: | Size: 6.0 KiB |
BIN
pic/内部图5.png
|
Before Width: | Height: | Size: 14 KiB |
BIN
pic/内部图6.png
|
Before Width: | Height: | Size: 5.7 KiB |
BIN
pic/外部图1.png
|
Before Width: | Height: | Size: 9.0 KiB |
BIN
pic/外部图2.png
|
Before Width: | Height: | Size: 5.0 KiB |
BIN
pic/外部图3.png
|
Before Width: | Height: | Size: 2.9 KiB |
BIN
pic/外部图4.png
|
Before Width: | Height: | Size: 5.5 KiB |
BIN
pic/外部图5.png
|
Before Width: | Height: | Size: 6.0 KiB |
BIN
pic/外部图6.png
|
Before Width: | Height: | Size: 3.0 KiB |
BIN
pic/架构图.png
|
Before Width: | Height: | Size: 12 KiB |
BIN
pic/类图Modbus.png
|
Before Width: | Height: | Size: 30 KiB |
BIN
pic/类图OPC.png
|
Before Width: | Height: | Size: 25 KiB |
|
Before Width: | Height: | Size: 22 KiB |