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

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.0.1.tar.gz (119.0 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.0.1-py3-none-any.whl (121.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: slmp_connect_python-1.0.1.tar.gz
  • Upload date:
  • Size: 119.0 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.0.1.tar.gz
Algorithm Hash digest
SHA256 183a65ad964922c262af89db59d3f207458640e322446238d7c7482849bf5cad
MD5 a4f4e946515b0d4bf819524d23fd5de7
BLAKE2b-256 3734d431288d1029c119b5747bb56f1c0d071aa8daca55c208c4b64ca7b56f9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for slmp_connect_python-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 3e5e4a2334e1b83c601daf1546d35d8067789d655a759553aba42d4612505150
MD5 822d6238ce47c5e18dcac5f1a0e1e6fb
BLAKE2b-256 bbc28bd959133e32fc9bdf8328a3525c23ee12c4b7f90345aa0ac8ff20dbc818

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