代码搜索:OPCserver
找到约 51 项符合「OPCserver」的源代码
代码结果 51
www.eeworm.com/read/224978/14558213
old entries.extra.old
/OPCClientToolKit.dsp////
/OPCClientToolKit.dsw////
/OPCClientToolKit.opt////
/OPCClientToolKit.plg////
/OPCClientToolKit.sln////
/OPCClientToolKit.suo////
/OPCClientToolKit.vcproj////
/opccomn
www.eeworm.com/read/352281/10566341
h serverstatus.h
//**************************************************************************
// Description: Dialog to display OPC server status.
// A timer updates the status while the dialog is a
www.eeworm.com/read/350258/10752122
h serverstatus.h
//**************************************************************************
// Description: Dialog to display OPC server status.
// A timer updates the status while the dialog is a
www.eeworm.com/read/168408/9917757
txt 新建 文本文档.txt
Option Explicit
Option Base 1
Const ServerName = "OPCServer.WinCC"
Dim WithEvents MyOPCServer As OpcServer
Dim WithEvents MyOPCGroup As OPCGroup
Dim MyOPCGroupColl As OPCGroup
www.eeworm.com/read/102174/15791884
txt vbopcclient.txt
Option Explicit
Option Base 1
'On Error Resume Next
Const ServerName = "OPCServer.WinCC"
Dim WithEvents MyOPCServer As OPCServer
Dim WithEvents MyOPCGroup As OPCGroup
Dim MyOPCGroupColl As
www.eeworm.com/read/250112/12433008
bas module1.bas
Attribute VB_Name = "Module1"
Dim AnOPCServer As OPCServer
Dim AnOPCGroups As OPCGroups
Dim RecvOPCGroup As OPCGroup
Dim SendOPCGroup As OPCGroup
Dim RecvOPCItems As OPCItems
Dim SendOPCItems As
www.eeworm.com/read/168408/9917761
txt opc客户程序(vb篇——同步).txt
建立如下窗体:
引用如下:
代码如下:
Option Explicit
Dim WithEvents ServerObj As OPCServer
Dim WithEvents GroupObj As OPCGroup
Dim ItemObj As OPCItem
Private Sub Command_Start_Click()
Dim
www.eeworm.com/read/250112/12433146
bas module1.bas
Attribute VB_Name = "Module1"
Dim MyOpcServer As OPCServer
Dim MyOpcGroups As OPCGroups
Dim MyOpcGroup As OPCGroup
Dim MyOpcItems As OPCItems
Dim ClientHandles(1 To 2) As Long
Dim MyOpcItemIDs(1
www.eeworm.com/read/288444/4007005
bas module1.bas
Attribute VB_Name = "Module1"
Option Base 1
Option Explicit
Public Server As OPCServer
Public Group As OPCGroup
Public UseEvents As Boolean
Public Adding As Boolean ' Flag to synchronize wit
www.eeworm.com/read/407199/11424136
h globals.h
//defined hints
//操作事件
#define HINT_REMPC_ADD 1000
#define HINT_REMPC_REMOVE 1001
#define HINT_REMPC_SELECT 1002
#define HINT_REMPC_SET_STATE 1004
#define HINT_REMPC_RENAME 1005
#define HINT_R