上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 31 下一页
摘要: OPC通信1 KEPServerEX安装及配置 OPC通信2 KEPServerEX定时将采集入库 OPC通信3 KEPServerEX配置Modbus字节顺序 OPC通信4 KEPServerEX Alvanced Tags功能 定时采集录入库(MYSQL) 1. 安装mysql 5.7,新建op 阅读全文
posted @ 2021-05-18 15:18 CHHC 阅读(1097) 评论(0) 推荐(0)
摘要: 使用OPCNetAPI 2.0,需要用到OPCNetAPI.dll,OPCNetAPI.Com.dll;使用自动化接口,需要用到OPCDAAuto.dll;使用自定义接口,需要用到多个.NET Wrapper:OpcRcw.Ae.dll,OpcRcw.Batch.dll,OpcRcw.Comn.dl 阅读全文
posted @ 2021-05-14 19:30 CHHC 阅读(1641) 评论(0) 推荐(0)
摘要: OPC通信1 KEPServerEX安装及配置 OPC通信2 KEPServerEX定时将采集入库 OPC通信3 KEPServerEX配置Modbus字节顺序 OPC通信4 KEPServerEX Alvanced Tags功能 安装 1. KEPServerEX-6.5.829.0 2. 将补丁 阅读全文
posted @ 2021-05-14 16:09 CHHC 阅读(6915) 评论(0) 推荐(0)
摘要: 概述 Quartz.NET是一个开源的作业调度框架,非常适合在平时的工作中,定时轮询数据库同步,定时邮件通知,定时处理数据等。 Quartz.NET允许开发人员根据时间间隔(或天)来调度作业。它实现了作业和触发器的多对多关系,还能把多个作业与不同的触发器关联。整合了 Quartz.NET的应用程序可 阅读全文
posted @ 2021-04-30 15:47 CHHC 阅读(193) 评论(0) 推荐(0)
摘要: websocket测试地址 http://www.websocket-test.com/ using SuperWebSocket; using System; using System.Collections.Generic; namespace WebsocketServer { // NuGe 阅读全文
posted @ 2020-11-11 11:17 CHHC 阅读(1257) 评论(0) 推荐(1)
摘要: MQTT实战1 - 使用Apache Apollo代理服务器实现mqtt通信 MQTT实战2 - 使用MQTTnet实现mqtt通信 MQTT实战3 - NetCore 2.0 + MQTTnet 3.0.9 实现mqtt通信 using Microsoft.AspNetCore; using Mi 阅读全文
posted @ 2020-11-11 11:04 CHHC 阅读(1599) 评论(0) 推荐(0)
摘要: ActiveMQ安装及部署 下载地址 http://activemq.apache.org/components/classic/download/ 运行 activemq.bat,在浏览器输入 http://localhost:8161/admin/ (账户:admin 密码:admin)出现如下 阅读全文
posted @ 2020-11-10 17:30 CHHC 阅读(415) 评论(0) 推荐(0)
摘要: 腾讯云ocr识别 https://console.cloud.tencent.com/api/explorer?Product=ocr&Version=2018-11-19&Action=WaybillOCR&SignVersion= using System; using System.Threa 阅读全文
posted @ 2020-10-14 14:29 CHHC 阅读(430) 评论(0) 推荐(1)
摘要: NetCore物联网平台 1 - 简介 NetCore物联网平台 2 - 平台 NetCore物联网平台 3 - 通信组件 NetCore物联网平台 4 - 规则引擎 mqtt.js解析 示例报文:0000000102 {"topic":"/user/update_iot","method":"th 阅读全文
posted @ 2020-09-25 14:43 CHHC 阅读(1850) 评论(0) 推荐(2)
摘要: NetCore物联网平台 1 - 简介 NetCore物联网平台 2 - 平台 NetCore物联网平台 3 - 通信组件 NetCore物联网平台 4 - 规则引擎 mqtt httpserver tcp 阅读全文
posted @ 2020-09-25 14:41 CHHC 阅读(956) 评论(0) 推荐(1)
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 31 下一页