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
olefile
pip install olefile
from mer_tools import mer
# get the version the MER was generated with
version = mer('myfile.mer').get_version()
print(version)
- Dustin Roeder - Maintainer - dmroeder
This project is licensed under Apache 2.0 License - see the LICENSE file for details.