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

Michael Buesch cd28982bc6 Fix module handling for compact slaves před 5 roky
debian 55fffec984 Bump version před 5 roky
doc ac2df5c5d2 phy_fpga: Add script to bootstrap toolchain před 5 roky
linuxcnc-demo-dummyphy cd28982bc6 Fix module handling for compact slaves před 5 roky
linuxcnc-demo-et200s 897c4e56b1 Rename linuxcnc-demo directory před 8 roky
maintenance 39f9e76a77 Add script update-submodules před 5 roky
misc cd28982bc6 Fix module handling for compact slaves před 5 roky
phy_fpga efa9f177f8 crcgen: Fix make rule před 5 roky
pyprofibus cd28982bc6 Fix module handling for compact slaves před 5 roky
tests cd28982bc6 Fix module handling for compact slaves před 5 roky
.gitignore 0836878b22 Update .gitignore před 5 roky
.gitmodules fe465a179c Update crcgen před 5 roky
COPYING 076c799f00 Initial commit před 8 roky
MANIFEST.in cd28982bc6 Fix module handling for compact slaves před 5 roky
README.md afb85bda17 doc: Add more hardware documentation před 5 roky
example_dummy.conf cd28982bc6 Fix module handling for compact slaves před 5 roky
example_dummy.py 7b9fb9957f conf: Read master class from config před 5 roky
example_et200s.conf 5fb8429d9d dpm/conf: Add methods to create DPM instances před 5 roky
example_et200s.py 7b9fb9957f conf: Read master class from config před 5 roky
example_s7-315-2dp.conf 5fb8429d9d dpm/conf: Add methods to create DPM instances před 5 roky
example_s7-315-2dp.py 7b9fb9957f conf: Read master class from config před 5 roky
gsdparser 7f67a3d72a gsdparser: Update usage help text před 8 roky
profisniff 28208c2da2 profisniff: Update help text před 8 roky
pyprofibus-linuxcnc-hal 7b9fb9957f conf: Read master class from config před 5 roky
setup.py 368d537b2b setup.py: Update classifiers před 5 roky

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.