Skip to main content

Package that let easily interact with the Next devices over Modbus RTU

Project description

Python library to access Studer-Innotec Next devices through Modbus RTU/TCP.

Prerequisites

Please read the complete documentation available on : Studer Innotec SA -> Support -> Download Center -> Software and Updates

Getting Started

1. Package installation

$ pip install nxmodbus

2. Hardware installation

  • Connect your Next installation through a Next gateway (e.g. nx-interface) to your controller (personal computer, Raspberry Pi, etc.)
    • (RTU) using a USB to RS-485 adapter.

    • (TCP) using the Ethernet interface connecting to your local area network.

3. Serial configuration

This package rely on pyserial standard package, in order to use the nxmodbus package make sure to instantiate it like :

import serial

serial_port = serial.Serial(SERIAL_PORT_NAME, SERIAL_PORT_BAUDRATE, parity=serial.PARITY_EVEN, timeout=1)
  • where SERIAL_PORT_NAME is your serial port interface, for example set it to ‘COM4’ (string argument) when using Windows otherwise you may set it to ‘/dev/ttyUSB0/’ on Linux

  • where SERIAL_PORT_BAUDRATE is the baudrate used by your serial port interface (use the Nx-interface to set the serial parameter of the server)

4. Run an example from /examples folder

Go to /examples folder with a terminal and execute this script

$ python ex_rtu_read_param.py
$ python ex_tcp_read_param.py

Check client_rtu file or client_tcp file to understand it.

5. Open documentation

Open documentation from Read The Docs

Warnings

  • Use devices addresses generated into addresses file

  • It is strongly recommended NOT to spam the Next gateway with multiple requests. The correct way to communicate with the Next gateway is to send a request and to wait for the response before sending the next request. If no response comes from the nxmodbus after a delay of 1 second, we can consider that the timeout is over and another request can be send. It is also how Modbus RTU is intended to work.

Authors

Studer Innotec SA - Initial work - Studer Innotec SA

License

This project is licensed under the MIT License - see the LICENSE file for details

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

nxmodbus-0.4.0.tar.gz (68.3 kB view details)

Uploaded Source

Built Distribution

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

nxmodbus-0.4.0-py3-none-any.whl (71.7 kB view details)

Uploaded Python 3

File details

Details for the file nxmodbus-0.4.0.tar.gz.

File metadata

  • Download URL: nxmodbus-0.4.0.tar.gz
  • Upload date:
  • Size: 68.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.10

File hashes

Hashes for nxmodbus-0.4.0.tar.gz
Algorithm Hash digest
SHA256 e30561b28f2dff2a8e0f8db004a1197950257225229a6285021ac0dfbfdcb9fd
MD5 4e756621a277abf27b27d33a818075f4
BLAKE2b-256 f21505823b02d5cd29aca6dbf2f5e5094cb48721bba8aab65dc7098bcbfdaf6b

See more details on using hashes here.

File details

Details for the file nxmodbus-0.4.0-py3-none-any.whl.

File metadata

  • Download URL: nxmodbus-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 71.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.10

File hashes

Hashes for nxmodbus-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a09bea4ea31afeb876e0f8fbc25a80aa5de6b6873e2f9194e3ff7282ae2ce9a5
MD5 10b1a016dbc942922e02e2c473c31552
BLAKE2b-256 63373c05326068c9b70a9e7f7c2feca9e6b4001e066f0a53f4b1e1ec1dea9771

See more details on using hashes here.

Supported by

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