嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C#PLC modbus WPF 换热站组态演示
.
├── C#PLC modbus WPF 换热站组态演示.rar
├── PLC模拟器.exe
├── 源代码
│ ├── CSharpModBusExample
│ │ ├── CSharpModBusExample
│ │ │ ├── App.config
│ │ │ ├── CSharpModBusExample.csproj
│ │ │ ├── ClassDiagram1.cd
│ │ │ ├── ILog.cs
│ │ │ ├── ModBusSerialPortWrapper.cs
│ │ │ ├── ModBusTCPIPWrapper.cs
│ │ │ ├── ModBusWrapper.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── SocketWrapper.cs
│ │ │ ├── TestModBus.cs
│ │ │ ├── TestModBus.designer.cs
│ │ │ ├── TestModBus.resx
│ │ │ ├── ValueHelper.cs
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── CSharpModBusExample.exe
│ │ │ │ │ ├── CSharpModBusExample.exe.config
│ │ │ │ │ ├── CSharpModBusExample.pdb
│ │ │ │ │ ├── CSharpModBusExample.vshost.exe
│ │ │ │ │ ├── CSharpModBusExample.vshost.exe.config
│ │ │ │ │ └── CSharpModBusExample.vshost.exe.manifest
│ │ │ │ └── Release
│ │ │ └── obj
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── CSharpModBusExample.Properties.Resources.resources
│ │ │ ├── CSharpModBusExample.TestModBus.resources
│ │ │ ├── CSharpModBusExample.csproj.FileListAbsolute.txt
│ │ │ ├── CSharpModBusExample.exe
│ │ │ ├── CSharpModBusExample.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource.read.1.tlog
│ │ │ ├── GenerateResource.write.1.tlog
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ └── TempPE
│ │ ├── CSharpModBusExample.sln
│ │ └── CSharpModBusExample.suo
│ └── OAOfficeRadminSystem
│ ├── OAOfficeRadminSystem
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── Application.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── CSsamples
│ │ │ ├── ILog.cs
│ │ │ ├── ModBusSerialPortWrapper.cs
│ │ │ ├── ModBusTCPIPWrapper.cs
│ │ │ ├── ModBusWrapper.cs
│ │ │ ├── SocketWrapper.cs
│ │ │ └── ValueHelper.cs
│ │ ├── OAOfficeRadminSystem.csproj
│ │ ├── RadminControl.Designer.cs
│ │ ├── RadminControl.cs
│ │ ├── RadminControl.resx
│ │ ├── RadminControlToLook.Designer.cs
│ │ ├── RadminControlToLook.cs
│ │ ├── Resources
│ │ │ └── Transform3DResources.xaml
│ │ ├── Simple Styles.xaml
│ │ ├── SystemLogin.xaml
│ │ ├── SystemLogin.xaml.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── 20101116074.jpg
│ │ │ ├── Click_001.wav
│ │ │ ├── F05.wav
│ │ │ ├── OAOfficeRadminSystem.exe
│ │ │ ├── OAOfficeRadminSystem.exe.config
│ │ │ ├── OAOfficeRadminSystem.pdb
│ │ │ ├── OAOfficeRadminSystem.vshost.exe
│ │ │ ├── OAOfficeRadminSystem.vshost.exe.config
│ │ │ └── OAOfficeRadminSystem.vshost.exe.manifest
│ │ ├── hrz.obj
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── App.baml
│ │ │ ├── App.g.cs
│ │ │ ├── OAOfficeRadminSystem.RadminControl.resources
│ │ │ ├── OAOfficeRadminSystem.csproj.FileListAbsolute.txt
│ │ │ ├── OAOfficeRadminSystem.csproj.GenerateResource.Cache
│ │ │ ├── OAOfficeRadminSystem.exe
│ │ │ ├── OAOfficeRadminSystem.g.resources
│ │ │ ├── OAOfficeRadminSystem.pdb
│ │ │ ├── OAOfficeRadminSystem_MarkupCompile.cache
│ │ │ ├── Refactor
│ │ │ ├── Resources
│ │ │ │ └── Transform3DResources.baml
│ │ │ ├── Simple Styles.baml
│ │ │ ├── SystemLogin.baml
│ │ │ ├── SystemLogin.g.cs
│ │ │ └── TempPE
│ │ ├── 地.gif
│ │ ├── 地副本.gif
│ │ ├── 未命名.jpg
│ │ ├── 功能副本.jpg
│ │ ├── 背景副本.jpg
│ │ └── 背景副本.psd
│ ├── OAOfficeRadminSystem.sln
│ ├── OAOfficeRadminSystem.sln.cache
│ └── OAOfficeRadminSystem.suo
├── 组态程序
│ ├── Click_001.wav
│ ├── F05.wav
│ ├── OAOfficeRadminSystem.exe
│ ├── OAOfficeRadminSystem.exe.config
│ ├── OAOfficeRadminSystem.pdb
│ ├── OAOfficeRadminSystem.vshost.exe
│ ├── OAOfficeRadminSystem.vshost.exe.config
│ └── OAOfficeRadminSystem.vshost.exe.manifest
├── 使用说明.txt
├── 组态点表.xlsx
└── 数据随机生成
├── CSharpModBusExample.exe
└── CSharpModBusExample.exe.config
24 directories, 103 files