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.0.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.0-py3-none-any.whl (91.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: slmp_connect_python-1.1.0.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.0.tar.gz
Algorithm Hash digest
SHA256 4b7f982ad94f0c68437a64145abb892a41a57460fdad2c5e3e2d25f861df5856
MD5 4aeeb0d1065f8169e3cb79cb167a83e5
BLAKE2b-256 075e1f02805674b24cbb6f6f9fdb72e17f2040335095a3a9f66d351f6fbc4455

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slmp_connect_python-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 05a84a0c59d56ac8b987654a3e1095723d6fafa79ff9d5a310ead6b2dfc4273a
MD5 0e00cfbb9e9ea48d47ac1dd8c73bd8df
BLAKE2b-256 4128dfe5dcfb67fb110024c41f4866b2450514b47bcaf605eaa4fb625a96880a

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