Python ME Utility
Project description
pymeu
PyMEU (Python ME Utility) is a set of helper functions built around pycomm3 to interface with Rockwell Automation PanelView Plus 6/7 HMIs.
The current release has not been widely tested; it is alpha quality at best and could easily brick your device. Use at your own risk.
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()
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.0.10.tar.gz.
File metadata
- Download URL: pymeu-0.0.10.tar.gz
- Upload date:
- Size: 10.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9169a4151cf69543461c542ad54bbb54c20704cde0406c120ae264dbdaf44782
|
|
| MD5 |
529f14a686bfa92b119801a3da0f1569
|
|
| BLAKE2b-256 |
c5cf8aee863b0c7c662d2000b35a208c0b28e83eb113c0a9c929ef31fd8ed121
|
File details
Details for the file pymeu-0.0.10-py3-none-any.whl.
File metadata
- Download URL: pymeu-0.0.10-py3-none-any.whl
- Upload date:
- Size: 11.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e997c296f103a1c794590eb44d1ded8f163c5f5abd5efe014c8043683bf4eb9
|
|
| MD5 |
8d9c551885b700a934370b509781491f
|
|
| BLAKE2b-256 |
909d377db230696cb0d6562d6315cb37c61381860bb4a12b7c43683a66c6c2d3
|