Skip to main content

[RENAMED to plc-comm-slmp] SLMP Connect Python: client library for MELSEC SLMP binary communication

Project description

⚠️ This package has been renamed to plc-comm-slmp. slmp-connect-python 1.2.1 is the final release under the old name and will receive no further updates. Install the new package instead: pip install plc-comm-slmp (import name is unchanged).

CI PyPI Python 3.10+ License: MIT

MELSEC SLMP for Python

Python library for MELSEC SLMP (Binary 3E/4E) PLC communication.

Supported PLC profiles

The maintained profile table is in PLC profiles. Choose one exact canonical PLC profile from that table.

Sync and async clients use strict_profile=True by default. With a selected profile, operations known to be unavailable for that PLC are rejected before sending. Set strict_profile=False only for deliberate verification where you want the PLC to answer directly. Point limits and read-only write policies are always enforced.

Supported device types

The maintained device and range tables are in the SLMP Profile Reference. Use that page for supported device families, address syntax, and profile-specific notes.

Installation

pip install slmp-connect-python

Quick example

import asyncio
from slmp import SlmpConnectionOptions, open_and_connect, read_typed

async def main() -> None:
    options = SlmpConnectionOptions(host="192.168.250.100", port=1025, plc_profile="melsec:iq-r")
    async with await open_and_connect(options) as client:
        value = await read_typed(client, "D100", "U")
        print(f"D100={value}")

asyncio.run(main())

Documentation

Page Use it for
Full documentation site Unified docs for all PLC communication libraries.
Getting started Install the package, connect to your PLC, and run your first SLMP read/write.
Usage guide Use the high-level API and common SLMP workflows.
SLMP profile reference Check profile parameters, device families, address syntax, and numbering rules.
PLC profiles Choose the canonical MELSEC profile and frame behavior.
Examples Run maintained Python samples.

License and registry

Item Value
License MIT
Registry PyPI
Package slmp-connect-python

Commercial support

If you plan to embed this library in a paid or commercial product, please consider a separate support agreement or supporting the project as a sponsor.

Contact: https://fa-labo.com/contact.html

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

slmp_connect_python-1.2.1.tar.gz (96.5 kB view details)

Uploaded Source

Built Distribution

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

slmp_connect_python-1.2.1-py3-none-any.whl (98.4 kB view details)

Uploaded Python 3

File details

Details for the file slmp_connect_python-1.2.1.tar.gz.

File metadata

  • Download URL: slmp_connect_python-1.2.1.tar.gz
  • Upload date:
  • Size: 96.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for slmp_connect_python-1.2.1.tar.gz
Algorithm Hash digest
SHA256 2b554427e8268e2f5b8553921177162e88f1daa06480be8bbe7c7bfc7a1c1b57
MD5 32bce2dee431e7aeb39033d584b84929
BLAKE2b-256 2bc8b1e19fa251c7457b5b6bc7033f413d0ee7a1ce473267b78ab83a3c19c004

See more details on using hashes here.

File details

Details for the file slmp_connect_python-1.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for slmp_connect_python-1.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 d6525ce7d9ad2061c0df44b713b39ebca804c264ab684e9fc3256b5f16604144
MD5 644aa0cc72b0d819cff722763a65aaaf
BLAKE2b-256 57759d73d358e64510b28bd4fab2cb7dab2207997f0e7485cbf3ebd02d3dd0a5

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