登录
首页 » Visual C++ » OPCSvr

OPCSvr

于 2020-09-02 发布 文件大小:1186KB
0 434
下载积分: 1 下载次数: 0

代码说明:

说明:  非常好的OPC服务器源代码 免费的 没有时间限制(Very good OPC server source code for free no time limit)

文件列表:

OPCSvr
......\A Registry Class - The Code Project - System.mht
......\Callback.cpp
......\callback.h
......\Debug
......\ExitDlg.cpp
......\ExitDlg.h
......\FSServer.h
......\inc
......\...\OPCCOMN.H
......\...\OPCCOMN.IDL
......\...\Opccomn_i.c
......\...\opccomn_ps.dll
......\...\OPCDA.H
......\...\OPCDA.IDL
......\...\opcda_cats.c
......\...\OPCDA_I.C
......\...\opcenum_clsid.c
......\...\OpcError.h
......\...\opcerror.mc
......\...\OpcError.rc
......\...\OPCProps.h
......\...\OPCProxy.dll
......\Lib
......\...\FSServer.dll
......\...\FSServer.lib
......\...\FSServerd.dll
......\...\FSServerd.lib
......\OPCEXE
......\......\COPCClient.cpp
......\......\FSServerd.dll
......\......\FSServerd1.dll
......\......\ini
......\......\...\YFOPCSvr.ini
......\......\readme.txt
......\......\registry.reg
......\......\RegOPCSvr.bat
......\......\wxopc.log
......\OPCServer.rgs
......\OPCServer.txt
......\readme.doc
......\ReadMe.txt
......\RegEntry.h
......\Registry Wrapper Class (CRegistry) - The Code Project - System.files
......\....................................................................\filelist.xml

......\....................................................................\image002.gif
......\....................................................................\image003.gif
......\....................................................................\image004.gif
......\....................................................................\image005.gif
......\....................................................................\image006.gif
......\....................................................................\image007.gif
......\....................................................................\image008.gif
......\....................................................................\image009.gif
......\....................................................................\image010.gif
......\....................................................................\image011.gif
......\....................................................................\image012.gif
......\....................................................................\image013.gif
......\....................................................................\image014.gif
......\....................................................................\image015.gif
......\....................................................................\image016.gif
......\....................................................................\image017.jpg
......\....................................................................\image018.jpg
......\....................................................................\image019.gif
......\....................................................................\image020.jpg
......\....................................................................\image021.gif
......\....................................................................\image022.gif
......\....................................................................\image023.gif
......\....................................................................\image024.gif
......\....................................................................\image025.gif
......\....................................................................\image026.gif
......\....................................................................\image027.gif
......\....................................................................\image028.gif
......\....................................................................\image029.gif
......\....................................................................\image030.gif
......\....................................................................\image031.gif
......\....................................................................\image032.gif
......\....................................................................\image033.gif
......\....................................................................\image034.gif
......\....................................................................\image035.gif
......\....................................................................\image036.gif
......\....................................................................\image037.gif
......\....................................................................\image038.gif
......\....................................................................\image039.gif
......\....................................................................\image040.gif
......\....................................................................\image041.gif
......\....................................................................\image042.gif
......\....................................................................\image043.gif
......\Registry Wrapper Class (CRegistry) - The Code Project - System.htm
......\Registry Wrapper Class (CRegistry) - The Code Project - System.mht
......\Registry.cpp
......\registry.h
......\RegVars.cpp
......\RegVars.h
......\res
......\...\registry.rc

......\...\XPOPCSvr.manifest
......\...\XPOPCSvr.rc2
......\resource.h

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

发表评论

