首页 | 邮件资讯 | 技术教程 | 解决方案 | 产品评测 | 邮件人才 | 邮件博客 | 邮件系统论坛 | 软件下载 | 邮件周刊 | 热点专题 | 工具
网络技术 | 操作系统 | 邮件系统 | 客户端 | 电子邮箱 | 反垃圾邮件 | 邮件安全 | 邮件营销 | 移动电邮 | 邮件软件下载 | 电子书下载

软件下载

网络软件 | 系统工具 | 应用软件 | 联络聊天 | 图形图像 | 多媒体类 | 行业软件 | 游戏娱乐 | 编程开发 | 安全相关 | 教育教学 | 技术资料 | 邮件服务器 | 下载动力 | 免费资源网
首页 > 软件下载 > 网络软件服务器区 > 下载地址:明辰opc核心应用服务器 1.0
Software Downloads Topics
  • MDaemon Server 12.56 简体中文版
  • ORF Enterprise Edition 4.4 正式版
  • 迅雷(Thunder) 7.1.6.2194
  • 腾讯QQ 2010 SP3.1 正式版
  • 瑞星杀毒软件 2011 23.00.18.99 天空软件..
  • 网际快车(FlashGet) 3.7.0.1166
  • 搜狗拼音输入法 5.2 正式版
  • WinRAR 3.93 简体中文版
  • 暴风影音2011 3.11.01.27
  • 酷狗音乐(KuGoo) 2011 6.2.23
  • 360安全卫士 7.6.0.2001
  • RealPlayer 2011 14.0.2.633 官方简体中...
  • Windows优化大师 7.99 Build 10.1221 免...
  • PP点点通 2008 12.16 正式版
  • 腾讯QQ 2008 正式版
  • 超级兔子 2011 11.0.14.0 正式版
  • Adobe Flash Player for IE 10.2.152.26
  • Vagaa哇嘎画时代版 2.6.7.2
  • 王码五笔型输入法 86&98
  • Adobe Reader X 10.0.0 简体中文版
  • 大智慧免费炒股软件 6.0 经典版
  • PPTV网络电视(原PPLive) 2.7.0.0031 正式版
  • PPS网络电视(PPStream) 2.7.0.1210
  • POCO 2007 0820
  • 光影魔术手nEOiMAGING 3.1.2.104
  • BitTorrent Plus! II 2 1.33 Final 简体...
  • Windows Live Messenger(Windows Live 软..
  • 腾讯QQ2010 SP1 传美版 6.0
  • 千千静听(Mp3随身听) 5.78 简体中文版
  • 极品五笔 2011 正式版
  • Internet Explorer 8 for WinXP 简体中文..
  • Windows Media Player 11 for XP 简体中...
  • 快播(QvodPlayer) 3.5.0 build 0065 标准版
  • Microsoft Internet Explorer(IE6) 6.0 ...
  • 明辰opc核心应用服务器 1.0

    OS:
    License:
    Size:1.04 M
    Evaluation:
    Uudate:2010-12-31
    Downloads: 0

    明辰opc核心应用服务器 1.0 Description:
    明辰OPC服务器核心应用1.0,具体说明如下:
          /* Drop table [DeviceEvent] */
    drop table if exists [DeviceEvent];

    /* 设备事件,主要针对向设备发送信息,发送后会删除 */
    CREATE TABLE [DeviceEvent] (
      [DeviceID] BIGINT NOT NULL,
      [DeviceValue] VARCHAR(255) NOT NULL,
      CONSTRAINT [sqlite_autoindex_DeviceEvent_1] PRIMARY KEY ([DeviceID]));

    /* Data [DeviceEvent] */


    /* Drop table [DeviceInfo] */
    drop table if exists [DeviceInfo];


    CREATE TABLE [DeviceInfo] (
      [AUTOID] BIGINT NOT NULL,
      [DeviceName] CHAR(100) NOT NULL,
      [OPCNAME] CHAR(255) NOT NULL,
      [AreaID] BIGINT NOT NULL,
      [SubSystemID] BIGINT NOT NULL,
      [DeviceType] BIGINT NOT NULL, /*数据类型,如VT_INT,VT_BSTR*/
      [DeviceDesc] VARCHAR(255),
      CONSTRAINT [sqlite_autoindex_DeviceInfo_1] PRIMARY KEY ([AUTOID]));

    /* Data [DeviceInfo] */


    /* Drop table [DeviceStatus] */
    drop table if exists [DeviceStatus];

    /* 设备状态*/
    CREATE TABLE [DeviceStatus] (
      [DeviceID] BIGINT NOT NULL,
      [DeviceValue] VARCHAR(255) NOT NULL,
      [IsAlarm] INT NOT NULL DEFAULT (0),/*设置是否报警,1,报警;其它不报*/
      CONSTRAINT [sqlite_autoindex_DeviceStatus_1] PRIMARY KEY ([DeviceID]));


      以上数据库是sqlite导出结构,其中,表DeviceStatus表中是由client push server,并由server 存进去到deviceStatus表中
      表DeviceInfo是存储点位的主要表,在核心应用中主要用到AUTOID,OPCNAME,DEVICETYPE,
          其中DeviceType表示COM数据类型,整型为3,FLOAT为4,BSTR为8.当核心应用启动时会自动从这个表中获取opcname,并创建出来
      表DeviceEvent是用于server向client push数据,比如通过改数据库或其它程序添加了event,则由核心库向client推出去该数据,然后把相关event清空。
    Related Software Download of Class
    Related Software New Downloads

    *In order to achieve the fastest download speeds, recommended FlashGet Download software.
    *If you find that the software can not download, go to the Forum, thank you!
    *Site without express permission, any site may not be illegal copying Powered Daolian and resources such as cited pages, please specify the source, thank you for your support!

    广告联系 | 合作联系 | 关于我们 | 联系我们 | 我要发布软件 |  版权所有:邮件技术资讯网©2003-2010 www.5dmail.net, All Rights Reserved  www.5Dmail.net Web Team   粤ICP备05009143号