Show HN: Aslmp, an async Python SLMP client for Mitsubishi MELSEC PLCs
Show HN: Aslmp, an async Python SLMP client for Mitsubishi MELSEC PLCs AcaysiaChem / aslmp Public Notifications You must be signed in to change notification settings Fork 0 Star 8 Branches Tags Open more actions menu Latest commit History 42 Commits 42 Commits Folders and files Name Name Last commit message Last commit date .github .github bench bench docs docs src/ aslmp src/ aslmp tests tests tools tools .gitignore .gitignore CHANGELOG.md CHANGELOG.md CODE_OF_CONDUCT.md CODE_OF_CONDUCT.md CONTRIBUTING.md CONTRIBUTING.md LICENSE LICENSE NOTICE NOTICE README.md README.md SECURITY.md SECURITY.md pyproject.toml pyproject.toml Repository files navigation aslmp Safety notice This library writes to industrial control equipment. A value that reaches the wrong device, or a wrong value that reaches the right one, moves whatever that device drives.
This Funding is relevant to the technology intelligence record because it involves GitHub. The source article should remain the factual reference for follow-up coverage.
- AcaysiaChem / aslmp Public Notifications You must be signed in to change notification settings Fork 0 Star 8 Branches Tags Open more actions menu Latest commit History 42 Commits 42 Commits Folders and files Name Name Last commit message Last commit date .github .github bench bench docs docs src/ aslmp src/ aslmp tests tests tools tools .gitignore .gitignore CHANGELOG.md CHANGELOG.md CODE_OF_CONDUCT.md CODE_OF_CONDUCT.md CONTRIBUTING.md CONTRIBUTING.md LICENSE LICENSE NOTICE NOTICE README.md README.md SECURITY.md SECURITY.md pyproject.toml pyproject.toml Repository files navigation aslmp Safety notice This library writes to industrial control equipment.
- A value that reaches the wrong device, or a wrong value that reaches the right one, moves whatever that device drives.
- With allow_remote_control=True it can also halt a running CPU.
- It carries no functional-safety rating — no SIL, no PL — no certification of any kind, and it has never been assessed by a functional-safety body.
- Interlocks, emergency stop, and anything a person's safety depends on belong in the PLC program and in hardware , not in a Python client on the far side of a network that can be slow, lossy, or simply absent.
- The failure modes on this wire are quiet, and we measured these ones ourselves.