基本信息
源码名称:C#与西门子1200通信的全套程序包括PLC程序和C#程序,亲自测试过,直接能用
源码大小:0.82M
文件格式:.rar
开发语言:C#
更新时间:2022-12-28
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
C#与西门子1200通信的全套程序包括PLC程序和C#程序,亲自测试过,直接能用
.
├── C#与西门子1200通信的全套程序包括PLC程序和C#程序,亲自测试过,直接能用_PLC_S7net_TEST包括上位机和PLC程序.rar
└── PLC_S7net_TEST包括上位机和PLC程序
├── 1200PLC程序
│ └── 1200与C#通信
│ ├── 1200与C#通信.ap15
│ ├── AdditionalFiles
│ │ └── PLCM
│ │ └── plcmArchive.pma15_0
│ ├── IM
│ │ ├── SPL
│ │ │ └── options
│ │ └── SearchIndex
│ │ ├── _10.cfs
│ │ ├── _10_1.del
│ │ ├── _11.cfs
│ │ ├── _u.fdt
│ │ ├── _u.fdx
│ │ ├── _u.fnm
│ │ ├── _u.frq
│ │ ├── _u.prx
│ │ ├── _u.tii
│ │ ├── _u.tis
│ │ ├── _u.tvd
│ │ ├── _u.tvf
│ │ ├── _u.tvx
│ │ ├── _u_3.del
│ │ ├── _v.cfs
│ │ ├── _w.cfs
│ │ ├── _w_1.del
│ │ ├── _x.cfs
│ │ ├── _x_1.del
│ │ ├── _y.cfs
│ │ ├── _y_1.del
│ │ ├── _z.cfs
│ │ ├── _z_1.del
│ │ ├── segments.gen
│ │ └── segments_11
│ ├── Logs
│ ├── System
│ │ ├── PEData
│ │ │ └── Meta
│ │ │ ├── ChangeListConsumer
│ │ │ │ ├── HmiBase.xml
│ │ │ │ ├── Iecpl.xml
│ │ │ │ ├── Siemens.Simatic.Lang.IPI.Target.xml
│ │ │ │ ├── Siemens.Simatic.Lang.Online.xml
│ │ │ │ └── Siemens.Simatic.Lang.xml
│ │ │ └── ChangeListProvider
│ │ │ └── Siemens.Automation.DomainModel.xml
│ │ ├── PEData.idx
│ │ └── PEData.plf
│ ├── TMP
│ ├── UserFiles
│ └── XRef
│ └── XRef.db
└── PLC_S7net_TEST
├── PLC_S7net_TEST
│ ├── App.config
│ ├── PLC_S7net_TEST.csproj
│ ├── PlcForm.Designer.cs
│ ├── PlcForm.cs
│ ├── PlcForm.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── bin
│ │ ├── Debug
│ │ │ ├── PLC_S7net_TEST.exe
│ │ │ ├── PLC_S7net_TEST.exe.config
│ │ │ ├── PLC_S7net_TEST.pdb
│ │ │ ├── PLC_S7net_TEST.vshost.exe
│ │ │ ├── PLC_S7net_TEST.vshost.exe.config
│ │ │ ├── PLC_S7net_TEST.vshost.exe.manifest
│ │ │ └── S7.Net.dll
│ │ └── Release
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── PLC_S7net_TEST.PlcForm.resources
│ │ ├── PLC_S7net_TEST.Properties.Resources.resources
│ │ ├── PLC_S7net_TEST.csproj.CopyComplete
│ │ ├── PLC_S7net_TEST.csproj.CoreCompileInputs.cache
│ │ ├── PLC_S7net_TEST.csproj.FileListAbsolute.txt
│ │ ├── PLC_S7net_TEST.csproj.GenerateResource.Cache
│ │ ├── PLC_S7net_TEST.csprojAssemblyReference.cache
│ │ ├── PLC_S7net_TEST.csprojResolveAssemblyReference.cache
│ │ ├── PLC_S7net_TEST.exe
│ │ ├── PLC_S7net_TEST.pdb
│ │ ├── TempPE
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ └── packages.config
├── PLC_S7net_TEST.sln
└── packages
└── S7netplus.0.7.0
├── S7netplus.0.7.0.nupkg
└── lib
├── net452
│ └── S7.Net.dll
├── netstandard1.3
│ └── S7.Net.dll
└── netstandard2.0
└── S7.Net.dll
32 directories, 77 files
├── C#与西门子1200通信的全套程序包括PLC程序和C#程序,亲自测试过,直接能用_PLC_S7net_TEST包括上位机和PLC程序.rar
└── PLC_S7net_TEST包括上位机和PLC程序
├── 1200PLC程序
│ └── 1200与C#通信
│ ├── 1200与C#通信.ap15
│ ├── AdditionalFiles
│ │ └── PLCM
│ │ └── plcmArchive.pma15_0
│ ├── IM
│ │ ├── SPL
│ │ │ └── options
│ │ └── SearchIndex
│ │ ├── _10.cfs
│ │ ├── _10_1.del
│ │ ├── _11.cfs
│ │ ├── _u.fdt
│ │ ├── _u.fdx
│ │ ├── _u.fnm
│ │ ├── _u.frq
│ │ ├── _u.prx
│ │ ├── _u.tii
│ │ ├── _u.tis
│ │ ├── _u.tvd
│ │ ├── _u.tvf
│ │ ├── _u.tvx
│ │ ├── _u_3.del
│ │ ├── _v.cfs
│ │ ├── _w.cfs
│ │ ├── _w_1.del
│ │ ├── _x.cfs
│ │ ├── _x_1.del
│ │ ├── _y.cfs
│ │ ├── _y_1.del
│ │ ├── _z.cfs
│ │ ├── _z_1.del
│ │ ├── segments.gen
│ │ └── segments_11
│ ├── Logs
│ ├── System
│ │ ├── PEData
│ │ │ └── Meta
│ │ │ ├── ChangeListConsumer
│ │ │ │ ├── HmiBase.xml
│ │ │ │ ├── Iecpl.xml
│ │ │ │ ├── Siemens.Simatic.Lang.IPI.Target.xml
│ │ │ │ ├── Siemens.Simatic.Lang.Online.xml
│ │ │ │ └── Siemens.Simatic.Lang.xml
│ │ │ └── ChangeListProvider
│ │ │ └── Siemens.Automation.DomainModel.xml
│ │ ├── PEData.idx
│ │ └── PEData.plf
│ ├── TMP
│ ├── UserFiles
│ └── XRef
│ └── XRef.db
└── PLC_S7net_TEST
├── PLC_S7net_TEST
│ ├── App.config
│ ├── PLC_S7net_TEST.csproj
│ ├── PlcForm.Designer.cs
│ ├── PlcForm.cs
│ ├── PlcForm.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── bin
│ │ ├── Debug
│ │ │ ├── PLC_S7net_TEST.exe
│ │ │ ├── PLC_S7net_TEST.exe.config
│ │ │ ├── PLC_S7net_TEST.pdb
│ │ │ ├── PLC_S7net_TEST.vshost.exe
│ │ │ ├── PLC_S7net_TEST.vshost.exe.config
│ │ │ ├── PLC_S7net_TEST.vshost.exe.manifest
│ │ │ └── S7.Net.dll
│ │ └── Release
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── PLC_S7net_TEST.PlcForm.resources
│ │ ├── PLC_S7net_TEST.Properties.Resources.resources
│ │ ├── PLC_S7net_TEST.csproj.CopyComplete
│ │ ├── PLC_S7net_TEST.csproj.CoreCompileInputs.cache
│ │ ├── PLC_S7net_TEST.csproj.FileListAbsolute.txt
│ │ ├── PLC_S7net_TEST.csproj.GenerateResource.Cache
│ │ ├── PLC_S7net_TEST.csprojAssemblyReference.cache
│ │ ├── PLC_S7net_TEST.csprojResolveAssemblyReference.cache
│ │ ├── PLC_S7net_TEST.exe
│ │ ├── PLC_S7net_TEST.pdb
│ │ ├── TempPE
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ └── packages.config
├── PLC_S7net_TEST.sln
└── packages
└── S7netplus.0.7.0
├── S7netplus.0.7.0.nupkg
└── lib
├── net452
│ └── S7.Net.dll
├── netstandard1.3
│ └── S7.Net.dll
└── netstandard2.0
└── S7.Net.dll
32 directories, 77 files