Python ME Utility
Project description
pymeu
PyMEU (Python ME Utility) is a library for interfacing with Rockwell Automation 2711P PanelView Plus HMIs.
See Compatibility for more details. Use at your own risk.
Looking for a desktop application? See dmroeder's pymeu_gui.
Installation
To install from pip:
pip install pymeu
To upgrade from pip:
pip install pymeu --upgrade
Basic Examples
Use the download function to transfer a *.MER file to the remote terminal:
from pymeu import MEUtility
meu = MEUtility('YourPanelViewIpAddress')
meu.download('C:\\YourFolder\\YourProgram.mer')
Use the upload function to transfer a *.MER file from the remote terminal:
from pymeu import MEUtility
meu = MEUtility('YourPanelViewIpAddress')
meu.upload('C:\\YourFolder\\YourProgram.mer')
Use the upload all function to transfer all *.MER files from the remote terminal:
from pymeu import MEUtility
meu = MEUtility('YourPanelViewIpAddress')
meu.upload_all('C:\\YourFolder')
Use the reboot function to restart the remote terminal:
from pymeu import MEUtility
meu = MEUtility('YourPanelViewIpAddress')
meu.reboot()
Bug Reports
If filing bug reports, please include this terminal info report. Output should be generated similar to below:
from pymeu import MEUtility
meu = MEUtility('YourPanelViewIpAddress')
meu.get_terminal_info(print_log=True, redact_log=True)
"""
Terminal product type: 24.
Terminal product code: 51.
Terminal product name: PanelView Plus_6 1500.
Terminal helper version: 11.00.00.
Terminal ME version: 11.00.25.230.
Terminal major version: 11.
Terminal minor version: 1.
Terminal has 75040768 free bytes.
Terminal has MED files: ['Redacted'].
Terminal has MER files: ['Redacted', 'Redacted', 'Redacted'].
Terminal startup file: Redacted.
"""
Contributing
Contributions welcome!
Ideas, code, hardware testing, bug reports, etc
Acknowledgements
dmroeder for pylogix, inspiring the creation of this tool, python guidance, and various direct contributions for better functionality and compatibility.
ottowayi for pycomm3 and various CIP reference materials.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pymeu-0.2.3.tar.gz.
File metadata
- Download URL: pymeu-0.2.3.tar.gz
- Upload date:
- Size: 19.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9322a0ead1471a89aca0622550910e20f514259a5c0421d0c2b9c630c08bbff5
|
|
| MD5 |
2aa38bf231d7923ad9b1ca8dba4b0cc4
|
|
| BLAKE2b-256 |
fcca0716533d6a3223fac3909d7f3b31cea82b2d2c3467f15e21c2e4adb389b5
|
File details
Details for the file pymeu-0.2.3-py3-none-any.whl.
File metadata
- Download URL: pymeu-0.2.3-py3-none-any.whl
- Upload date:
- Size: 22.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
79f753417696fc5b981690f108b2b16faebe9004fdca4768183ec73f5821d00d
|
|
| MD5 |
8ad1180298ee9b06a9c369fc0137152d
|
|
| BLAKE2b-256 |
adf7eba70584da85e2208dc9accb5c22f799fd46249fcac78b9d1db09028210b
|