嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
socket访问PLC
.
├── Dll Files
│ ├── S71K-1.png
│ ├── S71K-2.png
│ ├── WinTcpS7_1K.dll
│ ├── 函数接口.txt
│ └── 可编程控制器PC通讯组件使用说明V25.pdf
├── TcpClient C#2010
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── My Project
│ │ ├── Application.myapp
│ │ ├── Resources.resx
│ │ └── Settings.settings
│ ├── Properties
│ │ ├── Application.Designer.cs
│ │ ├── Application.myapp
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── TcpClient.csproj
│ ├── TcpClient.sln
│ ├── TcpClient.suo
│ ├── TcpClient.xml
│ ├── bin
│ │ ├── Debug
│ │ └── Release
│ │ ├── TcpClient.exe
│ │ ├── TcpClient.pdb
│ │ ├── TcpClient.vshost.exe
│ │ ├── TcpClient.vshost.exe.manifest
│ │ ├── TcpClient.xml
│ │ └── WinTcpS7_1K.dll
│ └── obj
│ ├── Debug
│ └── x86
│ ├── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── TcpClient.Form1.resources
│ │ ├── TcpClient.Properties.Resources.resources
│ │ ├── TcpClient.csproj.FileListAbsolute.txt
│ │ ├── TcpClient.csproj.GenerateResource.Cache
│ │ ├── TcpClient.exe
│ │ ├── TcpClient.pdb
│ │ └── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ └── Release
│ ├── DesignTimeResolveAssemblyReferences.cache
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── TcpClient.Form1.resources
│ ├── TcpClient.Properties.Resources.resources
│ ├── TcpClient.csproj.FileListAbsolute.txt
│ ├── TcpClient.csproj.GenerateResource.Cache
│ ├── TcpClient.exe
│ ├── TcpClient.pdb
│ └── TempPE
│ └── Properties.Resources.Designer.cs.dll
├── TcpClient VB2010
│ ├── App.config
│ ├── Form1.Designer.vb
│ ├── Form1.resx
│ ├── Form1.vb
│ ├── My Project
│ │ ├── Application.Designer.vb
│ │ ├── Application.myapp
│ │ ├── AssemblyInfo.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── TcpClient.sln
│ ├── TcpClient.suo
│ ├── TcpClient.vbproj
│ ├── bin
│ │ ├── Debug
│ │ └── Release
│ │ ├── TcpClient.exe
│ │ ├── TcpClient.pdb
│ │ ├── TcpClient.vshost.exe
│ │ ├── TcpClient.vshost.exe.manifest
│ │ ├── TcpClient.xml
│ │ └── WinTcpS7_1K.dll
│ └── obj
│ └── x86
│ ├── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── GenerateResource.read.1.tlog
│ │ ├── GenerateResource.write.1.tlog
│ │ ├── ResolveAssemblyReference.cache
│ │ ├── TcpClient.Form1.resources
│ │ ├── TcpClient.Resources.resources
│ │ ├── TcpClient.exe
│ │ ├── TcpClient.pdb
│ │ ├── TcpClient.vbproj.FileListAbsolute.txt
│ │ ├── TcpClient.vbproj.GenerateResource.Cache
│ │ ├── TcpClient.vbprojResolveAssemblyReference.cache
│ │ ├── TcpClient.xml
│ │ └── TempPE
│ │ └── My Project.Resources.Designer.vb.dll
│ └── Release
│ ├── DesignTimeResolveAssemblyReferences.cache
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── GenerateResource.read.1.tlog
│ ├── GenerateResource.write.1.tlog
│ ├── Interop.WinTcpCommS7.dll
│ ├── TcpClient.Form1.resources
│ ├── TcpClient.Resources.resources
│ ├── TcpClient.exe
│ ├── TcpClient.pdb
│ ├── TcpClient.vbproj.FileListAbsolute.txt
│ ├── TcpClient.vbproj.GenerateResource.Cache
│ ├── TcpClient.xml
│ └── TempPE
│ └── My Project.Resources.Designer.vb.dll
└── socket访问PLC.zip
25 directories, 94 files