https://github.com/eidorb/fins
Python Omron FINS library
https://github.com/eidorb/fins
fins ics omron python
Last synced: 8 months ago
JSON representation
Python Omron FINS library
- Host: GitHub
- URL: https://github.com/eidorb/fins
- Owner: eidorb
- License: mit
- Created: 2025-03-16T08:40:08.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-16T08:57:26.000Z (over 1 year ago)
- Last Synced: 2025-03-16T09:28:42.596Z (over 1 year ago)
- Topics: fins, ics, omron, python
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fins
Partial implementation of Omron FINS protocol in Python.
This was orginally written during the days of Python 2.
Minor changes were made to port to Python 3 and pass tests.
There are probably still bytes/strings issues.
This software was used to talk to Omron PLCs over TCP/IP.
(The vendor-provided software was junk.)
The FINS class implements a subset of FINS commands in the following methods:
- memory_area_read()
- memory_area_write()
- clock_read()
- clock_write()
Run tests with the following command:
$ python3 test_fins.py