Skip to content

Vadoola/ab_versions_py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This library is for getting the version number and locked/protected status from files generated by Rockwell Software's FactoryTalk View.

Right now it can get the version number from MER and APA files generated by FactoryTalk View ME, as well as tell you if they are locked, and strip the protection.

It might work on APA files generated from FactoryTalk View SE, but I have not tested this or looked into it fully. At some point I plan on testing that, as well as adding some support for other Allen Bradley / Rockwell Software file formats, such as the newer APB files from FactoryTalk View SE.

This library is simply python bindings to the main library written in Rust which can be found here