ThingsGateway工业采集网关
ThingsGateway是基于Net6/7+Blazor Server的跨平台边缘采集网关,支持南北端插件式开发, 并拥有较完善的北端Rpc权限管理。
功能亮点
- Blazor Server架构,开发部署更简单
- 采集/上传配置完全支持Excel导入导出
- 插件式驱动,方便驱动二次开发
- 时序数据库存储
- 实时/历史报警(Sql转储),支持布尔/高低限值
演示
默认账户密码:superAdmin 111111
社区版采集插件
支持分包解析/订阅
- Modbus(Rtu/Tcp/Udp)
- OPCDAClient(支持导入节点)
- OPCUAClient(支持导入节点)
- 西门子S7协议
社区版上传插件
支持Rpc写入
- Modbus Server
- OPCUA Server (支持历史查询)
- Mqtt Server (支持自定义json)
- Mqtt Client (支持自定义json)
- IotSharp Client (IotSharp网关插件,Rpc待测试)
不支持Rpc
- RabbitMQ (支持自定义json)
nuget
- Modbus库,支持ModbusTcp、ModbusRtu、ModbusRtuOverTcp、ModbusUdp、ModbusServer等
dotnet add package ThingsGateway.Foundation.Adapter.Modbus
- OPCDA客户端库,支持X64,支持NetCore,支持检测重连
dotnet add package ThingsGateway.Foundation.Adapter.OPCDA
- OPCUA客户端库
dotnet add package ThingsGateway.Foundation.Adapter.OPCUA
- S7库
dotnet add package ThingsGateway.Foundation.Adapter.Siemens
效果图
文档
使用前请查看Gitee Pages 文档站点
特别鸣谢
- Furion:https://dotnetchina.gitee.io/furion
- SqlSugar:https://gitee.com/dotnetchina/SqlSugar
- Simple.Admin:https://gitee.com/zxzyjs/SimpleAdmin
- Masa.Blazor:https://www.masastack.com/blazor
- MiniExcel:https://gitee.com/dotnetchina/MiniExcel
- TouchSocket:https://gitee.com/rrqm_home/touchsocket
- IdGenerator:https://github.com/yitter/idgenerator
- CodingSeb.ExpressionEvaluator:https://github.com/codingseb/ExpressionEvaluator
- Hardware.Info:https://github.com/Jinjinov/Hardware.Info
- UAParser:https://github.com/ua-parser/uap-csharp
补充说明
- 使用OPC相关插件时请遵循OPC基金会的授权规则
- 使用OPCDA插件时,需安装OPC核心库,文件地址
开源协议
请仔细阅读 授权协议
联系作者
- 邮箱:2248356998@qq.com
评论