转换成csharp代码 Dim AnOPCItemCollection As OPCItemsSet MyGroups = AnOPCServer.OPCGroupsSet OneGroup = MyGroups.ConnectPublicGroup ( “A‘ some more code hereSet AnOPCItemCollection = OneGroup.OPCItems
时间: 2024-04-02 19:34:17 浏览: 47
将字符串转换成System.Drawing.Color类型的方法
OPCItems AnOPCItemCollection;
OPCGroups MyGroups = AnOPCServer.OPCGroupsSet;
OPCGroup OneGroup = MyGroups.ConnectPublicGroup("A");
AnOPCItemCollection = OneGroup.OPCItems;
阅读全文