资源简介
代码片段和文件信息
using System;
using System.Windows.Forms;
using Opc;
using Opc.Da;
using OpcCom;
namespace opcTest
{
public partial class Form1 : Form
{
private Opc.Da.Server m_server = null;//定义数据存取服务器
private Opc.Da.Subscription subscription = null;//定义组对象(订阅者)
private Opc.Da.SubscriptionState state = null;//定义组(订阅者)状态,相当于OPC规范中组的参数
private Opc.IDiscovery m_discovery = new ServerEnumerator();//定义枚举基于COM服务器的接口,用来搜索所有的此类服务器。
public Form1()
{
InitializeComponent();
textBox1.Text = “192.168.1.5“;
button2.Enabled = false;
button3.Enabled = false;
}
private void button1_Click(object sender EventArgs e)
{
//查询服务器
try
{
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2017-09-24 10:49 OPC_Client\
目录 0 2017-09-24 10:46 OPC_Client\OPC_Client\
目录 0 2017-09-24 10:47 OPC_Client\OPC_Client\DLL\
目录 0 2011-07-14 15:35 OPC_Client\OPC_Client\DLL\OpcRcw\
文件 78048 2009-02-05 03:03 OPC_Client\OPC_Client\DLL\OpcRcw\OpcCmdPs.dll
文件 98528 2009-02-05 03:03 OPC_Client\OPC_Client\DLL\OpcRcw\OpcDxPs.dll
文件 200704 2005-11-25 17:07 OPC_Client\OPC_Client\DLL\OpcRcw\OpcNetApi.Com.dll
文件 225280 2005-11-25 17:07 OPC_Client\OPC_Client\DLL\OpcRcw\OpcNetApi.dll
文件 11776 2009-02-05 03:04 OPC_Client\OPC_Client\DLL\OpcRcw\OpcRcw.Ae.dll
文件 11776 2009-02-05 03:04 OPC_Client\OPC_Client\DLL\OpcRcw\OpcRcw.Batch.dll
文件 9216 2008-07-09 16:50 OPC_Client\OPC_Client\DLL\OpcRcw\OpcRcw.Cmd.dll
文件 6656 2008-07-09 16:50 OPC_Client\OPC_Client\DLL\OpcRcw\OpcRcw.Comn.dll
文件 20992 2008-07-09 16:50 OPC_Client\OPC_Client\DLL\OpcRcw\OpcRcw.Da.dll
文件 15872 2008-07-09 16:50 OPC_Client\OPC_Client\DLL\OpcRcw\OpcRcw.Dx.dll
文件 12800 2008-07-09 16:50 OPC_Client\OPC_Client\DLL\OpcRcw\OpcRcw.Hda.dll
文件 3584 2009-02-05 03:04 OPC_Client\OPC_Client\DLL\OpcRcw\OpcRcw.Sec.dll
文件 10059 2013-05-10 12:13 OPC_Client\OPC_Client\Form1.Designer.cs
文件 6294 2013-05-10 12:13 OPC_Client\OPC_Client\Form1.cs
文件 5814 2013-05-10 12:13 OPC_Client\OPC_Client\Form1.resx
文件 6113 2017-09-24 10:48 OPC_Client\OPC_Client\OPC_Client.csproj
文件 624 2017-09-24 10:33 OPC_Client\OPC_Client\OPC_Client.csproj.user
文件 468 2012-12-12 14:43 OPC_Client\OPC_Client\Program.cs
目录 0 2013-05-17 15:41 OPC_Client\OPC_Client\Properties\
文件 1383 2013-05-10 12:09 OPC_Client\OPC_Client\Properties\AssemblyInfo.cs
文件 2854 2017-09-24 10:33 OPC_Client\OPC_Client\Properties\Resources.Designer.cs
文件 5612 2012-12-12 14:43 OPC_Client\OPC_Client\Properties\Resources.resx
文件 1107 2017-09-24 10:33 OPC_Client\OPC_Client\Properties\Settings.Designer.cs
文件 249 2012-12-12 14:43 OPC_Client\OPC_Client\Properties\Settings.settings
文件 388 2012-12-15 01:32 OPC_Client\OPC_Client\app.config
目录 0 2013-05-17 15:41 OPC_Client\OPC_Client\bin\
目录 0 2017-09-24 10:48 OPC_Client\OPC_Client\bin\Debug\
............此处省略26个文件信息
相关资源
- C# OPC 数据采集 .rar
- C#操作OPC包含KepServer4.5软件 OPCAutomat
- 工业OPC客户端读取,并存SQL
- C# PLC OPC 通讯统一方式
- C#版本opc da 源码最低分分享
- Interop.OPCAutomation.dll
- C#使用OpcNetApi_dll和OpcNetApi_Com_dll操作
- Emit常用Opcode指令使用方法
- 基于OPCDAAuto.dll的opc运用的简单
- 自己 C#写的OPC客户端
- C#与OPC 通讯
- c#通过opc读写plc的程序代码
- opc 客户端c#编写数据同时存入mysql数据
- OPC2.0核心组件
- 828D_840Dsl_工具_OPC+UA2.2功能测试客户端
- .NETvb/C#开发OPC Server(源码及详细说明
- OPC Client源码C#版
- CSharp_WinCC_OPC
- C#OPC读取数据
- 通过KEPServer opc与PLC通讯程序。
- 西门子S1200 与C#以太网通信,利用OP
-
Nopcommerce4.2_language_pack.xm
l - OPC服务端客户端及C#源码
- OPC Client WebAPI跨平台调用程序(RestF
- OPC读取组态王程序,C#
- OPC客户端C#完整源码--完整版)
- 如何在C#中实现OPC数据访问(西门子官
- 采煤机
- OPCCLIENT 一个用C#做的OPC客户端例子
- FreeSCADA2 完整的C#开发的组态软件.OP
评论
共有 条评论