Project home: https://bues.ch/a/profibus Original repository at: https://git.bues.ch/git/pyprofibus.git https://bues.ch/a/profibus

Michael Buesch 5761b48e59 Bump version 5 年 前
debian f0af9033a2 debian: Disable cython build 5 年 前
doc ac2df5c5d2 phy_fpga: Add script to bootstrap toolchain 5 年 前
linuxcnc-demo-dummyphy 5adb0e4156 Add linuxcnc-demo-dummyphy 8 年 前
linuxcnc-demo-et200s 897c4e56b1 Rename linuxcnc-demo directory 8 年 前
maintenance 7375eea766 gen-doc: Omit build directory 5 年 前
misc e68c3732cb setup: Add Cython build 6 年 前
phy_fpga fd7746c459 build-toolchain: Do not override PYTHONPATH 5 年 前
pyprofibus 8804d46c62 Bump version 5 年 前
tests b8b17e00f0 Switch from nosetests to Python unittests 5 年 前
.gitignore 0836878b22 Update .gitignore 5 年 前
COPYING 076c799f00 Initial commit 9 年 前
MANIFEST.in 7d5df4e643 MANIFEST: Add Readme 5 年 前
README.md afb85bda17 doc: Add more hardware documentation 5 年 前
dummy.gsd 336ed100fb Add dummy-phy based example 8 年 前
example_dummy.conf 5fb8429d9d dpm/conf: Add methods to create DPM instances 5 年 前
example_dummy.py 7b9fb9957f conf: Read master class from config 5 年 前
example_et200s.conf 5fb8429d9d dpm/conf: Add methods to create DPM instances 5 年 前
example_et200s.py 7b9fb9957f conf: Read master class from config 5 年 前
example_s7-315-2dp.conf 5fb8429d9d dpm/conf: Add methods to create DPM instances 5 年 前
example_s7-315-2dp.py 7b9fb9957f conf: Read master class from config 5 年 前
gsdparser 7f67a3d72a gsdparser: Update usage help text 8 年 前
profisniff 28208c2da2 profisniff: Update help text 8 年 前
pyprofibus-linuxcnc-hal 7b9fb9957f conf: Read master class from config 5 年 前
setup.py 368d537b2b setup.py: Update classifiers 5 年 前

README.md

pyprofibus - PROFIBUS-DP stack

pyprofibus is a PROFIBUS-DP stack written in Python.

Hardware

What hardware can pyprofibus be run on? Please read the hardware documentation for more information:

pyprofibus hardware documentation

Examples

pyprofibus comes with a couple of examples that can teach you how to use pyprofibus in your project.

example_dummy.py
example_dummy.conf
Example that runs pyprofibus without any hardware.
This example can be used to play around with pyprofibus.
example_et200s.py
example_et200s.conf
Example that runs pyprofibus as master connected to an ET 200S as slave.
example_s7-315-2dp.py
example_s7-315-2dp.conf
Example that runs pyprofibus as master connected to an S7-315-2DP as slave.

Dependencies

License

Copyright (c) 2013-2019 Michael Buesch m@bues.ch

Licensed under the terms of the GNU General Public License version 2, or (at your option) any later version.