登录
首页 » 其他项目 » OPC Client本软件是一个利用OPC协议通讯的实例。其中用到的驱动是非注册版,如果您希望使用,请使用正版。...

OPC Client本软件是一个利用OPC协议通讯的实例。其中用到的驱动是非注册版,如果您希望使用,请使用正版。...

于 2023-03-17 发布 文件大小:288.32 kB
0 249
下载积分: 2 下载次数: 1

代码说明:

OPC Client本软件是一个利用OPC协议通讯的实例。其中用到的驱动是非注册版,如果您希望使用,请使用正版。-OPC Client software is the use of a communications agreement OPC examples. Which to use the non-registered version, if you want to use, please use legitimate.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 电机温升测试系统,适用于工作频率为50/60Hz的单/三相小功率异步电机(≤5KW)、串级电机、电动工具的绕组温升测量。适用于工作频率为50/60Hz的电源变压...
    电机温升测试系统,适用于工作频率为50/60Hz的单/三相小功率异步电机(≤5KW)、串级电机、电动工具的绕组温升测量。适用于工作频率为50/60Hz的电源变压器、充电器、电感镇流器的绕组温升测量。带电原理:在带电工作情况下测量绕组的直流电阻,并用公式折算成温升。专为电动工具定子,转子温升测量而开发,其中定子采用带电法,转子采用断电法-motor temperature test system is applicable to the frequency of 50/60Hz single/three-phase asynchronous motors power the small ( 5KW), Cascade motor, electric tools winding temperature measurement. Applicable to the frequency of 50/60 Hz power transformers, chargers, the inductance ballasts winding temperature measurement. Charged Principle : Live in work measurement of the winding resistance DC, and the formulas used converted into temperature. Electric tools for the stator and rotor temperature measurement and development, which use charged stator, rotor features a power law
    2022-02-03 14:46:07下载
    积分:1
  • 初学者的AdaBoost
    for beginners of adaboost
    2022-05-28 17:37:29下载
    积分:1
  • 商城名称: 新普网络商城XpShop 官方网站: http://www.XpShop.cn/ 初始帐号: admin / admin 最新发布: X...
    商城名称: 新普网络商城XpShop 官方网站: http://www.XpShop.cn/ 初始帐号: admin / admin 最新发布: XpShop .Net 2.4 欢迎使用新普网络商城,XpShop .Net v2.4具有如下特点: 1、使用ASP.Net(c#)、三层结构开发; 2、支持多语言,详细使用方法请咨询新普公司客服; 3、支持多模板,现有版本已经附带5套模板,官方网站不定时发布新模板; 4、兼容主流浏览器,界面美观,皮肤设计灵活多变; 5、可定制缺货处理功能; 6、支持附件销售功能; 7、支持会员组批发功能; 8、支持预付款; 9、自动核算配送价格; 10、商品支持多类别; 11、支持在线备份数据库; 12、支持无限级商品类别; 13、可添加无限多种商品扩展属性,并可将扩展属性加入高级搜索; 14、支持多管理员,可自由设定管理员的可管理项; 15、自动生成报价单,商品价格一目了然; 16、用UTF-8编码,适用在全球各地的网络空间运行; 17、集成多种在线支付方式,除国内的主流支付方式支付宝、网银在线,贝宝外,还集成了适合于国外支付的Paypal和网银在线外卡; 18、不断升级,并可免费下载使用;-place names : New Pronk network Mall XpShop official website : http :// www.XpShop.cn/ initial account : admin/admin latest release : XpShop. Net 2.4 Pronk welcomed the use of new network Mall, XpShop. Net time monitor has the following characteristics : 1, the use of ASP.Net (c#) the three-tier structure development; 2, multi-language support, detailed advice please use the new Cape company customer service; 3, for the multi-
    2022-04-14 22:38:52下载
    积分:1
  • 回溯算法中的圆排列问题
    回溯算法中的圆排列问题-backtracking algorithm with a round of the problem
    2022-07-19 12:24:57下载
    积分:1
  • walkingpete小程序!
    一个walkingpete的小程序-walkingpete a small procedure!
    2022-07-06 12:11:14下载
    积分:1
  • UART的Verilog发射/接收OpenCores分担
    UART verilog TX/RX OpenCores share
    2022-05-20 00:56:06下载
    积分:1
  • 常用电子原件参数大全包括:125贴片三极管上的印字,与真实名称的对照表,2SJ场管大全,9000系列三极管资料,常用晶体与场管,电阻阻值表,贴片代码查找工具,贴...
    常用电子原件参数大全包括:125贴片三极管上的印字,与真实名称的对照表,2SJ场管大全,9000系列三极管资料,常用晶体与场管,电阻阻值表,贴片代码查找工具,贴片电容耐压,贴片电阻封装跟功率关系。-Original parameters of commonly used e-Daquan include: 125 SMD transistors on the printing, and the real name of the comparison table, 2SJ field pipe Daquan, 9000 series transistor data, commonly used crystal and field control, resistor table, patch code search tool, paste film capacitor voltage, chip resistor package, with power relations.
    2023-08-25 05:40:03下载
    积分:1
  • Find prime numbers prepared by screening the function: void sieve (bool isPrime...
    编写筛选查找素数函数: void sieve(bool isPrime[], int n) 其中isPrime[ ]为一个布尔型数组,n为数组大小。由于2是第一个素数, 所以设置isPrime[0]和isPrime[1]的值为false,并设置其余的元素初值为true。 然后对从4到n-1的每一个i,判断i是否能够被2整除,如果i能够被2整除,则设置isPrime[i]为false。 对从2到n/2的每一个可能的数值重复以上处理,当操作结束时,所有值为true的isPrime[i]所对应的i就是素数,它们将是从筛子中掉下来的。-Find prime numbers prepared by screening the function: void sieve (bool isPrime [], int n) which isPrime [] as a Boolean array, n is the size of the array. Because 2 is the first prime number, so set the isPrime [0], and isPrime [1] a value of false, and set the initial value of the remaining elements of true. And then from 4 to n-1 for each i, to determine whether i can be divisible by 2, if i can be divisible by 2, then set the isPrime [i] is false. From 2 to n/2 possible values for each one to repeat the above processing, when the operation ended, all the true value of the isPrime [i] corresponding to i is a prime number, they will be falling from the sieve in the past.
    2023-03-02 04:45:03下载
    积分:1
  • 雷挖了一个很好的来源,真的很好,舛添是的,它是用C编写的依据。
    一个不错的挖雷的源代码,真的不错,舛不错,是用C++写的,很好-Ray dug a good source, really good, Masuzoe Yes, it is written using C and very good
    2022-06-27 18:20:24下载
    积分:1
  • 一个类似于博客的网站,做的很好,可以根据自己的需要改动一下就变成自己的网站了,也可以学习一下,非常不错...
    一个类似于博客的网站,做的很好,可以根据自己的需要改动一下就变成自己的网站了,也可以学习一下,非常不错-similar to a blog website, so good, according to his own needs you change it into its own web site, can learn from this, very good
    2022-01-24 15:12:20下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载