Skip to main content

SLMP Connect Python: client library for MELSEC SLMP binary communication

Project description

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.

Supported device types

The maintained device and range tables are in Supported registers. 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.
Supported registers Check supported device families, address syntax, and numbering rules.
PLC profiles Choose the canonical MELSEC profile and frame behavior.
Examples Run maintained Python samples.

Hardware verified

Live-device verification is maintained in Latest communication verification. See that page for verified PLC models, transports, dates, limitations, and retained validation notes.

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.1.1.tar.gz (90.3 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.1.1-py3-none-any.whl (91.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: slmp_connect_python-1.1.1.tar.gz
  • Upload date:
  • Size: 90.3 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.1.1.tar.gz
Algorithm Hash digest
SHA256 7ab9a8db00fe8b1577e0363c7185f75f3c833063d9db88f1608c3099f72eff07
MD5 eac28a510e2d8fdb3a6e238fbc5c4d15
BLAKE2b-256 b3790b22a0f5f6f7c99639357191b917937bd2080ff37efc1f0cad16c52d8540

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slmp_connect_python-1.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 7ae7e5c45746dbc646a9919043e9e2edd0b9f447d97b0ee3a5865c1a7da6737f
MD5 dee9db464a0cf299ef9c272db2254244
BLAKE2b-256 4d004df20cd849900afe9806bece592dec2cb08bb92b72302105fc80b5bcdefd

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