• 大小: 0.02M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: 源代码  opc  C#  代码  

资源简介

OPC服务器通常支持两种类型的访问接口,它们分别为不同的编程语言环境提供访问机制。这两种接口是:自动化接口(Automation interface);自定义接口(Custom interface)。

资源截图

代码片段和文件信息

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;
using System.Threading;

using System.xml;
using System.Media;
using System.Data.SqlClient;
using Johnson_B80_Model;
using Johnson_B80_BLL;
using Johnson_B80_DAL;


namespace Joh
{
    public partial class Main : Form
    {
        public Main()
        {
            InitializeComponent();
        }


        Thread t;
      
        AutoSaveBLL saveBLL = new AutoSaveBLL();
        Auto_SBRBLL SBRBll = new Auto_SBRBLL();
        Auto_linkSBRBLL SBRlink = new Auto_linkSBRBLL();

        DataTable tableb = null;
        public OPC opc = new OPC();
        public static string

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

     文件      40960  2016-05-11 14:14  Interop.OPCAutomation.dll

     文件      13026  2018-12-17 15:13  Main.cs

     文件      25384  2016-05-11 14:15  OPC.cs

     文件        465  2018-12-17 15:11  config.xml

     文件       2763  2016-05-11 14:15  OPC_Interface.cs

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

                82598                    5


评论

共有 条评论