beremiz
Clone
Summary
Browse
Changes
Graph
Add support for Drag'n dropping located variables to function block creating global located variable in configuration and external variable in function block
2013-05-23, Laurent Bessard
a506e4de8f84
Add support for Drag'n dropping located variables to function block creating global located variable in configuration and external variable in function block
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")