///\ ///\ /////////\ ///\ //\\/ //\/ //\\\\\\\\//\ //\\/ //\/ //\/ //\\/ \\/ //\/ //\/ //\/ \//\ //\/ /////////////\/ \//////\ //\/ //\\\\\\\\\//\/ \\\\\//\ //\/ //\/ //\/ \//\ //\/ //\/ //\/ ///\ //\\/ //\/ //\ ///\ ///\/ \/////////\\/ /////////////\/ \\\/ \\\/ \\\\\\\\\/ \\\\\\\\\\\\\/ Present by Richard.Hu
目前java是初级状态,支持了同步网络的客户端和三菱的PLC客户端,后期将完善支持其他的网络通信。
本组件版权归Richard.Hu所有 [ (C) 2018 Richard.Hu, All Rights Reserved ]
Version 5.X 的计划:
- 提升组件的稳定性,尤其是在高并发的情况下
- 扩展其他的PLC和设备通讯支持
- 文档手册的编写
使用请遵循LGPL-3.0协议说明,除了协议中已经规定的内容外,附加下面三个条款(与原协议如有冲突以附加条款为准):
- 允许用户使用本工具库(从NuGet下载)集成到自己的项目中作为闭源软件一部分,只需要声明版权出处并出具一份LGPL-3.0的授权协议即可。
- 禁止复制中间的代码及参考思路开发出类似的组件库。
- 源代码仅作为个人学习使用。
说明:NuGet为稳定版本,支持在线升级,组件的使用最好从NuGet下载,此处发布的项目有可能为还没有通过编译的测试版,NuGet安装如下:
Install-Package HslCommunication
- IDE: Visual Studio 2017 必须这个版本及以上,不然会语法报错
- .Net Framework环境下:支持.Net 3.5及以上环境,功能最完善。
- .Net Standard环境下:.Net 2.0以上,目前仅仅实现PLC读写,modbus tcp读写,日志记录。
- 技术支持QQ群:592132877
- 邮箱地址(Email):hsl200909@163.com
本项目的目标在于开发一个.Net下大多数软件系统都会包含了基础类库功能,实现一些常用的数据通信,日志记录等等类,以及版本类,网络通讯类,PLC数据访问类。
A library that contains a lot of classes, such as log funtion, send mail, basic method, communication with plc, include melsec, siemens, omron, communicate with modbus-tcp, and more in the futher, communicate by two computers and so on.
完整的项目介绍地址: http://www.cnblogs.com/dathlin/p/7703805.html
- 日志记录功能
- 同步网络通讯功能
- 文件管理引擎
- 异步网络通讯功能
- 三菱及西门子PLC访问
- 西门子PLC访问
- 欧姆龙PLC访问
- 邮件功能使用
- 流水号生成器
- 软件注册码功能
- 数据订阅推送
- ModBus 服务器开发,包含Tcp服务器和Rtu服务器
- ModBus Tcp客户端开发
- ModBus Rtu客户端开发
- 异形Modbus Tcp客户端开发,侦听模式客户端
- 多线程任务功能
- CRC16校验
- 常用控件库
Detail Introduction
- How to communicate with melsec plc
- How to communicate with siemens plc
- How to communicate with omron plc
- How to communicate with modbus-tcp device
- How to build you own modbus server, include tcp and rtu mode
-
基于本组件开发的一个CS架构的项目模版,该模版采用本组件进行开发,完成了账户管理,角色管理,个人文件管理,头像机制,自动升级,完善的日志等等功能。项目地址为:https://github.com/dathlin/ClientServerProject
-
基于本组件开发的一个局域网多人聊天的程序,支持在线客户端信息查看,服务器强制关闭客户端。https://github.com/dathlin/NetChatRoom
-
基于本组件开发的一个西门子PLC后台读取显示数据,并推送给在线客户端显示实时曲线的示例项目。https://github.com/dathlin/RemoteMonitor
-
ModbusTcpServer项目 基于本组件开发的一个Modbus Tcp服务器工具,可以方便的快速搭建一个性能可靠稳定的服务器。
-
FileNetServer项目 基于本组件开发的一个文件管理引擎,实现服务器端文件存储,支持客户端进行文件上传,下载,删除,查看文件信息等等。
-
HslCommunicationDemo项目 基于本组件开发的一个西门子,三菱,欧姆龙,Modbus-Tcp,SimplifyNet,ComplexNet,FileNet等的通讯测试工具,方便的进行读写测试,不需要额外的编写代码。
-
HslSharp项目 基于本组件深度定制实现的OPC UA网关服务器,实现基于三菱,西门子,欧姆龙,modbus等HslCommunication支持的协议创建可配置的OPC UA服务器。下载地址:HSLSharp.zip
热烈欢迎对本项目的代码提出改进意见,可以发起Pull Request,对于代码量贡献较多的小伙伴,会有额外的组件使用权,并在特别感谢里写明。
- 混合锁及可序列化异常类,读写锁,并发模型部分代码及思路参考《CLR Via C#》,感谢作者Jeffrey Richter
- 感谢 CKernal 推送的Qna兼容1E帧协议的三菱代码
- 感谢 ligihtdev 打赏支持
- 感谢 Wzhigang 打赏支持
- 感谢 Running... 打赏支持
- 感谢 生意王(2940280678) 打赏支持
This library include some controls render upside picture. u can easily use them
If this library really helps you, you can support me by AliPay. Please choose the amount according to your actual ability.
Using MC protocol, Qna 3E, Include binary and ascii
Using S7 protocol And Fetch/Write protocol
Client, using read/write coils and register
Server, you can build your own modbus-tcp server easily
Communicaion with multi-computers , client can exchange data with server easily, include server side ,client side
Communicaion with multi-computers , client can send a large of data to server, include server side ,client side
Communicaion with multi-computers , client can exchange File with server easily, include server side ,client side