首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > C# > OPC通讯CreateGroup()

OPC通讯CreateGroup()

  • 资源大小:1.65 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: c#

资 源 简 介

 KepGroups = KepServer.OPCGroups;                KepGroup = KepGroups.Add("OPCGroup");                KepServer.OPCGroups.DefaultGroupIsActive = true;                KepServer.OPCGroups.DefaultGroupDeadband = 0;                KepGroup.UpdateRate = 50;                KepGroup.IsActive = true;                KepGroup.IsSubscribed = true;                KepItems = KepGroup.OPCItems;

文 件 列 表

OPCHelp.cs
VIP VIP
0.183707s