beremiz
Clone
Summary
Browse
Changes
Graph
Fixed PLC global var access from python. Added test in tests/python
2013-05-15, Edouard Tisserant
203f4eff3313
Fixed PLC global var access from python. Added test in tests/python
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")