Skip to main content

CI PyPI Python 3.10+ License: MIT

MELSEC SLMP for Python

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

PLC Comm Family

This library is part of the plc-comm family. See the package matrix for protocol, language, registry, and install-command mapping.

Supported PLC profiles

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

Sync and async public clients always enforce the selected PLC profile. Point limits and read-only write policies are also enforced before transport.

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 plc-comm-slmp

Quick example

import asyncio
from slmp import SlmpConnectionOptions, SlmpTarget, open_and_connect, read_typed


async def main() -> None:
    options = SlmpConnectionOptions(
        host="192.168.250.100",
        port=1025,
        transport="tcp",
        plc_profile="melsec:iq-r",
        default_target=SlmpTarget(network=0, station=0xFF, module_io=0x03FF, multidrop=0),
    )
    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.
API reference Find public client methods, helpers, profile APIs, and error types.
SLMP profile reference Check profile parameters, device families, address syntax, and numbering rules.
PLC profiles Choose the canonical MELSEC profile and frame behavior.
Gotchas Check whether this library has any current library-specific caveats.
Performance See measured latency, throughput, and long-run soak results from real PLC hardware.
Choosing a Language Compare the .NET, Python, Rust, C++, and Node-RED implementations before you pick one.
Examples Run maintained Python samples.

For a zero-code connectivity check, see PLC Scope (Windows).

License and registry

Item Value
License MIT
Registry PyPI
Package plc-comm-slmp

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

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

plc_comm_slmp-5.0.0.tar.gz (113.4 kB view details)

Uploaded Source

Built Distribution

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

plc_comm_slmp-5.0.0-py3-none-any.whl (118.8 kB view details)

Uploaded Python 3

File details

Details for the file plc_comm_slmp-5.0.0.tar.gz.

File metadata

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

File hashes

Hashes for plc_comm_slmp-5.0.0.tar.gz
Algorithm Hash digest
SHA256 838d14a682dc0b3eb5d24ac16df827f116ec53287894289c74e5f6b3668ca982
MD5 c575373e7cde075073dce8a5543da5ba
BLAKE2b-256 0f91e44ab2bc2070e38f620c34adc80011f05c5823f30c22b5c174d1350924a3

See more details on using hashes here.

File details

Details for the file plc_comm_slmp-5.0.0-py3-none-any.whl.

File metadata

  • Download URL: plc_comm_slmp-5.0.0-py3-none-any.whl
  • Upload date:
  • Size: 118.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for plc_comm_slmp-5.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9a3909a9d8d1bedba86429e80dd2d1d979d3a1cfdc95d47d36ccec15ff90b61c
MD5 3ab48ef04c51851ea55142c0758b6683
BLAKE2b-256 9f0875e76610292f6e9d88b7436cd9d2c90695d49b4849a0aba22e1f12b6cb6b

See more details on using hashes here.

Release history Release notifications | RSS feed

5.1.0

2 files

This release

5.0.0 This release

2 files

4.0.1

2 files

4.0.0

2 files

3.1.0

2 files

2.0.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page