基本信息
源码名称:上位机软件+导出EXCEL(源码)
源码大小:2.83M
文件格式:.zip
开发语言:C#
更新时间:2024-03-12
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

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

气动平台-上位机软件 导出EXCEL

气动平台-上位机软件主要是是连接并控制PLC,实现了连接、断开PLC,进气、排气、设定高度、单次读取以及数据采集


上位机程序设计

├── packages
│   ├── MiniExcel.1.31.3
│   │   ├── MiniExcel.1.31.3.nupkg
│   │   ├── icon.png
│   │   └── lib
│   │       ├── net45
│   │       │   └── MiniExcel.dll
│   │       └── netstandard2.0
│   │           └── MiniExcel.dll
│   ├── S7netplus.0.20.0
│   │   ├── S7netplus.0.20.0.nupkg
│   │   └── lib
│   │       ├── net452
│   │       │   ├── S7.Net.dll
│   │       │   └── S7.Net.xml
│   │       ├── net462
│   │       │   ├── S7.Net.dll
│   │       │   └── S7.Net.xml
│   │       ├── net5.0
│   │       │   ├── S7.Net.dll
│   │       │   └── S7.Net.xml
│   │       ├── net6.0
│   │       │   ├── S7.Net.dll
│   │       │   └── S7.Net.xml
│   │       ├── net7.0
│   │       │   ├── S7.Net.dll
│   │       │   └── S7.Net.xml
│   │       ├── netstandard1.3
│   │       │   ├── S7.Net.dll
│   │       │   └── S7.Net.xml
│   │       └── netstandard2.0
│   │           ├── S7.Net.dll
│   │           └── S7.Net.xml
│   ├── System.Buffers.4.5.1
│   │   ├── LICENSE.TXT
│   │   ├── System.Buffers.4.5.1.nupkg
│   │   ├── THIRD-PARTY-NOTICES.TXT
│   │   ├── lib
│   │   │   ├── net461
│   │   │   │   ├── System.Buffers.dll
│   │   │   │   └── System.Buffers.xml
│   │   │   ├── netcoreapp2.0
│   │   │   │   └── _._
│   │   │   ├── netstandard1.1
│   │   │   │   ├── System.Buffers.dll
│   │   │   │   └── System.Buffers.xml
│   │   │   ├── netstandard2.0
│   │   │   │   ├── System.Buffers.dll
│   │   │   │   └── System.Buffers.xml
│   │   │   └── uap10.0.16299
│   │   │       └── _._
│   │   ├── ref
│   │   │   ├── net45
│   │   │   │   ├── System.Buffers.dll
│   │   │   │   └── System.Buffers.xml
│   │   │   ├── netcoreapp2.0
│   │   │   │   └── _._
│   │   │   ├── netstandard1.1
│   │   │   │   ├── System.Buffers.dll
│   │   │   │   └── System.Buffers.xml
│   │   │   ├── netstandard2.0
│   │   │   │   ├── System.Buffers.dll
│   │   │   │   └── System.Buffers.xml
│   │   │   └── uap10.0.16299
│   │   │       └── _._
│   │   ├── useSharedDesignerContext.txt
│   │   └── version.txt
│   ├── System.Memory.4.5.5
│   │   ├── LICENSE.TXT
│   │   ├── System.Memory.4.5.5.nupkg
│   │   ├── THIRD-PARTY-NOTICES.TXT
│   │   ├── lib
│   │   │   ├── net461
│   │   │   │   ├── System.Memory.dll
│   │   │   │   └── System.Memory.xml
│   │   │   ├── netcoreapp2.1
│   │   │   │   └── _._
│   │   │   ├── netstandard1.1
│   │   │   │   ├── System.Memory.dll
│   │   │   │   └── System.Memory.xml
│   │   │   └── netstandard2.0
│   │   │       ├── System.Memory.dll
│   │   │       └── System.Memory.xml
│   │   ├── ref
│   │   │   └── netcoreapp2.1
│   │   │       └── _._
│   │   ├── useSharedDesignerContext.txt
│   │   └── version.txt
│   ├── System.Numerics.Vectors.4.5.0
│   │   ├── LICENSE.TXT
│   │   ├── System.Numerics.Vectors.4.5.0.nupkg
│   │   ├── THIRD-PARTY-NOTICES.TXT
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net46
│   │   │   │   ├── System.Numerics.Vectors.dll
│   │   │   │   └── System.Numerics.Vectors.xml
│   │   │   ├── netcoreapp2.0
│   │   │   │   └── _._
│   │   │   ├── netstandard1.0
│   │   │   │   ├── System.Numerics.Vectors.dll
│   │   │   │   └── System.Numerics.Vectors.xml
│   │   │   ├── netstandard2.0
│   │   │   │   ├── System.Numerics.Vectors.dll
│   │   │   │   └── System.Numerics.Vectors.xml
│   │   │   ├── portable-net45 win8 wp8 wpa81
│   │   │   │   ├── System.Numerics.Vectors.dll
│   │   │   │   └── System.Numerics.Vectors.xml
│   │   │   ├── uap10.0.16299
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   ├── ref
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net45
│   │   │   │   ├── System.Numerics.Vectors.dll
│   │   │   │   └── System.Numerics.Vectors.xml
│   │   │   ├── net46
│   │   │   │   ├── System.Numerics.Vectors.dll
│   │   │   │   └── System.Numerics.Vectors.xml
│   │   │   ├── netcoreapp2.0
│   │   │   │   └── _._
│   │   │   ├── netstandard1.0
│   │   │   │   ├── System.Numerics.Vectors.dll
│   │   │   │   └── System.Numerics.Vectors.xml
│   │   │   ├── netstandard2.0
│   │   │   │   ├── System.Numerics.Vectors.dll
│   │   │   │   └── System.Numerics.Vectors.xml
│   │   │   ├── uap10.0.16299
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   ├── useSharedDesignerContext.txt
│   │   └── version.txt
│   └── System.Runtime.CompilerServices.Unsafe.4.5.3
│       ├── LICENSE.TXT
│       ├── System.Runtime.CompilerServices.Unsafe.4.5.3.nupkg
│       ├── THIRD-PARTY-NOTICES.TXT
│       ├── lib
│       │   ├── net461
│       │   │   ├── System.Runtime.CompilerServices.Unsafe.dll
│       │   │   └── System.Runtime.CompilerServices.Unsafe.xml
│       │   ├── netcoreapp2.0
│       │   │   ├── System.Runtime.CompilerServices.Unsafe.dll
│       │   │   └── System.Runtime.CompilerServices.Unsafe.xml
│       │   ├── netstandard1.0
│       │   │   ├── System.Runtime.CompilerServices.Unsafe.dll
│       │   │   └── System.Runtime.CompilerServices.Unsafe.xml
│       │   └── netstandard2.0
│       │       ├── System.Runtime.CompilerServices.Unsafe.dll
│       │       └── System.Runtime.CompilerServices.Unsafe.xml
│       ├── ref
│       │   ├── net461
│       │   │   ├── System.Runtime.CompilerServices.Unsafe.dll
│       │   │   └── System.Runtime.CompilerServices.Unsafe.xml
│       │   ├── netstandard1.0
│       │   │   ├── System.Runtime.CompilerServices.Unsafe.dll
│       │   │   └── System.Runtime.CompilerServices.Unsafe.xml
│       │   └── netstandard2.0
│       │       ├── System.Runtime.CompilerServices.Unsafe.dll
│       │       └── System.Runtime.CompilerServices.Unsafe.xml
│       ├── useSharedDesignerContext.txt
│       └── version.txt
├── 上位机程序设计
│   ├── App.config
│   ├── Form1.Designer.cs
│   ├── Form1.cs
│   ├── Form1.resx
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── bin
│   │   └── Debug
│   │       ├── MiniExcel.dll
│   │       ├── S7.Net.dll
│   │       ├── S7.Net.xml
│   │       ├── System.Buffers.dll
│   │       ├── System.Buffers.xml
│   │       ├── System.Memory.dll
│   │       ├── System.Memory.xml
│   │       ├── System.Numerics.Vectors.dll
│   │       ├── System.Numerics.Vectors.xml
│   │       ├── System.Runtime.CompilerServices.Unsafe.dll
│   │       ├── System.Runtime.CompilerServices.Unsafe.xml
│   │       ├── app.publish
│   │       │   
│   ├── obj
│   │   └── Debug
│   │       ├── DesignTimeResolveAssemblyReferences.cache
│   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │       ├── TempPE
│   │       ├──
│   ├── packages.config
│   


80 directories, 154 files