beremiz
Clone
Summary
Browse
Changes
Graph
Added support for loading PLCOpen v1 files and modify their content to be compatible with PLCOpen v2
2013-09-29, Laurent Bessard
b0c2c4e1c1f1
Added support for loading PLCOpen v1 files and modify their content to be compatible with PLCOpen v2
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")