Skip to content

A collection of tools to interrogate Rockwell MER files

License

Notifications You must be signed in to change notification settings

dmroeder/mer_tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mer_tools

This project is a set of tools to extract data from MER files developed using Rockwell Automation's FactoryTalk View Studio.

This started out as a way to figure out what version a MER file was generated in. Other tools and features will be added over time as I can figure them out

See the documentation for information in the various functions

Depenencies

olefile

pip install olefile

Getting Started

from mer_tools import mer
# get the version the MER was generated with
version = mer('myfile.mer').get_version()
print(version)

Authors

License

This project is licensed under Apache 2.0 License - see the LICENSE file for details.

About

A collection of tools to interrogate Rockwell MER files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages