beremiz
Clone
Summary
Browse
Changes
Graph
Replaced standard function blocks library definition from dictionary to plcopen xml files
2013-09-10, Laurent Bessard
85c167bfff93
Replaced standard function blocks library definition from dictionary to plcopen xml files
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")