歐姆龍 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#通訊模塊開發 : http://www.rzrgm.cn/ToufuLemon/p/15751713.html
OMRON PLC TCP Interface: https://www.codeproject.com/Tips/878194/OMRON-PLC-TCP-Interface?msg=5468391#xx5468391xx
歐姆龍PLC仿真 CX-SIMULATOR
- 歐姆龍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”
- 歐姆龍PLC仿真環境搭建及通信測試
https://zhuanlan.zhihu.com/p/529076737?utm_id=0
按照這個教程, 可以實現CX-Programmer和CX-SIMULATOR 之間基于Fins的通訊, 但無法實現Fins TCP的通訊, 所以我沒有能將 CX-SIMULATOR 作為 Fins Server使用.

浙公網安備 33010602011771號