基本信息
源码名称:DLL Test S7通讯1200/1500 Ethernet TCP
源码大小:0.69M
文件格式:.zip
开发语言:C#
更新时间:2021-12-14
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
DLL Test S7通讯1200/1500 Ethernet TCP
.
├── Dll Files
│ ├── S71K-1.png
│ ├── S71K-2.png
│ ├── Thumbs.db
│ ├── 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.AssemblyReference.cache
│ ├── TcpClient.vbproj.CoreCompileInputs.cache
│ ├── TcpClient.vbproj.FileListAbsolute.txt
│ ├── TcpClient.vbproj.GenerateResource.cache
│ ├── TcpClient.xml
│ └── TempPE
│ └── My Project.Resources.Designer.vb.dll
└── WinTcpS7_1K V34.rar
25 directories, 97 files
DLL Test S7通讯1200/1500 Ethernet TCP
.
├── Dll Files
│ ├── S71K-1.png
│ ├── S71K-2.png
│ ├── Thumbs.db
│ ├── 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.AssemblyReference.cache
│ ├── TcpClient.vbproj.CoreCompileInputs.cache
│ ├── TcpClient.vbproj.FileListAbsolute.txt
│ ├── TcpClient.vbproj.GenerateResource.cache
│ ├── TcpClient.xml
│ └── TempPE
│ └── My Project.Resources.Designer.vb.dll
└── WinTcpS7_1K V34.rar
25 directories, 97 files