beremiz
Clone
Summary
Browse
Changes
Graph
Added stub code and declarations for bidirectional access to PLC globals from python code (untested)
2013-05-15, Edouard Tisserant
21475ee0e688
Added stub code and declarations for bidirectional access to PLC globals from python code (untested)
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")