C#与PLC通讯读写

所属分类:串口编程
开发工具:C#
文件大小:213KB
下载次数:20
上传日期:2020-02-14 09:39:55
上 传 者一叶千秋
说明:  用于C#学习PLC通信,项目使用了MX Component控件,MX Component由三菱提供,需要电脑安装后引用DLL,让开发人员不需要注重协议。
(MX component control is used in the project. MX component is provided by Mitsubishi. It needs to refer to DLL after computer installation, so that developers do not need to pay attention to protocol.)

文件列表:
C#与PLC通讯读写\PLC_Test\PLC_Test\App.config (184, 2019-12-16)
C#与PLC通讯读写\PLC_Test\PLC_Test\bin\Debug\AxInterop.ActProgTypeLib.dll (29696, 2019-12-16)
C#与PLC通讯读写\PLC_Test\PLC_Test\bin\Debug\AxInterop.ActUtlTypeLib.dll (13824, 2019-12-16)
C#与PLC通讯读写\PLC_Test\PLC_Test\bin\Debug\Interop.ActProgTypeLib.dll (31744, 2019-12-16)
C#与PLC通讯读写\PLC_Test\PLC_Test\bin\Debug\Interop.ActUtlTypeLib.dll (15872, 2019-12-16)
C#与PLC通讯读写\PLC_Test\PLC_Test\bin\Debug\PLC_Test.exe (18432, 2019-12-16)
C#与PLC通讯读写\PLC_Test\PLC_Test\bin\Debug\PLC_Test.exe.config (184, 2019-12-16)
C#与PLC通讯读写\PLC_Test\PLC_Test\bin\Debug\PLC_Test.pdb (32256, 2019-12-16)
C#与PLC通讯读写\PLC_Test\PLC_Test\bin\Debug\PLC_Test.vshost.exe (24224, 2019-12-17)
C#与PLC通讯读写\PLC_Test\PLC_Test\bin\Debug\PLC_Test.vshost.exe.config (184, 2019-12-16)
C#与PLC通讯读写\PLC_Test\PLC_Test\bin\Debug\PLC_Test.vshost.exe.manifest (490, 2013-03-18)
C#与PLC通讯读写\PLC_Test\PLC_Test\bin\Release\AxInterop.ActProgTypeLib.dll (29696, 2019-12-16)
C#与PLC通讯读写\PLC_Test\PLC_Test\bin\Release\AxInterop.ActUtlTypeLib.dll (13824, 2019-12-16)
C#与PLC通讯读写\PLC_Test\PLC_Test\bin\Release\Interop.ActProgTypeLib.dll (31744, 2019-12-16)
C#与PLC通讯读写\PLC_Test\PLC_Test\bin\Release\Interop.ActUtlTypeLib.dll (15872, 2019-12-16)
C#与PLC通讯读写\PLC_Test\PLC_Test\bin\Release\PLC_Test.exe (17920, 2019-12-16)
C#与PLC通讯读写\PLC_Test\PLC_Test\bin\Release\PLC_Test.exe.config (184, 2019-12-16)
C#与PLC通讯读写\PLC_Test\PLC_Test\bin\Release\PLC_Test.pdb (30208, 2019-12-16)
C#与PLC通讯读写\PLC_Test\PLC_Test\bin\Release\PLC_Test.vshost.exe (24224, 2019-12-16)
C#与PLC通讯读写\PLC_Test\PLC_Test\bin\Release\PLC_Test.vshost.exe.config (184, 2019-12-16)
C#与PLC通讯读写\PLC_Test\PLC_Test\Form1.cs (12367, 2019-12-16)
C#与PLC通讯读写\PLC_Test\PLC_Test\Form1.Designer.cs (17593, 2019-12-16)
C#与PLC通讯读写\PLC_Test\PLC_Test\Form1.resx (7216, 2019-12-16)
C#与PLC通讯读写\PLC_Test\PLC_Test\obj\Debug\AxInterop.ActProgTypeLib.dll (29696, 2019-12-16)
C#与PLC通讯读写\PLC_Test\PLC_Test\obj\Debug\AxInterop.ActUtlTypeLib.dll (13824, 2019-12-16)
C#与PLC通讯读写\PLC_Test\PLC_Test\obj\Debug\DesignTimeResolveAssemblyReferences.cache (14287, 2019-12-17)
C#与PLC通讯读写\PLC_Test\PLC_Test\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache (7528, 2019-12-16)
C#与PLC通讯读写\PLC_Test\PLC_Test\obj\Debug\Interop.ActProgTypeLib.dll (31744, 2019-12-16)
C#与PLC通讯读写\PLC_Test\PLC_Test\obj\Debug\Interop.ActUtlTypeLib.dll (15872, 2019-12-16)
C#与PLC通讯读写\PLC_Test\PLC_Test\obj\Debug\PLC_Test.csproj.FileListAbsolute.txt (2019, 2019-12-17)
C#与PLC通讯读写\PLC_Test\PLC_Test\obj\Debug\PLC_Test.csproj.GenerateResource.Cache (977, 2019-12-16)
C#与PLC通讯读写\PLC_Test\PLC_Test\obj\Debug\PLC_Test.csproj.ResolveComReference.cache (825, 2019-12-16)
C#与PLC通讯读写\PLC_Test\PLC_Test\obj\Debug\PLC_Test.exe (18432, 2019-12-16)
C#与PLC通讯读写\PLC_Test\PLC_Test\obj\Debug\PLC_Test.Form1.resources (1166, 2019-12-16)
C#与PLC通讯读写\PLC_Test\PLC_Test\obj\Debug\PLC_Test.pdb (32256, 2019-12-16)
C#与PLC通讯读写\PLC_Test\PLC_Test\obj\Debug\PLC_Test.Properties.Resources.resources (180, 2019-12-16)
C#与PLC通讯读写\PLC_Test\PLC_Test\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs (0, 2019-12-14)
C#与PLC通讯读写\PLC_Test\PLC_Test\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs (0, 2019-12-14)
C#与PLC通讯读写\PLC_Test\PLC_Test\obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs (0, 2019-12-14)
C#与PLC通讯读写\PLC_Test\PLC_Test\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll (4608, 2019-12-16)
... ...

近期下载者

相关文件


收藏者