Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gijzelaerr/python-snap7

A Python wrapper for the snap7 PLC communication library
https://github.com/gijzelaerr/python-snap7

ctypes plc python s7 siemens snap7 wrapper

Last synced: about 2 months ago
JSON representation

A Python wrapper for the snap7 PLC communication library

Awesome Lists containing this project

README

        

About
=====

This is a Python wrapper for Snap7, an open-source, 32/64 bit, multi-platform Ethernet communication suite for interfacing natively
with Siemens S7 PLCs.

Python-snap7 is tested with Python 3.9+, on Windows, Linux and OS X.

The full documentation is available on `Read The Docs `_.

Installation
============

If you are running Windows (amd64), Mac OS X (amd64/aarch64), GNU/Linux (amd64/arm64) or a compatible platform you can install the binary wheel using::

$ pip install python-snap7

Otherwise, please follow the `online installation instructions `_ to install python-snap7 from source.