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

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

本次赞助数额为: 2 元 
   源码介绍
s7读取西门子PLC数据

.
├── S7NetCore
│   ├── S7NetCore
│   │   ├── App.config
│   │   ├── Config
│   │   │   ├── PLCDataBean.cs
│   │   │   ├── PLC_Conn_Config.json
│   │   │   ├── PLC_Data_Config.json
│   │   │   └── PLConnBean.cs
│   │   ├── Dll
│   │   │   └── S7.Net.dll
│   │   ├── PlcApi
│   │   │   ├── PlcApi.cs
│   │   │   └── ReadClassOption.cs
│   │   ├── Plc_Scanner.cs
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   └── PublishProfiles
│   │   │       ├── FolderProfile.pubxml
│   │   │       └── FolderProfile.pubxml.user
│   │   ├── S7NetCore.csproj
│   │   ├── S7NetCore.csproj.user
│   │   ├── Sound.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │       └── netcoreapp2.1
│   │   │           ├── S7.Net.dll
│   │   │           ├── S7NetCore.deps.json
│   │   │           ├── S7NetCore.dll
│   │   │           ├── S7NetCore.dll.config
│   │   │           ├── S7NetCore.pdb
│   │   │           ├── S7NetCore.runtimeconfig.dev.json
│   │   │           ├── S7NetCore.runtimeconfig.json
│   │   │           └── win-x64
│   │   │               ├── S7.Net.dll
│   │   │               ├── S7NetCore.deps.json
│   │   │               ├── S7NetCore.dll
│   │   │               ├── S7NetCore.dll.config
│   │   │               ├── S7NetCore.exe
│   │   │               ├── S7NetCore.pdb
│   │   │               ├── S7NetCore.runtimeconfig.dev.json
│   │   │               ├── S7NetCore.runtimeconfig.json
│   │   │               ├── hostfxr.dll
│   │   │               └── hostpolicy.dll
│   │   └── obj
│   │       ├── Debug
│   │       │   └── netcoreapp2.1
│   │       │       ├── S7NetCore.AssemblyInfo.cs
│   │       │       ├── S7NetCore.AssemblyInfoInputs.cache
│   │       │       ├── S7NetCore.assets.cache
│   │       │       ├── S7NetCore.csproj.CopyComplete
│   │       │       ├── S7NetCore.csproj.FileListAbsolute.txt
│   │       │       ├── S7NetCore.csprojAssemblyReference.cache
│   │       │       ├── S7NetCore.dll
│   │       │       ├── S7NetCore.pdb
│   │       │       └── win-x64
│   │       │           ├── S7NetCore.AssemblyInfo.cs
│   │       │           ├── S7NetCore.AssemblyInfoInputs.cache
│   │       │           ├── S7NetCore.assets.cache
│   │       │           ├── S7NetCore.csproj.CopyComplete
│   │       │           ├── S7NetCore.csproj.FileListAbsolute.txt
│   │       │           ├── S7NetCore.csprojAssemblyReference.cache
│   │       │           ├── S7NetCore.dll
│   │       │           ├── S7NetCore.exe
│   │       │           └── S7NetCore.pdb
│   │       ├── S7NetCore.csproj.nuget.cache
│   │       ├── S7NetCore.csproj.nuget.dgspec.json
│   │       ├── S7NetCore.csproj.nuget.g.props
│   │       ├── S7NetCore.csproj.nuget.g.targets
│   │       └── project.assets.json
│   ├── S7NetCore.sln
│   └── 西门子PLC调试助手V1.1.exe
└── s7读取西门子PLC数据.rar

15 directories, 57 files