C# 开源 scada (数据采集与监视控制系统)
https://github.com/GavinYellow/SharpSCADA
https://github.com/AlexDovgan/FreeSCADA
技术博客
https://blog.csdn.net/lweiyue/category_8016394.html
https://www.cnblogs.com/evilcat/
https://www.mesta-automation.com
https://www.cnblogs.com/dathlin/
技术文章
使用C#开发OPC Server服务器源码示例 https://www.cnblogs.com/suifing/articles/6025382.html
通讯测试工具和博图仿真机的连接教程 https://www.cnblogs.com/vuciao/p/10386592.html
Modbus
Modbus TCP(通过IP网络)
Modbus RTU 或 ASCII (通过串口)
modbus 规范 https://unserver.xyz/modbus-guide/
opc 服务器
开源 http://freeopcua.github.io/
opc 规范 https://www.matrikonopc.com/downloads/types/specifications/index.aspx
免费的 opc server 和 模拟器 https://www.opcconnect.com/freesrv.php
虚拟串口/模拟器/调试工具等
1. 我之前整理的串口工具 https://www.cnblogs.com/harrychinese/p/COM_softwares.html
2.免费的虚拟串口软件 https://sourceforge.net/projects/com0com/
3. 两台电脑用网线相连, 电脑上安装 com2tcp 软件, https://sourceforge.net/projects/com0com/files/com2tcp/
4. PLC 模拟器 http://www.plcsimulator.org/ 支持 Modbus TCP and RTU protocol
5. https://freenetworkanalyzer.com/ , 提供虚拟串口软件, 串口监控, usb监控, 网络监控软件
原文地址:https://www.cnblogs.com/harrychinese/p/scada.html