摘要:
1. 下载解压文件 2.启动服务,双击运行influxd.exe 3.安装客户端工具(InfluxDBStudio) 4.新建数据库 5. NuGet -> InfluxData.Net using InfluxData.Net.InfluxDb.Models; using System; usin 阅读全文
摘要:
OPC通信1 KEPServerEX安装及配置 OPC通信2 KEPServerEX定时将采集入库 OPC通信3 KEPServerEX配置Modbus字节顺序 OPC通信4 KEPServerEX Alvanced Tags功能 定时采集录入库(MYSQL) 1. 安装mysql 5.7,新建op 阅读全文
摘要:
使用OPCNetAPI 2.0,需要用到OPCNetAPI.dll,OPCNetAPI.Com.dll;使用自动化接口,需要用到OPCDAAuto.dll;使用自定义接口,需要用到多个.NET Wrapper:OpcRcw.Ae.dll,OpcRcw.Batch.dll,OpcRcw.Comn.dl 阅读全文
摘要:
OPC通信1 KEPServerEX安装及配置 OPC通信2 KEPServerEX定时将采集入库 OPC通信3 KEPServerEX配置Modbus字节顺序 OPC通信4 KEPServerEX Alvanced Tags功能 安装 1. KEPServerEX-6.5.829.0 2. 将补丁 阅读全文
摘要:
概述 Quartz.NET是一个开源的作业调度框架,非常适合在平时的工作中,定时轮询数据库同步,定时邮件通知,定时处理数据等。 Quartz.NET允许开发人员根据时间间隔(或天)来调度作业。它实现了作业和触发器的多对多关系,还能把多个作业与不同的触发器关联。整合了 Quartz.NET的应用程序可 阅读全文
摘要:
websocket测试地址 http://www.websocket-test.com/ using SuperWebSocket; using System; using System.Collections.Generic; namespace WebsocketServer { // NuGe 阅读全文
摘要:
MQTT实战1 - 使用Apache Apollo代理服务器实现mqtt通信 MQTT实战2 - 使用MQTTnet实现mqtt通信 MQTT实战3 - NetCore 2.0 + MQTTnet 3.0.9 实现mqtt通信 using Microsoft.AspNetCore; using Mi 阅读全文
摘要:
ActiveMQ安装及部署 下载地址 http://activemq.apache.org/components/classic/download/ 运行 activemq.bat,在浏览器输入 http://localhost:8161/admin/ (账户:admin 密码:admin)出现如下 阅读全文
摘要:
腾讯云ocr识别 https://console.cloud.tencent.com/api/explorer?Product=ocr&Version=2018-11-19&Action=WaybillOCR&SignVersion= using System; using System.Threa 阅读全文
摘要:
NetCore物联网平台 1 - 简介 NetCore物联网平台 2 - 平台 NetCore物联网平台 3 - 通信组件 NetCore物联网平台 4 - 规则引擎 mqtt.js解析 示例报文:0000000102 {"topic":"/user/update_iot","method":"th 阅读全文
