基本信息
源码名称:C#读写西门子PLC
源码大小:14.84M
文件格式:.7z
开发语言:C#
更新时间:2023-04-03
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559

本次赞助数额为: 3 元 
   源码介绍
C#读写西门子PLC


.
├── ReadPLC
│   ├── ReadPLC
│   │   ├── App.config
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.cs
│   │   ├── Form1.resx
│   │   ├── PLCHelper.cs
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── ReadPLC.csproj
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── HslCommunication.dll
│   │   │   │   ├── HslCommunication.xml
│   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   ├── Newtonsoft.Json.xml
│   │   │   │   ├── ReadPLC.exe
│   │   │   │   ├── ReadPLC.exe.config
│   │   │   │   ├── ReadPLC.pdb
│   │   │   │   ├── S7.Net.dll
│   │   │   │   ├── S7.Net.xml
│   │   │   │   └── c#与PLC类型转换.jpg
│   │   │   ├── Debug.7z
│   │   │   ├── ReadPLC
│   │   │   │   ├── HslCommunication.dll
│   │   │   │   ├── HslCommunication.xml
│   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   ├── Newtonsoft.Json.xml
│   │   │   │   ├── ReadPLC.exe
│   │   │   │   ├── ReadPLC.exe.config
│   │   │   │   ├── ReadPLC.pdb
│   │   │   │   ├── S7.Net.dll
│   │   │   │   ├── S7.Net.xml
│   │   │   │   └── c#与PLC类型转换.jpg
│   │   │   └── Release
│   │   ├── obj
│   │   │   └── Debug
│   │   │       ├── DesignTimeResolveAssemblyReferences.cache
│   │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │       ├── ReadPLC.Form1.resources
│   │   │       ├── ReadPLC.Properties.Resources.resources
│   │   │       ├── ReadPLC.csproj.AssemblyReference.cache
│   │   │       ├── ReadPLC.csproj.CopyComplete
│   │   │       ├── ReadPLC.csproj.CoreCompileInputs.cache
│   │   │       ├── ReadPLC.csproj.FileListAbsolute.txt
│   │   │       ├── ReadPLC.csproj.GenerateResource.cache
│   │   │       ├── ReadPLC.csproj.SuggestedBindingRedirects.cache
│   │   │       ├── ReadPLC.exe
│   │   │       ├── ReadPLC.pdb
│   │   │       └── TempPE
│   │   └── packages.config
│   ├── ReadPLC.sln
│   └── packages
│       ├── HslCommunication.11.2.2
│       │   ├── HslCommunication.11.2.2.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.13.0.1
│       │   ├── LICENSE.md
│       │   ├── Newtonsoft.Json.13.0.1.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
│       │   └── packageIcon.png
│       └── S7netplus.0.15.0
│           ├── S7netplus.0.15.0.nupkg
│           └── lib
│               ├── net452
│               │   ├── S7.Net.dll
│               │   └── S7.Net.xml
│               ├── net5.0
│               │   ├── S7.Net.dll
│               │   └── S7.Net.xml
│               ├── netstandard1.3
│               │   ├── S7.Net.dll
│               │   └── S7.Net.xml
│               └── netstandard2.0
│                   ├── S7.Net.dll
│                   └── S7.Net.xml
└── c#读写西门子PLC_ReadPLC.7z

33 directories, 85 files