接收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 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