Skip to main content

Easy work with modbus device. You do not need to know the protocol.

Project description

The main purpose is to create classes of devices connected via modbus by describing their properties.

Not intended to transfer bytes to modbus.

The library allows you to organize work with devices connected to a TCP modbus server, and a serial port. It also assumes the possibility of having devices operating at different speeds and different connection parameters on the bus.

Use

  1. Create your class inheriting from ModbusDevice. It is important to specify the static variable file in your class file = file
  2. Create a JSON file with the description of the registers of your device
  3. To access the device, use an instance of your class and the package API.

see example: example / Wirenboard / TestWirenBoardDimmer.py

if someone likes the implementation, I will add documentation

async API

read_param(param_id) - gets device property value

write_param(param_id, value) - writes the value to the property of the device

is_device() - should return true if the device at the current address can be served by this class

find_devices() - returns the list of addresses of these devices. The function calls is_device for each modbus address.

Licensing

aiocoap is published under the Apache License 2.0, see LICENSE_ for details.

Copyright (c) 2019 Mikhail Razgovorov

In my work, the code of another library was used to serialize the protocol, unfortunately during the implementation I forgot which one. I apologize to the author. Ready upon request to specify his name here.

.. _LICENSE: LICENSE

Project details


Download files

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

Source Distribution

aio_modbus_client-0.0.2.tar.gz (13.5 kB view details)

Uploaded Source

Built Distribution

aio_modbus_client-0.0.2-py3-none-any.whl (29.1 kB view details)

Uploaded Python 3

File details

Details for the file aio_modbus_client-0.0.2.tar.gz.

File metadata

  • Download URL: aio_modbus_client-0.0.2.tar.gz
  • Upload date:
  • Size: 13.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.2

File hashes

Hashes for aio_modbus_client-0.0.2.tar.gz
Algorithm Hash digest
SHA256 0213e333434c64d17d293bc494672ea6d7a736a61396c86a4ac2028dae09bd84
MD5 0600a28615d614e8f71c362be9e2a15a
BLAKE2b-256 4d5e5c6570914f30ef3805df9e4d60b92a7de52f626fb2414207667c98585cfa

See more details on using hashes here.

File details

Details for the file aio_modbus_client-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: aio_modbus_client-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 29.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.2

File hashes

Hashes for aio_modbus_client-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 f5c02e390327c7a69ecbaa93157884490023debec2cd6a506d8b06eee0dab902
MD5 815c1f031b6eae00dc3918f91360b6f3
BLAKE2b-256 75d2abf399b61fca0c14175ce2510fed9d034a1df7a3ebe72e96e10b26ebe7a2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page