嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 4 元微信扫码支付:4 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
西门子控制器通讯接口
窗口程序,可以实现与西门子 S200, S1200 通讯,下载只需要修改控制器的IP地址就可以使用
.
├── s7-200-1
│ ├── App.config
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── Form2.Designer.cs
│ ├── Form2.cs
│ ├── Form2.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── bin
│ │ ├── Debug
│ │ │ ├── S7.Net.dll
│ │ │ ├── S7.Net.xml
│ │ │ ├── s7-200-1.exe
│ │ │ ├── s7-200-1.exe.config
│ │ │ └── s7-200-1.pdb
│ │ └── Release
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── TempPE
│ │ ├── s7-200-1.csproj.AssemblyReference.cache
│ │ ├── s7-200-1.csproj.CopyComplete
│ │ ├── s7-200-1.csproj.CoreCompileInputs.cache
│ │ ├── s7-200-1.csproj.FileListAbsolute.txt
│ │ ├── s7-200-1.csproj.GenerateResource.cache
│ │ ├── s7-200-1.exe
│ │ ├── s7-200-1.pdb
│ │ ├── s7_200_1.Form1.resources
│ │ ├── s7_200_1.Form2.resources
│ │ └── s7_200_1.Properties.Resources.resources
│ ├── packages
│ │ └── S7netplus.0.14.0
│ │ ├── S7netplus.0.14.0.nupkg
│ │ └── lib
│ │ ├── net452
│ │ │ ├── S7.Net.dll
│ │ │ └── S7.Net.xml
│ │ ├── netstandard1.3
│ │ │ ├── S7.Net.dll
│ │ │ └── S7.Net.xml
│ │ └── netstandard2.0
│ │ ├── S7.Net.dll
│ │ └── S7.Net.xml
│ ├── packages.config
│ ├── s7-200-1.csproj
│ └── s7-200-1.sln
└── 西门子控制器通讯接口_s7-200-1.rar
14 directories, 41 files