An open API service indexing awesome lists of open source software.

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

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