实例介绍
【实例简介】西门子控制器通讯接口
窗口程序,可以实现与西门子 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