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

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

本次赞助数额为: 2 元 
   源码介绍
C#与1200PLC通讯

.
├── C#与1200PLC通讯.rar
└── SCYY
    ├── SCYY
    │   ├── App.config
    │   ├── Form1.Designer.cs
    │   ├── Form1.cs
    │   ├── Form1.resx
    │   ├── Program.cs
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resources.Designer.cs
    │   │   ├── Resources.resx
    │   │   ├── Settings.Designer.cs
    │   │   └── Settings.settings
    │   ├── Resources
    │   │   ├── 关闭.png
    │   │   ├── 向上.png
    │   │   ├── 向下.png
    │   │   ├── 循环.png
    │   │   ├── 重启.png
    │   │   ├── 大熊猫.ico
    │   │   ├── 皮带线红.png
    │   │   ├── 皮带线绿.png
    │   │   ├── 皮带线黑.png
    │   │   └── 维修计费.png
    │   ├── SCYY.csproj
    │   ├── bin
    │   │   ├── Debug
    │   │   │   ├── S7.Net.dll
    │   │   │   ├── S7.Net.xml
    │   │   │   ├── SCYY.exe
    │   │   │   ├── SCYY.exe.config
    │   │   │   ├── SCYY.pdb
    │   │   │   ├── SunnyUI.Common.dll
    │   │   │   ├── SunnyUI.dll
    │   │   │   ├── SunnyUI.xml
    │   │   │   ├── WcleAnimationLibrary.dll
    │   │   │   ├── WcleAnimationLibrary.pdb
    │   │   │   ├── WinformControlLibraryExtension.ComplexityPropertys.dll
    │   │   │   ├── WinformControlLibraryExtension.dll
    │   │   │   ├── WinformControlLibraryExtension.pdb
    │   │   │   ├── thinger.DataConvertLib.dll
    │   │   │   └── thinger.DataConvertLib.xml
    │   │   └── Release
    │   ├── obj
    │   │   └── Debug
    │   │       ├── DesignTimeResolveAssemblyReferences.cache
    │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
    │   │       ├── SCYY.Form1.resources
    │   │       ├── SCYY.Properties.Resources.resources
    │   │       ├── SCYY.csproj.AssemblyReference.cache
    │   │       ├── SCYY.csproj.CopyComplete
    │   │       ├── SCYY.csproj.CoreCompileInputs.cache
    │   │       ├── SCYY.csproj.FileListAbsolute.txt
    │   │       ├── SCYY.csproj.GenerateResource.cache
    │   │       ├── SCYY.csproj.SuggestedBindingRedirects.cache
    │   │       ├── SCYY.exe
    │   │       ├── SCYY.pdb
    │   │       └── TempPE
    │   │           └── Properties.Resources.Designer.cs.dll
    │   └── packages.config
    ├── SCYY.sln
    └── packages
        ├── S7netplus.0.14.0
        │   ├── S7netplus.0.14.0.nupkg
        │   └── lib
        │       ├── net452
        │       │   ├── S7.Net.dll
        │       │   └── S7.Net.xml
        │       ├── netstandard1.3
        │       │   ├── S7.Net.dll
        │       │   └── S7.Net.xml
        │       └── netstandard2.0
        │           ├── S7.Net.dll
        │           └── S7.Net.xml
        └── thinger.DataConvertLib.4.0.1
            ├── lib
            │   └── net46
            │       ├── thinger.DataConvertLib.dll
            │       └── thinger.DataConvertLib.xml
            └── thinger.DataConvertLib.4.0.1.nupkg

19 directories, 62 files