0 个回复

  • LPC2220_SoftUpdate_Boot_PC_Test
    绝对原创代码,目前正在产品上应用。基于NXP的LPC2220的串口升级程序,在PC端用VC++ 6.0编写,对于ARM7特别是IAP升级具有很好的参考价值。(Absolute original code, and is currently being applied on products. Based on NXP' s LPC2220 serial upgrade, in the PC side using VC++ 6.0 to prepare for the ARM7 particular IAP upgrades have good reference value.)
    2010-02-04 16:29:13下载
    积分:1
  • TadaptiveOFDMh
    本程序利用改进的CHOW算法,仿真了自自适应OFDM系统的性能,并画出了SNR (This program makes use of improved CHOW algorithm simulates the performance of self-adaptive OFDM system, and draw the SNR)
    2012-08-20 06:45:10下载
    积分:1
  • ShortMessageSystem
    短信群发系统,在一些业务范围广泛的公司中,当公司有了新的通知要告诉在外地的员工,通常使用拨打电话的方式,这样虽然能把事情说清楚,但是当在外的员工比较多时,工作量很大,为了解决这个问题,可以开发一个企业短信群发管理系统。企业短信群发管理系统主要利用硬件短信猫发送短信,并且可以查看SIM卡中收到的短信。(Mass messaging system, in a number of business a wide range of companies, when the company has a new notification to tell the staff in the field, normally used by calling the way, so although things can make it clear, but when the staff out for a long time compared , the heavy workload, in order to resolve this problem, can develop an enterprise management system for mass text messaging. Short Message management system for enterprises mainly use the hardware to send SMS text messages a cat and can view the SIM card text messages received.)
    2009-07-16 13:00:21下载
    积分:1
  • VC_MFC-Sample1
    Microsoft Visual C++ MFC串口通信编程详解,主要介绍了用CreateFile()函数和WriteFile()函数读写串口的实例,以及设置 串口属性的实例. 在工业控制中,工控机(一般都基于 Windows 平台)经常需要与智能仪表通过串口 进行通信.串口通信方便易行,应用广泛. 一般情况下,工控机和各智能仪表通过 RS485 总线进行通信.RS485 的通信方式是 半双工的,只能由作为主节点的工控 PC 机依次轮询网络上的各智能控制单元子节点. 每次通信都是由 PC 机通过串口向智能控制单元发布命令,智能控制单元在接收到正 确的命令后作出应答. (Microsoft Visual C++ MFC serial communication programming explain CreateFile () and WriteFile () function to read and write the serial port of the instance, and set the serial port attribute instance in industrial control, IPC (generally based on the Windows platform) often need to communicate with the smart meter through the serial port serial communication easy and widely used normal circumstances, the IPC and intelligent instrument through RS485 communication RS485 communication is half-duplex, only as the primary node industrial PC turn polling network intelligent control unit child nodes. every communication from a PC via the serial port to issue commands to the intelligent control unit, intelligent control unit receives the correct command response.)
    2012-10-11 07:23:02下载
    积分:1
  • SWA2000
    国家环保总局污染源在线通讯协议的简化版,主要用于环保污染监测设备的数据上传(Sources of the State Environmental Protection Administration of the simplified version of online communication protocols, mainly for environmental pollution monitoring equipment, data upload)
    2009-04-12 15:38:36下载
    积分:1
  • c03
    该程序实现水声信道的模拟方法及性能分析,提出了一种信的水声信道模型(The program implements underwater acoustic channel simulation methods and performance analysis, presents a letter of underwater acoustic channel model)
    2020-07-04 05:40:02下载
    积分:1
  • PTZ
    ptz 云台控制软件, 内带C++ 源码(ptz PTZ control software, which brought C++ source)
    2013-07-27 14:58:53下载
    积分:1
  • MModBus_TestO
    modscan32是modbus/tcp以太网通讯调试工工具,如同串口调试助手一样的工具., (modscan32 is modbus/tcp ethernet communication tools, debugging tools tools like serial debugging aides.)
    2012-08-06 23:21:29下载
    积分:1
  • to2to
    二进制格雷码与自然二进制码的互换 它就是介绍怎么把二进制格雷码与自然二进制码的互换。主要是异或操作(itis to for 2to 2)
    2011-10-21 18:42:17下载
    积分:1
  • Smart-Antennas-For-Wireless-
    描述了智能天线在无线通信环境下的各种应用。(Describes a smart antenna in a wireless communication environment, a variety of applications.)
    2013-09-09 20:30:32下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载