• 大小: 0.01M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: C#  通讯  c  控件  VS2005  

资源简介

VS2005 C# MX控件 与PLC通讯

资源截图

代码片段和文件信息

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

namespace Sample
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }
        #region  “Processing of Open button“
        private void btn_Open_Click(object sender EventArgs e)
        {
            int iReturnCode; //Return code
            int iLogicalStationNumber; //LogicalStationNumber for ActUtlType

            //Displayed output data is cleared.
            ClearDisplay();

            //
            //Processing of Open method
            //
            try
            {
                //When ActProgType is sele

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

     文件      28816  2013-11-20 10:58  Sample\Form1.cs

     文件      32333  2013-11-20 10:58  Sample\Form1.Designer.cs

     文件       7213  2013-11-20 10:58  Sample\Form1.resx

     文件        473  2013-05-07 14:27  Sample\Program.cs

     文件       1268  2013-05-07 14:27  Sample\Properties\AssemblyInfo.cs

     文件       2841  2013-05-07 14:27  Sample\Properties\Resources.Designer.cs

     文件       5612  2013-05-07 14:27  Sample\Properties\Resources.resx

     文件       1091  2013-05-07 14:27  Sample\Properties\Settings.Designer.cs

     文件        249  2013-05-07 14:27  Sample\Properties\Settings.settings

     文件       4442  2013-11-20 10:58  Sample\Sample.csproj

     文件        900  2013-05-07 14:27  Sample\Sample.sln

     目录          0  2016-10-15 07:14  Sample\Properties

     目录          0  2016-10-15 07:14  Sample

----------- ---------  ---------- -----  ----

                85238                    13


评论

共有 条评论