【实例简介】
C#对三菱PLC的以太网和串口通讯以及台达PLC的以太网通讯
【实例截图】
【核心代码】
Conn
└── Conn
├── Conn.sln
└── ConnTest
├── bin
│ └── Debug
│ ├── ConnTest.exe
│ ├── ConnTest.pdb
│ ├── ConnTest.vshost.exe
│ ├── ConnTest.vshost.exe.manifest
│ └── PLC
│ └── DMT.dll
├── ConnTest.csproj
├── Form1.cs
├── Form1.Designer.cs
├── Form1.resx
├── obj
│ └── x86
│ └── Debug
│ ├── ConnTest.csproj.FileListAbsolute.txt
│ ├── ConnTest.csproj.GenerateResource.Cache
│ ├── ConnTest.csprojResolveAssemblyReference.cache
│ ├── ConnTest.exe
│ ├── ConnTest.Form1.resources
│ ├── ConnTest.pdb
│ &nb

该博客详细介绍了如何使用C#进行三菱PLC的以太网和串口通讯,以及台达PLC的以太网通讯。提供了一个名为ConnTest的实例,包括相关解决方案文件、源代码和DLL库,覆盖了串口(RS232)和TCP通讯方式。通过DMTClass和IPLC等类实现了与PLC的交互。

373

被折叠的 条评论
为什么被折叠?



