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

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

本次赞助数额为: 2 元 
   源码介绍

PLC助手

连接西门子PLC,并读写数据,可以配置地址信息


.
├── C#PLC助手_plctool.7z
└── plctool
    ├── PlcTool
    │   ├── App.config
    │   ├── Config.cs
    │   ├── Extend.cs
    │   ├── FrmAddAdd.Designer.cs
    │   ├── FrmAddAdd.cs
    │   ├── FrmAddAdd.resx
    │   ├── FrmAddGroup.Designer.cs
    │   ├── FrmAddGroup.cs
    │   ├── FrmAddGroup.resx
    │   ├── FrmAddress.Designer.cs
    │   ├── FrmAddress.cs
    │   ├── FrmAddress.resx
    │   ├── FrmMain.Designer.cs
    │   ├── FrmMain.cs
    │   ├── FrmMain.resx
    │   ├── Group.cs
    │   ├── Log.cs
    │   ├── PlcTool.csproj
    │   ├── Program.cs
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resources.Designer.cs
    │   │   ├── Resources.resx
    │   │   ├── Settings.Designer.cs
    │   │   └── Settings.settings
    │   ├── RadioContainer.Designer.cs
    │   ├── RadioContainer.cs
    │   ├── RadioContainer.resx
    │   ├── S7.Net.dll
    │   ├── Serialize.cs
    │   ├── bin
    │   │   └── Debug
    │   │       ├── PlcTool.exe
    │   │       ├── PlcTool.exe.Config
    │   │       ├── PlcTool.pdb
    │   │       └── S7.Net.dll
    │   ├── logo.ico
    │   └── obj
    │       └── Debug
    │           ├── DesignTimeResolveAssemblyReferences.cache
    │           ├── DesignTimeResolveAssemblyReferencesInput.cache
    │           ├── PlcTool.FrmAddAdd.resources
    │           ├── PlcTool.FrmAddGroup.resources
    │           ├── PlcTool.FrmAddress.resources
    │           ├── PlcTool.FrmMain.resources
    │           ├── PlcTool.Properties.Resources.resources
    │           ├── PlcTool.RadioContainer.resources
    │           ├── PlcTool.csproj.AssemblyReference.cache
    │           ├── PlcTool.csproj.CopyComplete
    │           ├── PlcTool.csproj.CoreCompileInputs.cache
    │           ├── PlcTool.csproj.FileListAbsolute.txt
    │           ├── PlcTool.csproj.GenerateResource.cache
    │           ├── PlcTool.csproj.SuggestedBindingRedirects.cache
    │           ├── PlcTool.exe
    │           ├── PlcTool.pdb
    │           ├── TempPE
    │           │   └── Properties.Resources.Designer.cs.dll
    │           └── _IsIncrementalBuild
    └── PlcTool.sln

8 directories, 54 files