• 大小: 0.06M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: C#  网络  c  通信    

资源简介

C# 通过网络和三菱的PLC通信

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;

namespace PLCTest2
{
    public partial class Form1 : Form
    {
        private AxActUtlTypeLib.AxActUtlType axActUtlType = null;
        public Form1()
        {
            InitializeComponent();
            this.axActUtlType = new AxActUtlTypeLib.AxActUtlType();
            //((System.ComponentModel.ISupportInitialize)(this.axActUtlType)).BeginInit();
            this.Controls.Add(this.axActUtlType);       //貌似这个控件必须要加到Controls中,不然就会引发异常。
        }

        private void btnConn_Click(object sender EventArgs e)
        {
            try
            {
                int iStation

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        117  2016-12-06 15:43  PLCTest2\PLCTest2\app.config

     文件      13312  2016-12-06 15:10  PLCTest2\PLCTest2\bin\Debug\AxInterop.ActUtlTypeLib.dll

     文件      15872  2016-12-06 15:10  PLCTest2\PLCTest2\bin\Debug\Interop.ActUtlTypeLib.dll

     文件      12800  2016-12-06 16:50  PLCTest2\PLCTest2\bin\Debug\PLCTest2.exe

     文件        117  2016-12-06 15:43  PLCTest2\PLCTest2\bin\Debug\PLCTest2.exe.config

     文件      28160  2016-12-06 16:50  PLCTest2\PLCTest2\bin\Debug\PLCTest2.pdb

     文件      11608  2016-12-07 11:39  PLCTest2\PLCTest2\bin\Debug\PLCTest2.vshost.exe

     文件        117  2016-12-06 15:43  PLCTest2\PLCTest2\bin\Debug\PLCTest2.vshost.exe.config

     文件        490  2012-06-06 02:06  PLCTest2\PLCTest2\bin\Debug\PLCTest2.vshost.exe.manifest

     文件       3872  2016-12-06 16:50  PLCTest2\PLCTest2\Form1.cs

     文件      11112  2016-12-06 16:46  PLCTest2\PLCTest2\Form1.Designer.cs

     文件       5817  2016-12-06 16:46  PLCTest2\PLCTest2\Form1.resx

     文件       3665  2016-12-07 09:00  PLCTest2\PLCTest2\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache

     文件       6526  2016-12-06 16:50  PLCTest2\PLCTest2\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件       1020  2016-12-07 11:39  PLCTest2\PLCTest2\obj\x86\Debug\PLCTest2.csproj.FileListAbsolute.txt

     文件        847  2016-12-06 16:46  PLCTest2\PLCTest2\obj\x86\Debug\PLCTest2.csproj.GenerateResource.Cache

     文件       8319  2016-12-06 15:48  PLCTest2\PLCTest2\obj\x86\Debug\PLCTest2.csprojResolveAssemblyReference.cache

     文件      12800  2016-12-06 16:50  PLCTest2\PLCTest2\obj\x86\Debug\PLCTest2.exe

     文件        180  2016-12-06 16:46  PLCTest2\PLCTest2\obj\x86\Debug\PLCTest2.Form1.resources

     文件      28160  2016-12-06 16:50  PLCTest2\PLCTest2\obj\x86\Debug\PLCTest2.pdb

     文件        180  2016-12-06 15:48  PLCTest2\PLCTest2\obj\x86\Debug\PLCTest2.Properties.Resources.resources

     文件       4608  2016-12-06 15:43  PLCTest2\PLCTest2\obj\x86\Debug\TempPE\Properties.Resources.Designer.cs.dll

     文件       4237  2016-12-06 15:48  PLCTest2\PLCTest2\PLCTest2.csproj

     文件        489  2016-12-06 15:42  PLCTest2\PLCTest2\Program.cs

     文件       1366  2016-12-06 15:42  PLCTest2\PLCTest2\Properties\AssemblyInfo.cs

     文件       2856  2016-12-06 15:43  PLCTest2\PLCTest2\Properties\Resources.Designer.cs

     文件       5612  2016-12-06 15:42  PLCTest2\PLCTest2\Properties\Resources.resx

     文件       1108  2016-12-06 15:43  PLCTest2\PLCTest2\Properties\Settings.Designer.cs

     文件        249  2016-12-06 15:42  PLCTest2\PLCTest2\Properties\Settings.settings

     文件        866  2016-12-06 15:42  PLCTest2\PLCTest2.sln

............此处省略13个文件信息

评论

共有 条评论