Set Server = New OPCServer ’生成OPC对象,
Servers = Server.GetOPCServers("")
Server.Connect sServerName, "" ’连接OPC服务器
Server.OPCGroups.DefaultGroupUpdateRate = 800’设定组的刷新速率
Set Group = Server.OPCGroups.Add("I7000")
****运行到这的时候出现
“OPCAutomation.OPCServerClass”的对象强制转换为类型“OPCAutomation.IOPCGroups”。
Dim WithEvents OPCMyServer As OPCAutomation.OPCServer 'OPC Server对象,连接OPC服务器
Dim WithEvents OPCMyGroups As OPCAutomation.OPCGroups 'OPC Groups对象,添加OPC组
Dim WithEvents OPCMyGroup As OPCAutomation.OPCGroup 'OPC Group对象
Dim OPCMyItems As OPCAutomation.OPCItems 'OPC标签组
Dim OPCMyItem As OPCAutomation.OPCItem 'OPC标签组