嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
OPC连接KEPserver读取数据
.
├── 工程文件
│ ├── OPCDAAuto.dll
│ ├── opctcp
│ │ ├── App.config
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── HslCommunication.dll
│ │ │ │ ├── HslCommunication.xml
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ ├── Newtonsoft.Json.xml
│ │ │ │ ├── opctcp.exe
│ │ │ │ ├── opctcp.exe.config
│ │ │ │ └── opctcp.pdb
│ │ │ └── Release
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── Interop.OPCAutomation.dll
│ │ │ │ ├── TempPE
│ │ │ │ ├── opctcp.Form1.resources
│ │ │ │ ├── opctcp.Properties.Resources.resources
│ │ │ │ ├── opctcp.csproj.CopyComplete
│ │ │ │ ├── opctcp.csproj.CoreCompileInputs.cache
│ │ │ │ ├── opctcp.csproj.FileListAbsolute.txt
│ │ │ │ ├── opctcp.csproj.GenerateResource.cache
│ │ │ │ ├── opctcp.csproj.ResolveComReference.cache
│ │ │ │ ├── opctcp.exe
│ │ │ │ └── opctcp.pdb
│ │ │ └── Release
│ │ │ ├── Interop.OPCAutomation.dll
│ │ │ └── opctcp.csproj.ResolveComReference.cache
│ │ ├── opctcp.csproj
│ │ ├── opctcp.sln
│ │ ├── packages
│ │ │ ├── HslCommunication.9.6.1
│ │ │ │ ├── HslCommunication.9.6.1.nupkg
│ │ │ │ └── lib
│ │ │ │ ├── net20
│ │ │ │ │ ├── HslCommunication.dll
│ │ │ │ │ └── HslCommunication.xml
│ │ │ │ ├── net35
│ │ │ │ │ ├── HslCommunication.dll
│ │ │ │ │ └── HslCommunication.xml
│ │ │ │ ├── net451
│ │ │ │ │ ├── HslCommunication.dll
│ │ │ │ │ └── HslCommunication.xml
│ │ │ │ ├── netstandard2.0
│ │ │ │ │ ├── HslCommunication.dll
│ │ │ │ │ └── HslCommunication.xml
│ │ │ │ └── netstandard2.1
│ │ │ │ ├── HslCommunication.dll
│ │ │ │ └── HslCommunication.xml
│ │ │ └── Newtonsoft.Json.12.0.3
│ │ │ ├── LICENSE.md
│ │ │ ├── Newtonsoft.Json.12.0.3.nupkg
│ │ │ ├── lib
│ │ │ │ ├── net20
│ │ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ │ └── Newtonsoft.Json.xml
│ │ │ │ ├── net35
│ │ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ │ └── Newtonsoft.Json.xml
│ │ │ │ ├── net40
│ │ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ │ └── Newtonsoft.Json.xml
│ │ │ │ ├── net45
│ │ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ │ └── Newtonsoft.Json.xml
│ │ │ │ ├── netstandard1.0
│ │ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ │ └── Newtonsoft.Json.xml
│ │ │ │ ├── netstandard1.3
│ │ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ │ └── Newtonsoft.Json.xml
│ │ │ │ ├── netstandard2.0
│ │ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ │ └── Newtonsoft.Json.xml
│ │ │ │ ├── portable-net40 sl5 win8 wp8 wpa81
│ │ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ │ └── Newtonsoft.Json.xml
│ │ │ │ └── portable-net45 win8 wp8 wpa81
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ └── packageIcon.png
│ │ └── packages.config
│ ├── setup
│ │ ├── HslCommunication.dll
│ │ ├── Newtonsoft.Json.dll
│ │ ├── System.Net.Http.dll
│ │ ├── opcsetup.msi
│ │ ├── opctcp.exe
│ │ ├── opctcp.exe.config
│ │ └── setup.exe
│ └── 说明.txt
└── 好例子网_工程文件.zip
30 directories, 76 files