Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

RevPiModIO

Documentation:

For a complete reference of all classes, methods, and functions, please see the official documentation: https://revpimodio2.readthedocs.io/

Python3 programming for RevolutionPi of KUNBUS GmbH.

The module provides all devices and IOs from the piCtory configuration in Python3. It allows direct access to the values via their assigned name. Read and write actions on the process image are managed by the module itself without the programmer having to worry about offsets and addresses.

For the gateway modules such as ModbusTCP or Profinet, own 'inputs' and 'outputs' can be defined over a specific address range. These IOs can be accessed directly from the values using Python3.

RevolutionPi Hardware

The hardware configuration is done via a web page, which is located on the PiCore module. The program is called “piCtory”.

All inputs and outputs can be assigned symbolic names to facilitate their handling and programming. If this configuration is created and activated, the data of the input, output and gateway modules are exchanged via a 4096-byte process image.

Our RevPiModIO module

If you use our module in Python3, it uses the piCtory configuration to create all the inputs and outputs with their symbolic names as objects. The programmer can address these directly via the symbolic names and access the values of the inputs and outputs – both reading and writing!

import revpimodio2
rpi = revpimodio2.RevPiModIO(autorefresh=True)

# If input t_on is high, set output h_on high
if rpi.io.t_on.value:
    rpi.io.h_on.value = True

# Clean up and sync process image
rpi.exit()

In addition, it provides the developer with many useful functions that can be used to develop cyclic or event-based programs.

If you know the .add_event_detect(...) function of the GPIO module from the Raspberry Pi, you can also achieve this behavior with the Revolution Pi:

import revpimodio2
rpi = revpimodio2.RevPiModIO(autorefresh=True)

def event_detect(ioname, iovalue):
    """Event function."""

    # Set actual input value to output 'h_on'
    rpi.io.h_on.value = iovalue

    print(ioname, iovalue)

# Bind event function to input 't_on'
rpi.io.t_on.reg_event(event_detect)

rpi.mainloop()

Even with hardware changes, but constant names of the inputs and outputs, the actual Python3 source code does not need to be changed!

How it works:

                         |-----------------------------------------------------|
                         |                                                     |
                         |                  Python program                     |
                         |                                                     |
--------------------     |     ----------------          --------------------  |
|                  |     |     |              |          |                  |  |
|  RevPi hardware  |  <----->  |  RevPiModIO  |  <---->  | Your source code |  |
|                  |     |     |              |          |                  |  |
--------------------     |     ----------------          --------------------  |
                         |                                                     |
                         |-----------------------------------------------------|

Summary

With this module we want to spare all Python developers a lot of work. All communication with the process image is optimally performed inside the module. Changes to the inputs and outputs are also evaluated along with the additional functions of the module give the developer many tools along the way.

More examples: (https://revpimodio.org/en/blogs/examples/)

Provided under the LGPLv2 license

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

revpimodio2-2.9.0rc1.tar.gz (185.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

revpimodio2-2.9.0rc1-py3-none-any.whl (68.4 kB view details)

Uploaded Python 3

File details

Details for the file revpimodio2-2.9.0rc1.tar.gz.

File metadata

  • Download URL: revpimodio2-2.9.0rc1.tar.gz
  • Upload date:
  • Size: 185.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.14.7

File hashes

Hashes for revpimodio2-2.9.0rc1.tar.gz
Algorithm Hash digest
SHA256 703aab26bd872471d00604f9b3cf7e36d51a74f5db55da2a901411b16717f004
MD5 f29d83898a97cfa229a9d7519e7fff6e
BLAKE2b-256 becc24aaed4160041c736ac96f78e3a3192553985a59cceeea15e763652e8c3e

See more details on using hashes here.

File details

Details for the file revpimodio2-2.9.0rc1-py3-none-any.whl.

File metadata

  • Download URL: revpimodio2-2.9.0rc1-py3-none-any.whl
  • Upload date:
  • Size: 68.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.14.7

File hashes

Hashes for revpimodio2-2.9.0rc1-py3-none-any.whl
Algorithm Hash digest
SHA256 341114d10bc9e26129334ee1409f1b6af36b78c59a349a93cef9d1c7124610f2
MD5 5076aaee6351feeed64eb6b8f11488a0
BLAKE2b-256 cd02ae5b2b396c972fc34065857c543a76c5752e3bfc8585859f61340d8af638

See more details on using hashes here.

Release history Release notifications | RSS feed

2.9.0

2 files

This release

2.9.0rc1 This release

2 files

2.8.1

2 files

2.8.0

2 files

2.7.2

2 files

2.7.1

2 files

2.7.0

2 files

2.6.1

2 files

2.6.0

2 files

2.5.10

1 file

2.5.9

1 file

2.5.8

1 file

2.5.7

1 file

2.5.6

1 file

2.5.5

1 file

2.5.3

1 file

2.5.2

1 file

2.5.1

1 file

2.5.0

1 file

2.4.5

1 file

2.4.2

1 file

2.4.1

1 file

2.4.0

1 file

2.3.3

1 file

2.3.2

1 file

2.3.1

1 file

2.2.5

1 file

2.2.4

1 file

2.2.3

1 file

2.2.2

1 file

2.1.6

1 file

2.1.5

1 file

2.1.3

1 file

2.1.2

1 file

2.0.7

1 file

2.0.6

1 file

2.0.5

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page