欧姆龙 Fins 协议相关资料

FINS 模拟器(我都没有测试成功)

https://github.com/kowiste/FINSServer
https://github.com/l1va/gofins/
https://github.com/ahmadfarisfs/fins_simulator_omron

Omron FINS 协议简介

https://gitee.com/C_Li/OmronHelper
https://flat2010.github.io/2020/02/23/Omron-Fins协议/

.net 类库

使用TCP连接时PLC会有连接数量限制, 使用UDP无连接数限制, 所以对于上位机更推荐使用UDP协议.
Fins TCP 类库 : https://github.com/ping9719/OmronFinsTCP.Net
Fins UDP 类库: https://github.com/DCNick3/OmronFinsUDP.Net
.net core 类库: https://github.com/ricado-group/dotnet-omron

C# 代码

基于欧姆龙PLC#FinsTcp协议上位机通讯(二)-C#通讯模块开发 : https://www.cnblogs.com/ToufuLemon/p/15751713.html
OMRON PLC TCP Interface: https://www.codeproject.com/Tips/878194/OMRON-PLC-TCP-Interface?msg=5468391#xx5468391xx

欧姆龙PLC仿真 CX-SIMULATOR

  1. 欧姆龙PLC仿真 CX-SIMULATOR 下载
    https://plc4me.com/download-cx-one-v4-60-cx-programmer-v9-75-googledrive-link/
    Password Extract: plc4me.com
  • Software Product Key: “1600 0285 8143 5387” or “1600 0325 7848 5341”
  1. 欧姆龙PLC仿真环境搭建及通信测试
    https://zhuanlan.zhihu.com/p/529076737?utm_id=0
    按照这个教程, 可以实现CX-Programmer和CX-SIMULATOR 之间基于Fins的通讯, 但无法实现Fins TCP的通讯, 所以我没有能将 CX-SIMULATOR 作为 Fins Server使用.
posted @ 2023-10-16 20:51  harrychinese  阅读(390)  评论(0编辑  收藏  举报