Skip to main content

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 HMIs.

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()

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.
"""

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


Download files

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

Source Distribution

pymeu-0.1.9.tar.gz (15.7 kB view details)

Uploaded Source

Built Distribution

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

pymeu-0.1.9-py3-none-any.whl (18.9 kB view details)

Uploaded Python 3

File details

Details for the file pymeu-0.1.9.tar.gz.

File metadata

  • Download URL: pymeu-0.1.9.tar.gz
  • Upload date:
  • Size: 15.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.21

File hashes

Hashes for pymeu-0.1.9.tar.gz
Algorithm Hash digest
SHA256 f9ace11eb3d33dd8c406e6632b9f960af40125e81b86153b5bd891f26a1ea635
MD5 22be4f7601df6307d117d09031a8a7b3
BLAKE2b-256 9c57f17e53bf5a75b5be710549f30c09683c9c22095be395cdd4d47cfb06f3d8

See more details on using hashes here.

File details

Details for the file pymeu-0.1.9-py3-none-any.whl.

File metadata

  • Download URL: pymeu-0.1.9-py3-none-any.whl
  • Upload date:
  • Size: 18.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.21

File hashes

Hashes for pymeu-0.1.9-py3-none-any.whl
Algorithm Hash digest
SHA256 1a3d2f054dc165ba41745e66a02c116f809572c28b3b781f142409e5f950df49
MD5 528d4cb6c710fd6696d0dac69cd55b12
BLAKE2b-256 d6949c1b76139764e4f577421ced292bfa6e81e0e15ff695fac7478f31751ca3

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