接收opc服务器消息,OPCClient,读取opc服务器的数据
Posted weixin_39685459
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了接收opc服务器消息,OPCClient,读取opc服务器的数据相关的知识,希望对你有一定的参考价值。
【实例简介】
opc client 有问题,AddItems函数返回错误
【实例截图】
【核心代码】
OPCClient
└── OPCClient
├── BottomView.cpp
├── BottomView.h
├── BrowseItemDlg.cpp
├── BrowseItemDlg.h
├── callback.cpp
├── callback.h
├── global.cpp
├── global.h
├── GroupView.cpp
├── GroupView.h
├── Item.cpp
├── Item.h
├── ItemView.cpp
├── ItemView.h
├── LeftTopView.cpp
├── LeftTopView.h
├── MainFrm.cpp
├── MainFrm.h
├── OPCClient.aps
├── OPCClient.clw
├── OPCClient.cpp
├── OPCClientDoc.cpp
├── OPCClientDoc.h
├── OPCClient.dsp
├── OPCClient.dsw
├── OPCClient.h
├── OPCClient.ncb
├── OPCClient.opt
├── OPCClient.plg
├── OPCClient.rc
├── OPCDA.H
├── OPCDA_I.C
├── OpcError.h
├── OPCSvrShowDlg.cpp
├── OPCSvrShowDlg.h
├── ParamSetup.cpp
├── ParamSetup.h
├── ReadMe.txt
├── res
│ ├── 10.ico
│ ├── 1.ICO
│ ├── 2.ICO
│ ├── 3.ICO
│ ├── 4.ICO
│ ├── 5.ICO
│ ├── 6.ICO
│ ├── 7.ICO
│ ├── 86.ico
│ ├── 8.ICO
│ ├── 9.ico
│ ├── OPCClientDoc.ico
│ ├── OPCClient.ico
│ ├── OPCClient.rc2
│ └── Toolbar.bmp
├── resource.h
├── RightTopView.cpp
├── RightTopView.h
├── ServerView.cpp
├── ServerView.h
├── StdAfx.cpp
└── StdAfx.h
2 directories, 60 files
以上是关于接收opc服务器消息,OPCClient,读取opc服务器的数据的主要内容,如果未能解决你的问题,请参考以下文章
Delphi OmniThreadLibrary + OPC 客户端